Home
last modified time | relevance | path

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

12

/external/fdlibm/
Ds_floor.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
Ds_ceil.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
De_atanh.c36 static const double one = 1.0, huge = 1e300; variable
38 static double one = 1.0, huge = 1e300; variable
De_cosh.c38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
Ds_asinh.c34 huge= 1.00000000000000000000e+300; variable
Ds_scalbn.c30 huge = 1.0e+300, variable
Ds_atan.c83 huge = 1.0e300; variable
De_exp.c85 huge = 1.0e+300, variable
Ds_expm1.c116 huge = 1.0e+300, variable
De_asin.c53 huge = 1.000e+300, variable
De_pow.c75 huge = 1.0e300, variable
De_j1.c72 huge = 1e300, variable
/external/compiler-rt/test/tsan/
Dmutexset7.cc5 __thread int huge[1024*1024]; variable
/external/llvm-project/compiler-rt/test/tsan/
Dmutexset7.cpp6 __thread int huge[1024*1024]; variable
/external/rust/crates/getrandom/tests/common/
Dmod.rs34 let mut huge = [0u8; 100_000]; in test_huge() localVariable
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java110 CR huge = CR.valueOf(million.multiply(million).multiply(thousand)); in testCR() local
131 check_eq(tan.execute(atan.execute(huge)), huge, in testCR() local
/external/webrtc/third_party/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
/external/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
/external/rust/crates/grpcio-sys/grpc/third_party/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
/external/openscreen/third_party/abseil/src/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
/external/libtextclassifier/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
/external/python/cpython3/Lib/test/test_json/
Dtest_enum.py13 huge = HUGE variable in BigNum
/external/igt-gpu-tools/tests/i915/
Dgem_mmap.c45 test_huge_bo(int huge) in test_huge_bo()
/external/skqp/samplecode/
DSampleFuzz.cpp46 static float huge() { in huge() function
/external/llvm-project/flang/include/flang/Evaluate/
Dreal.h140 Real huge; in HUGE() local

12