Home
last modified time | relevance | path

Searched defs:expf (Results 1 – 6 of 6) sorted by relevance

/third_party/optimized-routines/math/
Dexpf.c34 expf (float x) in expf() function
Dv_expf.c49 V_NAME(expf) (v_f32_t x) in V_NAME() argument
/third_party/musl/src/math/
Dexpf.c33 float expf(float x) in expf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpf.c33 float expf(float x) in expf() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c305 #define expf wrap_expf macro
/third_party/ffmpeg/libavutil/
Dlibm.h283 #define expf(x) ((float)exp(x)) macro