Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/crates/glam/src/f64/
Dmath.rs78 pub(crate) fn powf(f: f64, n: f64) -> f64 { in powf() function
181 pub(crate) fn powf(f: f64, n: f64) -> f64 { in powf() function
261 pub(crate) fn powf(_: f64, _: f64) -> f64 { in powf() function
Ddvec2.rs671 pub fn powf(self, n: f64) -> Self { in powf() method
Ddvec3.rs732 pub fn powf(self, n: f64) -> Self { in powf() method
/external/rust/android-crates-io/crates/glam/src/f32/
Dmath.rs113 pub(crate) fn powf(f: f32, n: f32) -> f32 { in powf() function
217 pub(crate) fn powf(f: f32, n: f32) -> f32 { in powf() function
297 pub(crate) fn powf(_: f32, _: f32) -> f32 { in powf() function
Dvec2.rs671 pub fn powf(self, n: f32) -> Self { in powf() method
/external/arm-optimized-routines/math/
Dpowf.c133 powf (float x, float y) in powf() function
/external/cronet/stable/third_party/llvm-libc/src/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/cronet/tot/third_party/llvm-libc/src/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/musl/src/math/
Dpowf.c125 float powf(float x, float y) in powf() function
/external/trusty/musl/src/math/
Dpowf.c125 float powf(float x, float y) in powf() function
/external/rust/android-crates-io/crates/libm/src/math/
Dpowf.rs48 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
Dmod.rs168 mod powf; module
/external/rust/android-crates-io/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
/external/rust/android-crates-io/crates/num-complex/src/
Dcomplex_float.rs53 fn powf(self, exp: Self::Real) -> Self; in powf() method
Dlib.rs375 pub fn powf(self, exp: T) -> Self { in powf() method
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h72 LIBC_INLINE float powf(float x, float y) { return __nv_powf(x, y); } in powf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h72 LIBC_INLINE float powf(float x, float y) { return __nv_powf(x, y); } in powf() function
/external/rust/android-crates-io/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
/external/llvm-libc/src/math/nvptx/
Dnvptx.h72 LIBC_INLINE float powf(float x, float y) { return __nv_powf(x, y); } in powf() function
/external/rust/android-crates-io/crates/half/src/
Dnum_traits.rs421 fn powf(self, n: Self) -> Self { in powf() method
1159 fn powf(self, n: Self) -> Self { in powf() method
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec3a.rs742 pub fn powf(self, n: f32) -> Self { in powf() method

12