Home
last modified time | relevance | path

Searched defs:HUGE (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
Dfixtfdi_test.c9 #define HUGE 0x1.fffffffffffffp1023 macro
Dqdiv_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
Dqadd_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
Dqmul_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
Dqsub_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
/external/python/cpython2/Python/
Dstrtod.c56 static double HUGE = 1.7976931348623157e308; variable
/external/crcalc/tests/src/com/hp/creals/
DConversionTest.java32 final CR HUGE = BIG.multiply(BIG); field in ConversionTest
/external/rust/crates/libm/src/math/
Dpowf.rs22 const HUGE: f32 = 1.0e30; constant
Dpow.rs66 const HUGE: f64 = 1.0e300; constant
/external/rust/crates/minimal-lexical/src/
Dlibm.rs40 const HUGE: f32 = 1.0e30; in powf() constant
593 const HUGE: f64 = 1.0e300; in powd() constant
/external/python/cpython3/Lib/test/test_json/
Dtest_enum.py7 HUGE = 1<<64 variable
/external/fdlibm/
Dfdlibm.h83 #define HUGE MAXFLOAT macro
/external/curl/src/
DMakefile.am96 HUGE=tool_hugehelp.c macro
/external/musl/include/
Dmath.h396 #define HUGE 3.40282346638528859812e+38F macro
/external/python/cpython3/Lib/lib2to3/
Dpytree.py18 HUGE = 0x7FFFFFFF # maximum repeat count, default max variable
/external/python/cpython2/Lib/lib2to3/
Dpytree.py19 HUGE = 0x7FFFFFFF # maximum repeat count, default max variable