Home
last modified time | relevance | path

Searched refs:HUGE (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dstrtod.c56 static double HUGE = 1.7976931348623157e308; variable
143 return HUGE*sign; in strtod()
146 if (strcmp(buforg, MDMAXFRAC) > 0) return HUGE*sign; in strtod()
/device/google/contexthub/firmware/lib/libm/
Dwf_pow.c127 exc.retval = HUGE;
129 if(x<0.0&&rint(y)!=y) exc.retval = -HUGE;
Dfdlibm.h69 #define HUGE ((float)0X1.FFFFFEP128) macro
78 #define HUGE ((float)3.40282346638528860e+38) macro
Dwf_exp.c59 exc.retval = HUGE;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpatcomp.py119 max = pytree.HUGE
122 max = pytree.HUGE
Dpytree.py19 HUGE = 0x7FFFFFFF # maximum repeat count, default max variable
653 def __init__(self, content=None, min=0, max=HUGE, name=None):
676 assert 0 <= min <= max <= HUGE, (min, max)
/device/linaro/bootloader/edk2/StdLib/Include/
Dmath.h383 #define HUGE MAXFLOAT macro