/aosp_15_r20/external/musl/src/math/i386/ |
H A D | scalbnf.s | 11 .global scalbnf symbol 13 scalbnf: label
|
/aosp_15_r20/external/trusty/musl/src/math/i386/ |
D | scalbnf.s | 11 .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 D | scalbnf.rs | 2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
|
H A D | mod.rs | 178 mod scalbnf; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | scalbnf.rs | 2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
|
D | mod.rs | 178 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 D | scalbnf.rs | 2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
|
H A D | mod.rs | 178 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 D | scalbnf.rs | 2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
|
H A D | mod.rs | 178 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 D | scalbnf.rs | 2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
|
H A D | mod.rs | 178 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 D | scalbnf.rs | 2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
|
H A D | mod.rs | 178 mod scalbnf; module
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_scalbnf.c | 12 float scalbnf(float x, int n) in scalbnf() function
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | scalbnf.c | 4 float scalbnf(float x, int n) in scalbnf() function
|
/aosp_15_r20/external/musl/src/math/ |
H A D | scalbnf.c | 4 float scalbnf(float x, int n) in scalbnf() function
|
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/ |
D | sf_scalbn.c | 37 float scalbnf (float x, int n) in scalbnf() function
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | utility.h | 76 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | options.hh | 242 __inline float scalbnf (float x, int exp) in scalbnf() function
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | errorHelpers.cpp | 307 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
|
/aosp_15_r20/external/llvm-libc/src/math/nvptx/ |
H A D | nvptx.h | 88 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/ |
D | stub.c | 184 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/ |
D | stub.c | 184 void scalbnf() {} in scalbnf() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/ |
D | libm.rs | 500 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
|