/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 78 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
|
D | dvec2.rs | 671 pub fn powf(self, n: f64) -> Self { in powf() method
|
D | dvec3.rs | 732 pub fn powf(self, n: f64) -> Self { in powf() method
|
/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 113 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
|
D | vec2.rs | 671 pub fn powf(self, n: f32) -> Self { in powf() method
|
/external/arm-optimized-routines/math/ |
D | powf.c | 133 powf (float x, float y) in powf() function
|
/external/cronet/stable/third_party/llvm-libc/src/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/cronet/tot/third_party/llvm-libc/src/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/musl/src/math/ |
D | powf.c | 125 float powf(float x, float y) in powf() function
|
/external/trusty/musl/src/math/ |
D | powf.c | 125 float powf(float x, float y) in powf() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | powf.rs | 48 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
|
D | mod.rs | 168 mod powf; module
|
/external/rust/android-crates-io/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
|
/external/rust/android-crates-io/crates/num-complex/src/ |
D | complex_float.rs | 53 fn powf(self, exp: Self::Real) -> Self; in powf() method
|
D | lib.rs | 375 pub fn powf(self, exp: T) -> Self { in powf() method
|
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 72 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/ |
D | nvptx.h | 72 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/ |
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/llvm-libc/src/math/nvptx/ |
D | nvptx.h | 72 LIBC_INLINE float powf(float x, float y) { return __nv_powf(x, y); } in powf() function
|
/external/rust/android-crates-io/crates/half/src/ |
D | num_traits.rs | 421 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/ |
D | vec3a.rs | 742 pub fn powf(self, n: f32) -> Self { in powf() method
|