/third_party/jerryscript/jerry-libm/ |
D | atanh.c | 50 #define huge 1.0e+300 macro
|
D | asinh.c | 43 #define huge 1.0e+300 macro
|
D | floor.c | 40 #define huge 1.0e300 macro
|
D | cosh.c | 54 #define huge 1.0e300 macro
|
D | ceil.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/flutter/skia/third_party/externals/sdl/src/libm/ |
D | s_atan.c | 65 huge = 1.0e300; 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
|
D | escaping_test.cc | 623 const std::string huge(kSize, 'x'); in TEST() local
|
/third_party/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
|
D | escaping_test.cc | 623 const std::string huge(kSize, 'x'); in TEST() local
|
/third_party/musl/libc-test/src/math/ |
D | isless.c | 31 volatile double huge = DBL_MAX; in main() local
|
/third_party/python/Lib/test/test_json/ |
D | test_enum.py | 13 huge = HUGE variable in BigNum
|
/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
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 267 nir_ssa_def *huge = nir_imm_floatN_t(b, huge_val, bit_size); in nir_atan2() local
|