Searched defs:zero (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddtoa.c62 double zero = 0.0; local
142 num = 1.0 / zero;
155 num = -1.0 / zero;
169 num = zero / zero;
177 num = - zero / zero;
H A Dlltest.c150 PRInt64 zero = LL_Zero(); local
153 if (!LL_EQ(zero, bigZero))
154 SetFailed("LL_EQ(zero, bigZero)", "!=");
167 /* test for zero */
169 SetFailed( "LL_IS_ZERO", "Zero is not zero" );
172 SetFailed( "LL_IS_ZERO", "One tests as zero" );
175 SetFailed( "LL_IS_ZERO", "Minus One tests as zero" );
179 SetFailed( "LL_EQ", "zero EQ zero");
191 SetFailed( "LL_EQ", "zero E
782 PRInt64 max = LL_MAXINT, min = LL_MININT, zero = LL_ZERO; local
[all...]
H A Dranfile.c152 ** 2) Writes a zero to a random number of sequential pages
166 const char zero = 0; local
196 bytes = PR_Write(file, &zero, sizeof(zero));
217 bytes = PR_Write(file, &zero, sizeof(zero));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_log10.c66 // potential divide by 0 -- near line 80, (x-x)/zero is on purpose
76 static const double zero = 0.0; variable
90 return -two54/zero; /* log(+-0)=-inf */
93 return (x-x)/zero; /* log(-#) = NaN */
H A De_atan2.c55 zero = 0.0, variable
101 case 0: return zero ; /* atan(+...,+INF) */
102 case 1: return -zero ; /* atan(-...,+INF) */
H A De_log.c29 // potential divide by 0 -- near line 118, (x-x)/zero is on purpose
100 static const double zero = 0.0; variable
114 return -two54/zero; /* log(+-0)=-inf */
117 return (x-x)/zero; /* log(-#) = NaN */
130 if(f==zero) { if(k==0) return zero; else {dk=(double)k;
H A De_log2.c23 // potential divide by 0 -- near line 53, (x-x)/zero is on purpose
38 static const double zero = 0.0; variable
52 return -two54/zero; /* log(+-0)=-inf */
53 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
66 if (f==zero)
H A De_rem_pio2.c64 zero = 0.00000000000000000000e+00, /* 0x00000000, 0x00000000 */ variable
165 while(tx[nx-1]==zero) nx--; /* skip zero term */
H A Dk_rem_pio2.c151 zero = 0.0, variable
173 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (double) ipio2[j];
228 if(z==zero) {
244 /* chop off zero terms */
H A De_pow.c29 // C4723: potential divide by zero.
88 zero = 0.0, variable
130 /* y==zero: x**0 = 1 */
164 return (hy>=0)? y: zero;
166 return (hy<0)?-y: zero;
245 t_h = zero;
302 t = zero;
/vbox/src/VBox/Main/testcase/
H A DtstGuid.cpp57 com::Guid zero; local
58 CHECK(zero.isZero());
60 com::Guid copyZero(zero);
63 com::Guid assignZero(zero);
/vbox/src/recompiler/Sun/
H A De_powl-x86.S74 ASM_TYPE_DIRECTIVE(zero,@object)
75 zero: .double 0.0 label
76 ASM_SIZE_DIRECTIVE(zero)
311 .L16: fcompl MO(zero)
356 // Raise divide-by-zero exception and get minus infinity value.
358 fdivl MO(zero)
366 .L27: // Raise divide-by-zero exception and get infinity value.
368 fdivl MO(zero)
400 .L24: fldl MO(zero)
H A De_powl-amd64.S55 ASM_TYPE_DIRECTIVE(zero,@object)
56 zero: .double 0.0 label
57 ASM_SIZE_DIRECTIVE(zero)
275 16: fcompl MO(zero)
321 // Raise divide-by-zero exception and get minus infinity value.
323 fdivl MO(zero)
329 27: // Raise divide-by-zero exception and get infinity value.
331 fdivl MO(zero)
357 24: fldl MO(zero)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcinvoke_asm_alpha.s22 #define zero $31 define
58 bis a2,zero,a0 // move a2 into a0
59 bis a3,zero,a1 // move a3 into a1
67 bis sp,zero,t0 // t0 = sp
72 bis sp,zero,a0 //a0 = param stack address
76 bis sp,zero,a3 // a3 = sp
118 bis sp,zero,s0
119 bis t3,zero,sp
121 bis s0,zero,sp
H A Dxptcstubs_asm_alpha.s24 #define zero $31 // zero register define
97 bis t0,zero,a1 // a1 = methodIndex
101 bis sp,zero,a2 //a2 = sp
105 bis sp,zero,a3 //a3 = sp
109 bis sp,zero,a4 //a4 = sp
/vbox/src/VBox/Runtime/common/math/gcc/
H A Dqdivrem.c86 * Take care of special cases: divide by zero, and u < v.
89 /* divide by zero. */
90 static volatile const unsigned int zero = 0; local
92 tmp.ul[H] = tmp.ul[L] = 1 / zero;
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drsa.c425 uint8_t *zero; local
450 zero = memchr ( &encoded[2], 0, ( end - &encoded[2] ) );
451 if ( ! zero )
453 start = ( zero + 1 );
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getshaders.c45 crGetActive_t zero; local
46 zero.length = 0;
47 crServerReturnValue(&zero, sizeof(zero));
49 /* zero out just the header to ensure it initially contains zero size values */
63 crGetActive_t zero; local
64 zero.length = 0;
65 crServerReturnValue(&zero, sizeof(zero));
81 GLsizei zero=0; local
107 GLsizei zero=0; local
136 GLsizei zero=0; local
157 GLsizei zero=0; local
174 GLsizei zero=0; local
192 GLsizei zero=0; local
214 GLsizei zero=0; local
237 GLsizei zero=0; local
268 GLsizei zero=0; local
286 GLsizei zero=0; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp184 ** 2) Writes a zero to a random number of sequential pages
199 const char zero = 0; local
229 bytes = file.Write(&zero, sizeof(zero));
251 bytes = file.Write(&zero, sizeof(zero));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Db44.c81 * Return non-zero if the installed RAM is within
82 * the limit given and zero if it is outside.
613 unsigned char zero[6] = { 0, 0, 0, 0, 0, 0 }; local
624 b44_cam_write(bp, zero, i);
H A Dskge.c512 const u8 zero[8] = { 0 }; local
528 xm_outhash(hw, port, XM_HSM, zero);
860 const u8 zero[6] = { 0 }; local
910 xm_outaddr(hw, port, XM_EXM(i), zero);
1079 * Send a zero pause time frame to re-start transmission.
2447 * @v enable Zero to mask off IRQ, non-zero to enable IRQ.
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c215 static const char zero = 0; local
242 /* Write a zero */
243 if (write(fd, &zero, 1) == -1)
870 "STREAM in" includes Length(4bytes) , Padding(24bytes) and SetBuffer(zero byte).
871 Length is always set to zero.
1269 out_uint32_le(out, 0); /* FileIndex zero */
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.cpp343 const nsInt64 zero = 0; local
344 if (newPosition < zero)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp281 ** Fill a number. The order is: optional-sign zero-filling conversion-digits
295 PRUnichar zero = '0'; local
313 /* Need zero filling */
357 rv = (*ss->stuff)(ss, &zero, 1);
393 ** stop when the number is zero.
410 ** the sign and zero padding.
434 ** stop when the number is zero.
455 ** the sign and zero padding.
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_consume.c128 uint64_t zero[2] = { 0, 0 }; local
134 while (dt_gt_128(tmp, zero)) {
289 * only possible non-zero value for x in step 4 is 1, so step 4 becomes a
452 * record is non-zero, we need to wrap.
743 * isprint(3C) returns non-zero, isspace(3C) returns non-zero,
2011 * Explicitly zero the drops to prevent us from processing them again.

Completed in 90 milliseconds

12