Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/fdlibm/
H A Ds_floor.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
H A Ds_ceil.c26 static const double huge = 1.0e300; variable
28 static double huge = 1.0e300; variable
H A De_atanh.c36 static const double one = 1.0, huge = 1e300; variable
38 static double one = 1.0, huge = 1e300; variable
H A 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
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/
Dsf_floor.c28 static const float huge = 1.0e30; variable
30 static float huge = 1.0e30; variable
/aosp_15_r20/external/libgav1/tests/
H A Dutils_test.cc111 std::unique_ptr<HugeMaxAligned> huge(new (std::nothrow) HugeMaxAligned); in TEST() local
166 std::unique_ptr<HugeMaxAlignedNontrivialConstructor> huge( in TEST() local
/aosp_15_r20/external/libgav1/src/utils/
H A 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
/aosp_15_r20/external/crcalc/tests/src/com/hp/creals/
H A 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
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcharconv_benchmark.cc110 std::string huge(200, '3'); in BM_Strtod_HugeMantissa() local
120 std::string huge(200, '3'); in BM_Absl_HugeMantissa() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcharconv_benchmark.cc110 std::string huge(200, '3'); in BM_Strtod_HugeMantissa() local
120 std::string huge(200, '3'); in BM_Absl_HugeMantissa() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcharconv_benchmark.cc110 std::string huge(200, '3'); in BM_Strtod_HugeMantissa() local
120 std::string huge(200, '3'); in BM_Absl_HugeMantissa() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcharconv_benchmark.cc110 std::string huge(200, '3'); in BM_Strtod_HugeMantissa() local
120 std::string huge(200, '3'); in BM_Absl_HugeMantissa() local
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcharconv_benchmark.cc110 std::string huge(200, '3'); in BM_Strtod_HugeMantissa() local
120 std::string huge(200, '3'); in BM_Absl_HugeMantissa() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcharconv_benchmark.cc110 std::string huge(200, '3'); in BM_Strtod_HugeMantissa() local
120 std::string huge(200, '3'); in BM_Absl_HugeMantissa() local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_floorf.c28 static const float huge = 1.0e30; variable
H A Ds_truncf.c24 static const float huge = 1.0e30F; variable
H A Ds_ceilf.c19 static const float huge = 1.0e30; variable
H A Ds_trunc.c26 static const double huge = 1.0e300; variable
H A De_cosh.c39 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A De_atanhf.c19 static const float one = 1.0, huge = 1e30; variable
H A Ds_ceil.c26 static const double huge = 1.0e300; variable
H A De_coshf.c19 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
H A Ds_floor.c26 static const double huge = 1.0e300; variable
/aosp_15_r20/art/test/175-alloc-big-bignums/src/
H A DMain.java26 BigInteger huge = BigInteger.valueOf(1).shiftLeft(4_000_000); // ~0.5MB in main() local

123456