Home
last modified time | relevance | path

Searched defs:huge (Results 1 – 25 of 30) sorted by relevance

12

/third_party/jerryscript/jerry-libm/
Dcosh.c54 #define huge 1.0e300 macro
Dceil.c40 #define huge 1.0e300 macro
Dasinh.c43 #define huge 1.0e+300 macro
Datanh.c50 #define huge 1.0e+300 macro
Dfloor.c40 #define huge 1.0e300 macro
Dscalbn.c37 #define huge 1.0e+300 macro
Dexp.c109 #define huge 1.0e+300 macro
Datan.c80 #define huge 1.0e300 macro
Dasin.c61 #define huge 1.000e+300 macro
Dexpm1.c125 #define huge 1.0e+300 macro
Dpow.c95 #define huge 1.0e300 macro
/third_party/musl/src/complex/
Dccoshf.c33 static const float huge = 0x1p127; variable
Dcsinhf.c33 static const float huge = 0x1p127; variable
Dcsinh.c39 static const double huge = 0x1p1023; variable
Dccosh.c39 static const double huge = 0x1p1023; variable
/third_party/FreeBSD/lib/msun/src/
Ds_asinhl.c53 huge= 1.00000000000000000000e+300; variable
De_coshl.c38 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc110 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/
Disless.c31 volatile double huge = DBL_MAX; in main() local
/third_party/node/deps/v8/src/base/
Dieee754.cc994 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/
Dtest_enum.py13 huge = HUGE variable in BigNum
/third_party/FreeBSD/lib/msun/ld128/
De_powl.c89 huge = 1.0e3000L, variable
Ds_expl.c45 huge = 0x1p10000L, variable
/third_party/musl/src/math/
Dpowl.c187 static const long double huge = 0x1p10000L; variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Dpowl.c187 static const long double huge = 0x1p10000L; variable

12