代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/470917/1441880

c math_ldbl_opt.c

/* Set temporarily to non-zero if long double should be considered the same as double. */ __thread int __no_long_double attribute_tls_model_ie attribute_hidden;
www.eeworm.com/read/470720/1447633

c 900321_02.c

// g++ 1.37.1 bug 900321_02 // The following program exits with a nonzero status because the constructor // is not called 3 times as it should be. This program exits with a zero // status when compi
www.eeworm.com/read/470693/1459579

c 900321_02.c

// g++ 1.37.1 bug 900321_02 // The following program exits with a nonzero status because the constructor // is not called 3 times as it should be. This program exits with a zero // status when compi
www.eeworm.com/read/468407/1490960

m nyqui.m

function nyqui(alpha,action) %impulse response and Fourier transform of raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha
www.eeworm.com/read/462325/1546566

m nyqui.m

function nyqui(alpha,action) %impulse response and Fourier transform of raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha
www.eeworm.com/read/459172/1573430

c int_altivec.c

/* * Copyright (c) 2007 Luca Barbato * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Less
www.eeworm.com/read/459172/1573432

c float_altivec.c

/* * Copyright (c) 2006 Luca Barbato * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Less
www.eeworm.com/read/456710/1603651

java pageinfo.java

package com.esri.solutions.jitk.common.templates.map; /** * Contains page boundary information for retrieving a page * of Map Templates. This object will store the zero-based Page Number * {
www.eeworm.com/read/454148/1632976

m nyqui.m

function nyqui(alpha,action) %impulse response and Fourier transform of raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha
www.eeworm.com/read/250243/4434708

s strlen_user.s

/* * arch/alpha/lib/strlen_user.S * * Return the length of the string including the NUL terminator * (strlen+1) or zero if an error occurred. * * In places where it is critical to limit the proc