Searched refs:zero (Results 1 - 25 of 524) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/types/
H A Dtst.relenum.d40 zero,
52 /zero >= one || second <= first || zero == second/
55 printf("zero = %d; one = %d; two = %d", zero, one, two);
64 printf("zero = %d; one = %d; two = %d", zero, one, two);
70 /first < two && second > one && one != two && zero != first/
H A Dtst.enum.d39 zero,
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_comment.cpp136 uint32_t zero = 0; local
138 pub(zero); pub(length); pub(zero); pub(zero); pub(zero);
143 uint32_t zero = 0; local
145 pub(zero); pub(length); pub(zero); pub(zero); pub(zero);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_comment.cpp136 uint32_t zero = 0; local
138 pub(zero); pub(length); pub(zero); pub(zero); pub(zero);
143 uint32_t zero = 0; local
145 pub(zero); pub(length); pub(zero); pub(zero); pub(zero);
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/lib/bigdecimal/
H A Dnewton.rb19 # f.zero:: returns 0.0
33 def norm(fv,zero=0.0)
34 s = zero
47 zero = f.zero
51 d = norm(f0,zero)
60 dx = lusolve(dfdx,f0,ludecomp(dfdx,n,zero,one),zero)
72 dn = norm(f0,zero)
H A Djacobian.rb12 # f.zero:: returns 0.0
26 # Determines the equality of two numbers by comparing to zero, or using the epsilon value
27 def isEqual(a,b,zero=0.0,e=1.0e-8)
30 if aa == zero && bb == zero then
51 dx = fx[i].abs/ratio if isEqual(dx,f.zero,f.zero,f.eps)
52 dx = f.one/f.ten if isEqual(dx,f.zero,f.zero,f.eps)
54 s = f.zero
[all...]
H A Dludcmp.rb10 def ludecomp(a,n,zero=0,one=1)
16 nrmrow = zero
22 if nrmrow>zero then
30 biggst = zero;
38 raise "Singular matrix" if biggst<=zero
48 if mult!=zero then
56 raise "Singular matrix" if a[ps[n1]*n+n1] == zero
66 def lusolve(a,b,ps,zero=0.0)
71 dot = zero
79 dot = zero
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/sample/
H A Dnlsolve.rb14 @zero = BigDecimal::new("0.0")
20 def zero;@zero;end method in class:Function
36 x = [f.zero,f.zero] # Initial values
H A Dlinear.rb29 zero = BigDecimal::new("0.0")
61 x = lusolve(a,b,ludecomp(a,n,zero,one),zero)
65 s = zero
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dtower32.h100 #define CRT0_DUMMIES zero, bogus_fp,
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m42 # When allocating RWX memory, check whether we need to use /dev/zero
6 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m42 # When allocating RWX memory, check whether we need to use /dev/zero
6 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dtgamma.c27 static double zero = 0.0; local
32 return zero/zero;
80 static double zero = 0.0; local
85 return zero/zero;
H A Disinf.c51 static double zero(void) { return 0.0; } function
53 static double inf (void) { return one() / zero(); }
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dlog1p.c121 const static double zero=0.0, negone= -1.0, one=1.0, local
159 if ( x == negone ) return( negone/zero );
162 else return ( zero / zero );
170 return(zero/zero);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/crt-result/
H A DMakefile34 ${TESTROOT}/bin/exit-zero-pass.pl "crt-result good" "crt-result good" ./good
35 ${TESTROOT}/bin/exit-non-zero-pass.pl "crt-result bad" "crt-result bad" ./bad
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/zero-fill-segment/
H A DMakefile37 foo.bundle : foo.c zero.s
38 ${CC} ${CCFLAGS} -bundle foo.c zero.s -o foo.bundle
/macosx-10.10.1/ruby-106/ruby/ext/-test-/win32/fd_setsize/
H A Dfd_setsize.c10 struct timeval zero; local
15 zero.tv_sec = 0;
16 zero.tv_usec = 0;
26 select(sd+1, &read, &write, &error, &zero);
/macosx-10.10.1/dtrace-147/test/tst/common/usdt/
H A Dtst.reeval.ksh39 DTRACE_PROBE(test_prov, zero);
45 probe zero();
/macosx-10.10.1/uucp-11/uucp/contrib/
H A DDial.Hayes15 # Flush input, zero counter, set telephone number if supplied,
21 zero
H A DLogin.PortSel18 zero
42 zero
53 zero
103 zero
H A DRingback.Hayes17 # Flush input, zero counter, set telephone number if supplied,
23 zero
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/crt-argv-NULL/
H A DMakefile33 ${TESTROOT}/bin/exit-zero-pass.pl "crt-argv-NULL main" "crt-argv-NULL main" ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dyld-launched-prebound/
H A DMakefile29 ${TESTROOT}/bin/exit-zero-pass.pl "_dyld_launched_prebound() was implemented" "_dyld_launched_prebound() was not implemented" ./main
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Dutils.rb15 line += 1 if i.zero?

Completed in 439 milliseconds

1234567891011>>