Home
last modified time | relevance | path

Searched defs:scalbnf (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/musl/src/math/i386/
H A Dscalbnf.s11 .global scalbnf symbol
13 scalbnf: label
/aosp_15_r20/external/trusty/musl/src/math/i386/
Dscalbnf.s11 .global scalbnf symbol
13 scalbnf: label
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
H A Dmod.rs178 mod scalbnf; module
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
Dmod.rs178 mod scalbnf; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
H A Dmod.rs178 mod scalbnf; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
H A Dmod.rs178 mod scalbnf; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
H A Dmod.rs178 mod scalbnf; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
H A Dmod.rs178 mod scalbnf; module
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_scalbnf.c12 float scalbnf(float x, int n) in scalbnf() function
/aosp_15_r20/external/trusty/musl/src/math/
Dscalbnf.c4 float scalbnf(float x, int n) in scalbnf() function
/aosp_15_r20/external/musl/src/math/
H A Dscalbnf.c4 float scalbnf(float x, int n) in scalbnf() function
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/
Dsf_scalbn.c37 float scalbnf (float x, int n) in scalbnf() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dutility.h76 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
/aosp_15_r20/external/harfbuzz_ng/util/
H A Doptions.hh242 __inline float scalbnf (float x, int exp) in scalbnf() function
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DerrorHelpers.cpp307 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
/aosp_15_r20/external/llvm-libc/src/math/nvptx/
H A Dnvptx.h88 LIBC_INLINE float scalbnf(float x, int i) { return __nv_scalbnf(x, i); } in scalbnf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c184 void scalbnf() {} in scalbnf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c184 void scalbnf() {} in scalbnf() function
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dlibm.rs500 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function

12