Home
last modified time | relevance | path

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

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