Home
last modified time | relevance | path

Searched refs:scalbnf (Results 1 – 25 of 46) sorted by relevance

12

/external/rust/crates/libm/src/math/
Dexpf.rs16 use super::scalbnf;
99 scalbnf(y, k) in expf()
Dldexpf.rs3 super::scalbnf(x, n) in ldexpf()
Dmod.rs160 mod scalbnf; module
274 pub use self::scalbnf::scalbnf;
Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function
Dpowf.rs16 use super::{fabsf, scalbnf, sqrtf};
337 z = scalbnf(z, n); in powf()
/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h98 #define crt_scalbnf(x, y) scalbnf((x), (y))
/external/compiler-rt/lib/builtins/
Dint_math.h106 #define crt_scalbnf(x, y) scalbnf((x), (y))
/external/clang/test/CodeGen/
Dlibcall-declarations.c158 float scalbnf(float, int exp);
293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c158 float scalbnf(float, int exp);
293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
Dmath-libcalls.c462 scalbn(f,f); scalbnf(f,f); scalbnl(f,f); in foo()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.h77 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
/external/skia/gm/
Dmandoline.cpp127 float T = (0 == fRand.nextU() % 10) ? 0 : scalbnf(1, -(int)fRand.nextRangeU(10, 149)); in chooseChopT()
/external/skqp/gm/
Dmandoline.cpp121 float T = (0 == fRand.nextU() % 10) ? 0 : scalbnf(1, -(int)fRand.nextRangeU(10, 149)); in chooseChopT()
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath71 __DEVICE__ float scalbn(float __x, int __y) { return ::scalbnf(__x, __y); }
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h151 float scalbnf(float __a, int __b);
/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
291 return scalbnf(__a, (int)__b); in scalblnf()
D__clang_cuda_cmath.h490 using ::scalbnf;
D__clang_hip_cmath.h609 using ::scalbnf;
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp308 #define scalbnf(_a, _i) ldexpf(_a, _i) macro
/external/harfbuzz_ng/util/
Doptions.cc694 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); in get_font()
695 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in get_font()
Doptions.hh703 __inline float scalbnf (float x, int exp) in scalbnf() function
/external/libcxx/include/
Dcmath289 float scalbnf(float x, int ex);
463 using ::scalbnf;
/external/llvm-project/libcxx/include/
Dcmath288 float scalbnf(float x, int ex);
466 using ::scalbnf;
/external/llvm-project/libc/AOR_v20.02/math/test/
Dulp.c601 #define scalbn_f scalbnf
/external/arm-optimized-routines/math/test/
Dulp.c602 #define scalbn_f scalbnf

12