/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PchEhci.asl | 74 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/ |
D | e_log.c | 100 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()
|
D | e_log10.c | 76 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()
|
D | e_log2.c | 38 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()
|
D | e_atan2.c | 55 zero = 0.0, variable 101 case 0: return zero ; /* atan(+...,+INF) */ in __ieee754_atan2() 102 case 1: return -zero ; /* atan(-...,+INF) */ in __ieee754_atan2()
|
D | e_pow.c | 88 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()
|
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]; in __kernel_rem_pio2() 228 if(z==zero) { in __kernel_rem_pio2()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | e_atan2f.c | 25 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/ |
D | ef_atan2.c | 25 zero = 0.0, variable 74 case 0: return zero ; /* atan(+...,+INF) */ 75 case 1: return -zero ; /* atan(-...,+INF) */
|
/device/generic/goldfish/tools/ |
D | mk_qemu_image.sh | 32 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/ |
D | IsZeroBuffer.nasm | 48 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/ |
D | IsZeroBuffer.nasm | 48 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/ |
D | math_testcases.txt | 22 -- 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/ |
D | generate_ptable.sh | 44 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
|
D | gen_loader.py | 123 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.c | 25 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.c | 25 static const double zero = 0.0; variable 146 return x/zero; in _Py_atanh()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ |
D | InitializeFpu.S | 20 # (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
|
D | InitializeFpu.asm | 24 ; 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
|
D | InitializeFpu.nasm | 23 ; 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/ |
D | InitializeFpu.s | 23 # 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
|
D | InitializeFpu.asm | 26 ; 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/ |
D | InitializeFpu.asm | 26 ; 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
|
D | InitializeFpu.S | 22 # 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
|
D | InitializeFpu.nasm | 24 ; 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
|