Home
last modified time | relevance | path

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

/external/musl/src/math/
Dpowf.c125 float powf(float x, float y) in powf() function
/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.rs168 mod powf; module
/external/rust/crates/num-traits/src/
Dreal.rs269 fn powf(self, n: Self) -> Self; in powf() method
Dfloat.rs1359 fn powf(self, n: Self) -> Self; in powf() method
/external/rust/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/rust/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/crates/glam/src/f32/
Dvec2.rs512 pub fn powf(self, n: f32) -> Self { in powf() method
Dvec3.rs560 pub fn powf(self, n: f32) -> Self { in powf() method
/external/rust/crates/glam/src/f64/
Ddvec2.rs512 pub fn powf(self, n: f64) -> Self { in powf() method
Ddvec3.rs560 pub fn powf(self, n: f64) -> Self { in powf() method
Ddvec4.rs595 pub fn powf(self, n: f64) -> Self { in powf() method
/external/rust/crates/glam/src/f32/scalar/
Dvec3a.rs566 pub fn powf(self, n: f32) -> Self { in powf() method
Dvec4.rs603 pub fn powf(self, n: f32) -> Self { in powf() method
/external/rust/crates/glam/src/f32/wasm32/
Dvec3a.rs545 pub fn powf(self, n: f32) -> Self { in powf() method
Dvec4.rs527 pub fn powf(self, n: f32) -> Self { in powf() method
/external/rust/crates/glam/src/f32/coresimd/
Dvec4.rs507 pub fn powf(self, n: f32) -> Self { in powf() method
Dvec3a.rs533 pub fn powf(self, n: f32) -> Self { in powf() method
/external/rust/crates/glam/src/f32/sse2/
Dvec4.rs545 pub fn powf(self, n: f32) -> Self { in powf() method
Dvec3a.rs570 pub fn powf(self, n: f32) -> Self { in powf() method