/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | dtoa.c | 62 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 D | lltest.c | 150 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 D | ranfile.c | 152 ** 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 D | e_log10.c | 66 // 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 D | e_atan2.c | 55 zero = 0.0, variable 101 case 0: return zero ; /* atan(+...,+INF) */ 102 case 1: return -zero ; /* atan(-...,+INF) */
|
H A D | e_log.c | 29 // 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 D | e_log2.c | 23 // 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 D | e_rem_pio2.c | 64 zero = 0.00000000000000000000e+00, /* 0x00000000, 0x00000000 */ variable 165 while(tx[nx-1]==zero) nx--; /* skip zero term */
|
H A D | k_rem_pio2.c | 151 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 D | e_pow.c | 29 // 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 D | tstGuid.cpp | 57 com::Guid zero; local 58 CHECK(zero.isZero()); 60 com::Guid copyZero(zero); 63 com::Guid assignZero(zero);
|
/vbox/src/recompiler/Sun/ |
H A D | e_powl-x86.S | 74 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 D | e_powl-amd64.S | 55 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 D | xptcinvoke_asm_alpha.s | 22 #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 D | xptcstubs_asm_alpha.s | 24 #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 D | qdivrem.c | 86 * 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 D | rsa.c | 425 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 D | server_getshaders.c | 45 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 D | ranfile.cpp | 184 ** 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 D | b44.c | 81 * 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 D | skge.c | 512 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 D | disk.c | 215 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 D | nsIFileStream.cpp | 343 const nsInt64 zero = 0; local 344 if (newPosition < zero)
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTextFormatter.cpp | 281 ** 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 D | dt_consume.c | 128 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.
|