OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two_pow_m28
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.c
23
static const double
two_pow_m28
= 3.7252902984619141E-09; /* 2**-28 */
variable
97
if (absx <
two_pow_m28
) { /* |x| < 2**-28 */
149
if (absx <
two_pow_m28
) { /* |x| < 2**-28 */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.c
23
static const double
two_pow_m28
= 3.7252902984619141E-09; /* 2**-28 */
variable
97
if (absx <
two_pow_m28
) { /* |x| < 2**-28 */
149
if (absx <
two_pow_m28
) { /* |x| < 2**-28 */
Completed in 4288 milliseconds