Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 229) sorted by relevance

12345678910

/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchEhci.asl74 0x00000000, // Reserved 0 - must be zero
76 }) // Reserved 1 - must be zero
96 0x00000000, // Reserved 0 - must be zero
98 }) // Reserved 1 - must be zero
118 0x00000000, // Reserved 0 - must be zero
120 }) // Reserved 1 - must be zero
140 0x00000000, // Reserved 0 - must be zero
142 }) // Reserved 1 - must be zero
162 0x00000000, // Reserved 0 - must be zero
164 }) // Reserved 1 - must be zero
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_log.c100 static const double zero = 0.0; variable
114 return -two54/zero; /* log(+-0)=-inf */ in __ieee754_log()
117 return (x-x)/zero; /* log(-#) = NaN */ in __ieee754_log()
130 if(f==zero) { if(k==0) return zero; else {dk=(double)k; in __ieee754_log()
De_log10.c76 static const double zero = 0.0; variable
90 return -two54/zero; /* log(+-0)=-inf */ in __ieee754_log10()
93 return (x-x)/zero; /* log(-#) = NaN */ in __ieee754_log10()
De_log2.c38 static const double zero = 0.0; variable
52 return -two54/zero; /* log(+-0)=-inf */ in __ieee754_log2()
53 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */ in __ieee754_log2()
66 if (f==zero) in __ieee754_log2()
De_atan2.c55 zero = 0.0, variable
101 case 0: return zero ; /* atan(+...,+INF) */ in __ieee754_atan2()
102 case 1: return -zero ; /* atan(-...,+INF) */ in __ieee754_atan2()
De_pow.c88 zero = 0.0, variable
164 return (hy>=0)? y: zero; in __ieee754_pow()
166 return (hy<0)?-y: zero; in __ieee754_pow()
245 t_h = zero; in __ieee754_pow()
302 t = zero; in __ieee754_pow()
Dk_rem_pio2.c151 zero = 0.0, variable
173 for(i=0;i<=m;i++,j++) f[i] = (j<0)? zero : (double) ipio2[j]; in __kernel_rem_pio2()
228 if(z==zero) { in __kernel_rem_pio2()
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_atan2f.c25 zero = 0.0, variable
71 case 0: return zero ; /* atan(+...,+INF) */ in __ieee754_atan2f()
72 case 1: return -zero ; /* atan(-...,+INF) */ in __ieee754_atan2f()
/device/google/contexthub/firmware/lib/libm/
Def_atan2.c25 zero = 0.0, variable
74 case 0: return zero ; /* atan(+...,+INF) */
75 case 1: return -zero ; /* atan(-...,+INF) */
/device/generic/goldfish/tools/
Dmk_qemu_image.sh32 dd if=/dev/zero of=$target ibs=1024k count=1 > /dev/null 2>&1
37 dd if=/dev/zero of=$target conv=notrunc bs=1 count=1024k seek=$curdisksize > /dev/null 2>&1
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/
DIsZeroBuffer.nasm48 jnz @ReturnFalse ; ZF=0 means non-zero element found
56 pcmpeqb xmm0, [edi] ; check zero for 16 bytes
66 jnz @ReturnFalse ; ZF=0 means non-zero element found
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
DIsZeroBuffer.nasm48 jnz @ReturnFalse ; ZF=0 means non-zero element found
56 pcmpeqb xmm0, [rdi] ; check zero for 16 bytes
68 jnz @ReturnFalse ; ZF=0 means non-zero element found
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dmath_testcases.txt22 -- divide-by-zero : raised when a finite input gives a
174 lgam0000 lgamma 0.0 -> inf divide-by-zero
175 lgam0001 lgamma -0.0 -> inf divide-by-zero
181 lgam0010 lgamma -1 -> inf divide-by-zero
182 lgam0011 lgamma -2 -> inf divide-by-zero
183 lgam0012 lgamma -1e16 -> inf divide-by-zero
184 lgam0013 lgamma -1e300 -> inf divide-by-zero
185 lgam0014 lgamma -1.79e308 -> inf divide-by-zero
279 gam0000 gamma 0.0 -> inf divide-by-zero
280 gam0001 gamma -0.0 -> -inf divide-by-zero
[all …]
/device/linaro/hikey/l-loader/
Dgenerate_ptable.sh44 dd if=/dev/zero of=${TEMP_FILE} bs=${SECTOR_SIZE} count=${SECTOR_NUMBER} conv=sparse
50 dd if=/dev/zero of=${TEMP_FILE} bs=${SECTOR_SIZE} count=${SECTOR_NUMBER} conv=sparse
74 dd if=/dev/zero of=${TEMP_FILE} bs=${SECTOR_SIZE} count=${SECTOR_NUMBER} conv=sparse
96 dd if=/dev/zero of=${TEMP_FILE} bs=${SECTOR_SIZE} count=${SECTOR_NUMBER} conv=sparse
120 dd if=/dev/zero of=${TEMP_FILE} bs=${SECTOR_SIZE} count=${SECTOR_NUMBER} conv=sparse
160 dd if=/dev/zero of=${TEMP_FILE} bs=${SECTOR_SIZE} count=${SECTOR_NUMBER} conv=sparse
Dgen_loader.py123 zero = struct.pack('x')
124 self.fp.write(zero)
157 zero = struct.pack('x')
158 self.fp.write(zero)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_math.c25 static const double zero = 0.0; variable
146 return x/zero; in _Py_atanh()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_math.c25 static const double zero = 0.0; variable
146 return x/zero; in _Py_atanh()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
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
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
DInitializeFpu.nasm23 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
35 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
DInitializeFpu.s23 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
34 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
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
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
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
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
DInitializeFpu.nasm24 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
35 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero

12345678910