/third_party/jerryscript/jerry-libm/ |
D | cosh.c | 54 #define huge 1.0e300 macro
|
D | ceil.c | 40 #define huge 1.0e300 macro
|
D | asinh.c | 43 #define huge 1.0e+300 macro
|
D | atanh.c | 50 #define huge 1.0e+300 macro
|
D | floor.c | 40 #define huge 1.0e300 macro
|
D | scalbn.c | 37 #define huge 1.0e+300 macro
|
D | exp.c | 109 #define huge 1.0e+300 macro
|
D | atan.c | 80 #define huge 1.0e300 macro
|
D | asin.c | 61 #define huge 1.000e+300 macro
|
D | expm1.c | 125 #define huge 1.0e+300 macro
|
D | pow.c | 95 #define huge 1.0e300 macro
|
/third_party/musl/src/complex/ |
D | ccoshf.c | 33 static const float huge = 0x1p127; variable
|
D | csinhf.c | 33 static const float huge = 0x1p127; variable
|
D | csinh.c | 39 static const double huge = 0x1p1023; variable
|
D | ccosh.c | 39 static const double huge = 0x1p1023; variable
|
/third_party/FreeBSD/lib/msun/src/ |
D | s_asinhl.c | 53 huge= 1.00000000000000000000e+300; variable
|
D | e_coshl.c | 38 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv_benchmark.cc | 110 std::string huge(200, '3'); in BM_Strtod_HugeMantissa() local 120 std::string huge(200, '3'); in BM_Absl_HugeMantissa() local
|
/third_party/musl/libc-test/src/math/ |
D | isless.c | 31 volatile double huge = DBL_MAX; in main() local
|
/third_party/node/deps/v8/src/base/ |
D | ieee754.cc | 994 huge = 1.000e+300, in asin() local 1071 huge = 1.00000000000000000000e+300; in asinh() local 1145 static const double one = 1.0, huge = 1.0e300; in atan() local 1462 huge = 1.0e+300, in exp() local 1554 static const double one = 1.0, huge = 1e300; in atanh() local 2225 static volatile double huge = 1.0e+300; in expm1() local 2549 static volatile double huge = 1.0e+300; in cosh() local 2644 huge = 1.0e300, tiny = 1.0e-300, in pow() local 2977 static const double one = 1.0, two = 2.0, huge = 1.0e300; in tanh() local
|
/third_party/python/Lib/test/test_json/ |
D | test_enum.py | 13 huge = HUGE variable in BigNum
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | e_powl.c | 89 huge = 1.0e3000L, variable
|
D | s_expl.c | 45 huge = 0x1p10000L, variable
|
/third_party/musl/src/math/ |
D | powl.c | 187 static const long double huge = 0x1p10000L; variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | powl.c | 187 static const long double huge = 0x1p10000L; variable
|