/aosp_15_r20/external/fdlibm/ |
H A D | s_floor.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable
|
H A D | s_ceil.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable
|
H A D | e_atanh.c | 36 static const double one = 1.0, huge = 1e300; variable 38 static double one = 1.0, huge = 1e300; variable
|
H A D | e_cosh.c | 38 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/ |
D | sf_floor.c | 28 static const float huge = 1.0e30; variable 30 static float huge = 1.0e30; variable
|
/aosp_15_r20/external/libgav1/tests/ |
H A D | utils_test.cc | 111 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 D | memory_test.cc | 103 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 D | CRTest.java | 110 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 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
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A 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
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A 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
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/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
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A 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
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A 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
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_floorf.c | 28 static const float huge = 1.0e30; variable
|
H A D | s_truncf.c | 24 static const float huge = 1.0e30F; variable
|
H A D | s_ceilf.c | 19 static const float huge = 1.0e30; variable
|
H A D | s_trunc.c | 26 static const double huge = 1.0e300; variable
|
H A D | e_cosh.c | 39 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
|
H A D | e_atanhf.c | 19 static const float one = 1.0, huge = 1e30; variable
|
H A D | s_ceil.c | 26 static const double huge = 1.0e300; variable
|
H A D | e_coshf.c | 19 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
|
H A D | s_floor.c | 26 static const double huge = 1.0e300; variable
|
/aosp_15_r20/art/test/175-alloc-big-bignums/src/ |
H A D | Main.java | 26 BigInteger huge = BigInteger.valueOf(1).shiftLeft(4_000_000); // ~0.5MB in main() local
|