Searched refs:nonzero (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_ntoa.c | 88 int nonzero = 0; in spectHex() local 99 nonzero = 1; in spectHex() 101 if (nonzero && !ok) { *p++ = 'H'; *p = 0; } in spectHex()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _randommodule.c | 403 unsigned long *mt, tmp, nonzero; in random_jumpahead() local 430 nonzero = 0; in random_jumpahead() 434 nonzero |= mt[i]; in random_jumpahead() 440 if (nonzero) { in random_jumpahead()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
D | softfloat-macros | 35 Shifts `a' right by the number of bits given in `count'. If any nonzero 39 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 62 Shifts `a' right by the number of bits given in `count'. If any nonzero 66 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 91 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 170 number of bits given in `count'. If any nonzero bits are shifted off, they 175 nonzero. The result is broken into two 64-bit pieces which are stored at 215 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
D | softfloat-macros | 34 Shifts `a' right by the number of bits given in `count'. If any nonzero 38 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 95 number of bits given in `count'. If any nonzero bits are shifted off, they 100 nonzero. The result is broken into two 32-bit pieces which are stored at 140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
D | softfloat-macros | 34 Shifts `a' right by the number of bits given in `count'. If any nonzero 38 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 95 number of bits given in `count'. If any nonzero bits are shifted off, they 100 nonzero. The result is broken into two 32-bit pieces which are stored at 140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | cmath_testcases.txt | 2240 -- floating-point exception, for finite nonzero x. 2245 -- rect(inf, x) returns inf*cis(x), for finite nonzero x 2248 -- rect(NaN, x) returns NaN + i NaN for all nonzero numbers (including 2253 -- rect(x, NaN) returns NaN + i NaN for finite nonzero x
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | extra.decTest | 2681 -- Third argument must be nonzero
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 2932 IsNonNv - flag indicating (if nonzero) that the variable referred to is not in
|