Home
last modified time | relevance | path

Searched defs:exp2f (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/libc/src/math/
Dexp2f.cpp23 float LLVM_LIBC_ENTRYPOINT(exp2f)(float x) { in LLVM_LIBC_ENTRYPOINT() argument
/external/llvm-project/libc/AOR_v20.02/math/
Dexp2f.c35 exp2f (float x) in exp2f() function
Dv_exp2f.c47 V_NAME(exp2f) (v_f32_t x) in V_NAME() argument
/external/arm-optimized-routines/math/
Dexp2f.c34 exp2f (float x) in exp2f() function
Dv_exp2f.c46 V_NAME(exp2f) (v_f32_t x) in V_NAME() argument
/external/rust/crates/libm/src/math/
Dexp2f.rs77 pub fn exp2f(mut x: f32) -> f32 { in exp2f() function
Dmod.rs103 mod exp2f; module
/external/mesa3d/include/
Dc99_math.h105 exp2f(float f) in exp2f() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h108 __DEVICE__ float exp2f(float __a) { return __nv_exp2f(__a); } in exp2f() function