Searched defs:powf (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/libc/AOR_v20.02/math/ |
D | powf.c | 133 powf (float x, float y) in powf() function
|
D | v_powf.c | 149 V_NAME(powf) (v_f32_t x, v_f32_t y) in V_NAME() argument
|
/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 | real.rs | 269 fn powf(self, n: Self) -> Self; in powf() method
|
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
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_math.h | 88 static inline float powf( float f, float g ) in powf() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 229 __DEVICE__ float powf(float __a, float __b) { return __nv_powf(__a, __b); } in powf() function
|