Home
last modified time | relevance | path

Searched defs:powf (Results 1 - 8 of 8) sorted by relevance

/third_party/lame/libmp3lame/
H A Dmachine.h182 # define powf pow macro
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowf.c125 float powf(float x, float y) in powf() function
/third_party/musl/src/math/
H A Dpowf.c125 float powf(float x, float y) in powf() function
/third_party/optimized-routines/math/
H A Dpowf.c132 powf (float x, float y) in powf() function
H A Dv_powf.c148 V_NAME(powf) (v_f32_t x, v_f32_t y) in powf() function
/third_party/rust/crates/minimal-lexical/src/
H A Dnum.rs300 pub fn powf(x: f32, y: f32) -> f32 { in powf() functions
H A Dlibm.rs35 pub fn powf(x: f32, y: f32) -> f32 { in powf() functions
/third_party/ffmpeg/libavutil/
H A Dlibm.h49 #undef powf macro
50 #define powf(x, y) ((float)pow(x, y)) macro

Completed in 5 milliseconds