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

1234

/device/generic/goldfish/tools/
H A Dmk_qemu_image.sh16 dd if=/dev/zero of=$target ibs=1024k count=1
28 dd if=/dev/zero of=$target conv=notrunc bs=1 count=1024k seek=$curdisksize
/device/linaro/bootloader/edk2/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) */
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
H A De_atan2f.c25 zero = 0.0, variable
71 case 0: return zero ; /* atan(+...,+INF) */
72 case 1: return -zero ; /* atan(-...,+INF) */
/device/google/contexthub/firmware/lib/libm/
H A Def_atan2.c25 zero = 0.0, variable
74 case 0: return zero ; /* atan(+...,+INF) */
75 case 1: return -zero ; /* atan(-...,+INF) */
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
H A DEdkIIGlueConfig.h55 #error TIANO_RELEASE_VERSION can not be zero
H A DEdkIIGluePeim.h34 #error TIANO_RELEASE_VERSION can not be zero
/device/linaro/hikey/build/tasks/
H A Dboot_fat.mk6 dd if=/dev/zero of=$@ bs=512 count=98304
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_math.c25 static const double zero = 0.0; variable
146 return x/zero;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_math.c25 static const double zero = 0.0; variable
146 return x/zero;
198 zero: log1p(-0.0) gives 0.0 instead of the correct result of -0.0.
201 special case of zero input directly on all platforms.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
H A DReadMsr64.S34 rdmsr # edx & eax are zero extended
H A DReadMsr64.asm32 rdmsr ; edx & eax are zero extended
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
H A 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
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
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
H A DReadMsr64.asm34 rdmsr ; edx & eax are zero extended
/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DLShiftU64.S70 # If shifted by 32 or more, set lower 32 bits to zero.
H A DLShiftU64.c64 ; If shifted by 32 or more, set lower 32 bits to zero.
H A DRShiftU64.S71 # If shifted by 32 or more, set upper 32 bits to zero.
H A DRShiftU64.c64 ; If shifted by 32 or more, set upper 32 bits to zero.

Completed in 580 milliseconds

1234