Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm-libc/src/__support/
H A 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
H A Ddetailed_powers_of_ten.h33 LIBC_INLINE int32_t exp10_to_exp2(int32_t exp10) { in exp10_to_exp2()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dexp10.rs10 pub fn exp10(x: f64) -> f64 { in exp10() function
H A Dmod.rs116 mod exp10; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dexp10.rs10 pub fn exp10(x: f64) -> f64 { in exp10() function
H A Dmod.rs116 mod exp10; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dexp10.rs10 pub fn exp10(x: f64) -> f64 { in exp10() function
H A Dmod.rs116 mod exp10; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dexp10.rs10 pub fn exp10(x: f64) -> f64 { in exp10() function
H A Dmod.rs116 mod exp10; module
/aosp_15_r20/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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dexp10.rs10 pub fn exp10(x: f64) -> f64 { in exp10() function
H A Dmod.rs116 mod exp10; module
/aosp_15_r20/external/trusty/musl/src/math/
Dexp10.c5 double exp10(double x) in exp10() function
/aosp_15_r20/external/musl/src/math/
H A Dexp10.c5 double exp10(double x) in exp10() function
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dsv_exp10f_1u5.c49 svfloat32_t SV_NAME_F1 (exp10) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dsv_exp10_1u5.c74 svfloat64_t SV_NAME_D1 (exp10) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
H A Dv_exp10f_2u4.c88 float32x4_t VPCS_ATTR V_NAME_F1 (exp10) (float32x4_t x) in V_NAME_F1() argument
H A Dv_exp10_2u.c87 float64x2_t VPCS_ATTR V_NAME_D1 (exp10) (float64x2_t x) in V_NAME_D1() argument
/aosp_15_r20/external/arm-optimized-routines/math/
H A Dexp10.c62 exp10 (double x) in exp10() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/
H A 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
/aosp_15_r20/external/ltp/testcases/realtime/lib/
H A Dlibstats.c52 # define exp10(x) (exp((x) * log(10))) macro
/aosp_15_r20/libcore/luni/src/main/native/
H A Dcbigint.cpp539 int exp10 = e; in timesTenToTheEHighPrecision() local
/aosp_15_r20/external/llvm-libc/src/math/nvptx/
H A Dnvptx.h43 LIBC_INLINE double exp10(double x) { return __nv_exp10(x); } in exp10() function

12