Home
last modified time | relevance | path

Searched defs:scalbln (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/include/
Dmath.h1475 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT … in scalbln() function
1476 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT… in scalbln() function
1481 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalbln((double)__lcpp_x, __lcpp_y);} in scalbln() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp96 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp99 Ambiguous scalbln(Ambiguous, Ambiguous){ return Ambiguous(); } in scalbln() function
/external/clang/lib/Headers/
Dtgmath.h1189 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro