Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dpowf.c125 float powf(float x, float y) in powf() function
/third_party/musl/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/ffmpeg/libavutil/
Dlibm.h50 #define powf(x, y) ((float)pow(x, y)) macro
/third_party/rust/crates/num-traits/src/
Dreal.rs269 fn powf(self, n: Self) -> Self; in powf() method
Dfloat.rs1360 fn powf(self, n: Self) -> Self; in powf() method
/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