Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Dmath.rs83 pub(crate) fn powf(f: f64, n: f64) -> f64 { in powf() function
191 pub(crate) fn powf(f: f64, n: f64) -> f64 { in powf() function
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dmath.rs118 pub(crate) fn powf(f: f32, n: f32) -> f32 { in powf() function
227 pub(crate) fn powf(f: f32, n: f32) -> f32 { in powf() function
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DPainting.kt177 private fun powf(a: Float, b: Float): Float { in powf() method in com.android.egg.paint.Painting
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/
Dwf_pow.c24 float powf(float x, float y) /* wrapper powf */ in powf() function
/aosp_15_r20/external/musl/src/math/
H A Dpowf.c125 float powf(float x, float y) in powf() function
/aosp_15_r20/external/arm-optimized-routines/math/
H A Dpowf.c132 powf (float x, float y) in powf() function
/aosp_15_r20/external/trusty/musl/src/math/
Dpowf.c125 float powf(float x, float y) in powf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpowf.rs47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpowf.rs47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dpowf.rs47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpowf.rs47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpowf.rs47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dpowf.rs47 pub fn powf(x: f32, y: f32) -> f32 { in powf() function
H A Dmod.rs168 mod powf; module
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dreal.rs269 fn powf(self, n: Self) -> Self; in powf() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Df32.rs414 pub fn powf(self, n: f32) -> f32 { in powf() method
H A Df64.rs414 pub fn powf(self, n: f64) -> f64 { in powf() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Df32.rs414 pub fn powf(self, n: f32) -> f32 { in powf() method
H A Df64.rs414 pub fn powf(self, n: f64) -> f64 { in powf() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Df32.rs414 pub fn powf(self, n: f32) -> f32 { in powf() method
H A Df64.rs414 pub fn powf(self, n: f64) -> f64 { in powf() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Df64.rs414 pub fn powf(self, n: f64) -> f64 { in powf() method
H A Df32.rs414 pub fn powf(self, n: f32) -> f32 { in powf() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Df64.rs414 pub fn powf(self, n: f64) -> f64 { in powf() method
H A Df32.rs414 pub fn powf(self, n: f32) -> f32 { in powf() method

1234