Searched defs:powf (Results 1 – 10 of 10) sorted by relevance
/external/musl/src/math/ |
D | powf.c | 125 float powf(float x, float y) in powf() function
|
/external/arm-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
|
/external/rust/crates/libm/src/math/ |
D | powf.rs | 47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
|
D | mod.rs | 152 mod powf; module
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 1303 fn powf(self, n: Self) -> Self; in powf() method 2009 fn powf(self, n: Self) -> Self { in powf() method 2144 fn powf(self, n: Self) -> Self { in powf() method
|
D | real.rs | 269 fn powf(self, n: Self) -> Self; in powf() method
|
/external/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
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_math.h | 88 static inline float powf( float f, float g ) in powf() function
|