Searched defs:powf (Results 1 – 9 of 9) sorted by relevance
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | powf.c | 125 float powf(float x, float y) in powf() function
|
| /third_party/musl/src/math/ |
| D | powf.c | 125 float powf(float x, float y) in powf() function
|
| /third_party/optimized-routines/math/ |
| D | powf.c | 132 powf (float x, float y) in powf() function
|
| D | v_powf.c | 148 V_NAME(powf) (v_f32_t x, v_f32_t y) in V_NAME() argument
|
| /third_party/ffmpeg/libavutil/ |
| D | libm.h | 50 #define powf(x, y) ((float)pow(x, y)) macro
|
| /third_party/rust/crates/num-traits/src/ |
| D | real.rs | 269 fn powf(self, n: Self) -> Self; in powf() method
|
| D | float.rs | 1360 fn powf(self, n: Self) -> Self; in powf() method
|
| /third_party/rust/crates/minimal-lexical/src/ |
| D | num.rs | 300 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
|
| D | libm.rs | 35 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
|