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

1234

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/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,
/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/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/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reeval.ksh45 DTRACE_PROBE(test_prov, zero);
51 probe zero();
H A Dtst.linkpriv.ksh45 DTRACE_PROBE(test_prov, zero);
56 probe zero();
H A Dtst.linkunpriv.ksh47 DTRACE_PROBE(test_prov, zero);
58 probe zero();
H A Dtst.header.ksh41 probe zero();
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
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_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_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_atan2.c55 zero = 0.0, variable
101 case 0: return zero ; /* atan(+...,+INF) */
102 case 1: return -zero ; /* atan(-...,+INF) */
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/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;
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dbigreqstr.h61 CARD16 zero B16;
/vbox/src/VBox/VMM/testcase/
H A Dmkdsk.sh42 dd if=/dev/zero of=$image count=$size bs=1024 || exit 1
/vbox/src/recompiler/Sun/
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)
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)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DReadMsr64.asm34 rdmsr ; edx & eax are zero extended
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S22 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
31 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
H A DInitializeFpu.asm26 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
38 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
H A DInitializeFpu.S20 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
49 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
H A DInitializeFpu.asm24 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
36 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero

Completed in 3443 milliseconds

1234