Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/ppc/
Dfixtfdi_test.c9 #define HUGE 0x1.fffffffffffffp1023 macro
Dqsub_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
Dqadd_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
Dqdiv_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
Dqmul_test.c26 #define HUGE 0x1.fffffffffffffp1023 macro
/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/
Dfixtfdi_test.c11 #define HUGE 0x1.fffffffffffffp1023 macro
Dqadd_test.c28 #define HUGE 0x1.fffffffffffffp1023 macro
Dqmul_test.c28 #define HUGE 0x1.fffffffffffffp1023 macro
Dqsub_test.c28 #define HUGE 0x1.fffffffffffffp1023 macro
Dqdiv_test.c28 #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/llvm-project/clang/test/Index/
Devaluate-cursor.cpp20 unsigned long long HUGE = 1ull << 63; variable
/external/rust/crates/libm/src/math/
Dpowf.rs22 const HUGE: f32 = 1.0e30; constant
Dpow.rs66 const HUGE: f64 = 1.0e300; 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.am95 HUGE=tool_hugehelp.c macro
/external/llvm-project/clang/utils/analyzer/
DProjectMap.py46 HUGE = auto() variable in Size
/external/llvm-project/flang/include/flang/Evaluate/
Dreal.h139 static constexpr Real HUGE() { in HUGE() function
Dinteger.h360 static constexpr Integer HUGE() { return MASKR(bits - 1); } in HUGE() function
/external/python/cpython2/Lib/lib2to3/
Dpytree.py19 HUGE = 0x7FFFFFFF # maximum repeat count, default max variable
/external/python/cpython3/Lib/lib2to3/
Dpytree.py18 HUGE = 0x7FFFFFFF # maximum repeat count, default max variable