Home
last modified time | relevance | path

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

123

/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
/external/libgav1/tests/
Dutils_test.cc111 std::unique_ptr<HugeMaxAligned> huge(new (std::nothrow) HugeMaxAligned); in TEST() local
166 std::unique_ptr<HugeMaxAlignedNontrivialConstructor> huge( in TEST() local
/external/compiler-rt/test/tsan/
Dmutexset7.cc5 __thread int huge[1024*1024]; variable
/external/musl/src/complex/
Dcsinhf.c33 static const float huge = 0x1p127; variable
Dccoshf.c33 static const float huge = 0x1p127; variable
Dccosh.c39 static const double huge = 0x1p1023; variable
Dcsinh.c39 static const double huge = 0x1p1023; variable
/external/trusty/musl/src/complex/
Dcsinhf.c33 static const float huge = 0x1p127; variable
Dccoshf.c33 static const float huge = 0x1p127; variable
Dccosh.c39 static const double huge = 0x1p1023; variable
Dcsinh.c39 static const double huge = 0x1p1023; variable
/external/libgav1/src/utils/
Dmemory_test.cc103 std::unique_ptr<Huge> huge(new (std::nothrow) Huge); in TEST() local
153 std::unique_ptr<HugeMaxAligned> huge(new (std::nothrow) HugeMaxAligned); in TEST() local
/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/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/marshaller/ec2/
DV1ItemFactory.java53 RunInstancesRequest huge() { in huge() method in V1ItemFactory
DV2ItemFactory.java53 RunInstancesRequest huge() { in huge() method in V2ItemFactory
/external/angle/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/cronet/stable/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/cronet/tot/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

123