Home
last modified time | relevance | path

Searched defs:exp10 (Results 1 – 25 of 32) sorted by relevance

12

/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Ddetailed_powers_of_ten.h33 LIBC_INLINE int32_t exp10_to_exp2(int32_t exp10) { in exp10_to_exp2()
Dstr_to_float.h97 int32_t exp10 = init_num.exponent; variable
210 int32_t exp10 = init_num.exponent; variable
553 int32_t exp10 = init_num.exponent; variable
691 int32_t exp10 = init_num.exponent; variable
/external/llvm-libc/src/__support/
Ddetailed_powers_of_ten.h33 LIBC_INLINE int32_t exp10_to_exp2(int32_t exp10) { in exp10_to_exp2()
Dstr_to_float.h97 int32_t exp10 = init_num.exponent; variable
210 int32_t exp10 = init_num.exponent; variable
553 int32_t exp10 = init_num.exponent; variable
691 int32_t exp10 = init_num.exponent; variable
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Ddetailed_powers_of_ten.h33 LIBC_INLINE int32_t exp10_to_exp2(int32_t exp10) { in exp10_to_exp2()
Dstr_to_float.h97 int32_t exp10 = init_num.exponent; variable
210 int32_t exp10 = init_num.exponent; variable
553 int32_t exp10 = init_num.exponent; variable
691 int32_t exp10 = init_num.exponent; variable
/external/rust/android-crates-io/crates/libm/src/math/
Dexp10.rs10 pub fn exp10(x: f64) -> f64 { in exp10() function
Dmod.rs116 mod exp10; module
/external/musl/src/math/
Dexp10.c5 double exp10(double x) in exp10() function
/external/trusty/musl/src/math/
Dexp10.c5 double exp10(double x) in exp10() function
/external/ltp/android/include/
Dbionic-compat.h56 static inline double exp10(double x) { in exp10() function
/external/arm-optimized-routines/math/
Dexp10.c64 exp10 (double x) in exp10() function
/external/arm-optimized-routines/math/aarch64/sve/
Dexp10f.c85 svfloat32_t SV_NAME_F1 (exp10) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
Dexp10.c76 svfloat64_t SV_NAME_D1 (exp10) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
/external/arm-optimized-routines/math/aarch64/advsimd/
Dexp10.c88 float64x2_t VPCS_ATTR V_NAME_D1 (exp10) (float64x2_t x) in V_NAME_D1() argument
Dexp10f.c91 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (exp10) (float32x4_t x) in V_NAME_F1() argument
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c803 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/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h43 LIBC_INLINE double exp10(double x) { return __nv_exp10(x); } in exp10() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h43 LIBC_INLINE double exp10(double x) { return __nv_exp10(x); } in exp10() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h43 LIBC_INLINE double exp10(double x) { return __nv_exp10(x); } in exp10() function
/external/angle/third_party/abseil-cpp/absl/strings/
Dcharconv.cc690 int exp10 = input.exponent; in EiselLemire() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv.cc672 int exp10 = input.exponent; in EiselLemire() local
/external/abseil-cpp/absl/strings/
Dcharconv.cc693 int exp10 = input.exponent; in EiselLemire() local
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Dcharconv.cc693 int exp10 = input.exponent; in EiselLemire() local
/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Dcharconv.cc693 int exp10 = input.exponent; in EiselLemire() local

12