Searched refs:scalbnf (Results 1 – 15 of 15) 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/skia/gm/ |
D | mandoline.cpp | 121 float T = (0 == fRand.nextU() % 10) ? 0 : scalbnf(1, -(int)fRand.nextRangeU(10, 149)); in chooseChopT()
|
/external/skqp/gm/ |
D | mandoline.cpp | 121 float T = (0 == fRand.nextU() % 10) ? 0 : scalbnf(1, -(int)fRand.nextRangeU(10, 149)); in chooseChopT()
|
/external/harfbuzz_ng/util/ |
D | options.cc | 682 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); in get_font() 683 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in get_font()
|
D | options.hh | 699 __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 | 1485 …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/clang/include/clang/Basic/ |
D | Builtins.def | 1090 LIBBUILTIN(scalbnf, "ffi", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1423 static_assert((std::is_same<decltype(scalbnf(0, (int)0)), float>::value), ""); in test_scalbn()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1474 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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8963 !540 = !DISubprogram(name: "scalbnf", linkageName: "_ZL7scalbnffi", scope: !444, file: !444, line: …
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 89 PUBLIC 31c30 0 scalbnf
|