Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/
Dpowf.c133 powf (float x, float y) in powf() function
Dv_powf.c149 V_NAME(powf) (v_f32_t x, v_f32_t y) in V_NAME() argument
/external/arm-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
/external/rust/crates/libm/src/math/
Dpowf.rs47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
Dmod.rs152 mod powf; module
/external/rust/crates/num-traits/src/
Dreal.rs269 fn powf(self, n: Self) -> Self; in powf() method
Dfloat.rs1303 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/
Du_math.h88 static inline float powf( float f, float g ) in powf() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h229 __DEVICE__ float powf(float __a, float __b) { return __nv_powf(__a, __b); } in powf() function