Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
Dmod.rs160 mod scalbnf; module
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.h77 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp308 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
/external/harfbuzz_ng/util/
Doptions.hh703 __inline float scalbnf (float x, int exp) in scalbnf() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h278 __DEVICE__ float scalbnf(float __a, int __b) { return __nv_scalbnf(__a, __b); } in scalbnf() function