| /external/llvm-libc/src/__support/ |
| D | detailed_powers_of_ten.h | 32 LIBC_INLINE int32_t exp10_to_exp2(int32_t exp10) { in exp10_to_exp2()
|
| D | str_to_float.h | 78 int32_t exp10 = init_num.exponent; variable 188 int32_t exp10 = init_num.exponent; variable 518 int32_t exp10 = init_num.exponent; variable 652 int32_t exp10 = init_num.exponent; variable
|
| /external/rust/crates/libm/src/math/ |
| D | exp10.rs | 10 pub fn exp10(x: f64) -> f64 { in exp10() function
|
| D | mod.rs | 116 mod exp10; module
|
| /external/trusty/musl/src/math/ |
| D | exp10.c | 5 double exp10(double x) in exp10() function
|
| /external/musl/src/math/ |
| D | exp10.c | 5 double exp10(double x) in exp10() function
|
| /external/ltp/testcases/realtime/lib/ |
| D | libstats.c | 52 # define exp10(x) (exp((x) * log(10))) macro
|
| /external/mesa3d/src/gallium/auxiliary/hud/ |
| D | hud_context.c | 803 fixup_bytes(enum pipe_driver_query_type type, int position, uint64_t *exp10) in fixup_bytes() 817 uint64_t exp10; in hud_pane_set_max_value() local
|
| /external/llvm-libc/src/math/nvptx/ |
| D | nvptx.h | 42 LIBC_INLINE double exp10(double x) { return __nv_exp10(x); } in exp10() function
|
| /external/abseil-cpp/absl/strings/ |
| D | charconv.cc | 693 int exp10 = input.exponent; in EiselLemire() local
|
| /external/libtextclassifier/abseil-cpp/absl/strings/ |
| D | charconv.cc | 689 int exp10 = input.exponent; in EiselLemire() local
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
| D | charconv.cc | 672 int exp10 = input.exponent; in EiselLemire() local
|
| /external/angle/third_party/abseil-cpp/absl/strings/ |
| D | charconv.cc | 693 int exp10 = input.exponent; in EiselLemire() local
|
| /external/cronet/third_party/abseil-cpp/absl/strings/ |
| D | charconv.cc | 690 int exp10 = input.exponent; in EiselLemire() local
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/ |
| D | charconv.cc | 672 int exp10 = input.exponent; in EiselLemire() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
| D | charconv.cc | 672 int exp10 = input.exponent; in EiselLemire() local
|
| /external/rust/crates/plotters/src/coord/ranged1d/types/ |
| D | datetime.rs | 488 let mut exp10 = 1; in generate_yearly_keypoints() localVariable
|
| /external/mesa3d/src/microsoft/clc/ |
| D | clc_compiler_test.cpp | 1280 TEST_F(ComputeTest, exp10) in TEST_F() argument
|
| /external/vixl/test/aarch64/ |
| D | test-assembler-sve-aarch64.cc | 2878 int exp10[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0}; in TEST_SVE() local 3004 int exp10[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0}; in TEST_SVE() local 3093 int exp10[] = {0, 0, 0, 0, 0, 0, 1, 0}; in TEST_SVE() local 3181 int exp10[] = {0, 0, 0, 1}; in TEST_SVE() local 3246 int exp10[] = {0, 1}; in TEST_SVE() local
|
| /external/wuffs-mirror-release-c/release/c/ |
| D | wuffs-v0.3.c | 13705 int32_t exp10) { in wuffs_base__private_implementation__parse_number_f64_eisel_lemire() 14006 int32_t exp10 = h->decimal_point - ((int32_t)(h->num_digits)); in wuffs_base__private_implementation__high_prec_dec__to_f64() local 14221 int32_t exp10 = 0; in wuffs_base__parse_number_f64() local
|