Searched refs:scalbnf (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | int_math.h | 106 #define crt_scalbnf(x, y) scalbnf((x), (y))
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 158 float scalbnf(float, int exp); 293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
|
/external/harfbuzz_ng/util/ |
D | options.cc | 623 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); in get_font() 624 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in get_font()
|
D | options.hh | 495 __inline float scalbnf (float x, int exp) in scalbnf() function
|
/external/libcxx/include/ |
D | cmath | 289 float scalbnf(float x, int ex); 463 using ::scalbnf;
|
D | math.h | 1399 …oat scalbn(float __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbnf(__lcpp_x, __lcpp_… in scalbn()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1161 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1414 static_assert((std::is_same<decltype(scalbnf(0, (int)0)), float>::value), ""); in test_scalbn()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1090 LIBBUILTIN(scalbnf, "ffi", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1438 static_assert((std::is_same<decltype(std::scalbnf(0, (int)0)), float>::value), ""); in test_scalbn()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2781 fun:scalbnf=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 89 PUBLIC 31c30 0 scalbnf
|