Searched defs:scalbnf (Results 1 – 13 of 13) sorted by relevance
/external/musl/src/math/i386/ |
D | scalbnf.s | 11 .global scalbnf symbol 13 scalbnf: label
|
/external/trusty/musl/src/math/i386/ |
D | scalbnf.s | 11 .global scalbnf symbol 13 scalbnf: label
|
/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
|
/external/trusty/musl/src/math/ |
D | scalbnf.c | 4 float scalbnf(float x, int n) in scalbnf() function
|
/external/musl/src/math/ |
D | scalbnf.c | 4 float scalbnf(float x, int n) in scalbnf() function
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | utility.h | 76 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
|
/external/harfbuzz_ng/util/ |
D | options.hh | 242 __inline float scalbnf (float x, int exp) in scalbnf() function
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.cpp | 307 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
|
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 88 LIBC_INLINE float scalbnf(float x, int i) { return __nv_scalbnf(x, i); } in scalbnf() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 88 LIBC_INLINE float scalbnf(float x, int i) { return __nv_scalbnf(x, i); } in scalbnf() function
|
/external/llvm-libc/src/math/nvptx/ |
D | nvptx.h | 88 LIBC_INLINE float scalbnf(float x, int i) { return __nv_scalbnf(x, i); } in scalbnf() function
|
/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
|