Searched refs:scalbln (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/lib/libm/arch/i387/
H A Ds_scalbn.S12 WEAK_ALIAS(scalbln,_scalbln)
27 STRONG_ALIAS(_scalbn, scalbln)
/netbsd-current/lib/libm/src/
H A Ds_scalbn.c43 __weak_alias(scalbln, _scalbln)
57 return scalbln(x, n);
62 scalbln(double x, long n) function
H A Dnamespace.h84 #define scalbln _scalbln macro
/netbsd-current/lib/libm/arch/mc68881/
H A Ds_scalbn.S46 WEAK_ALIAS(scalbln,_scalbln)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h159 __DEVICE__ double scalbln(double, long);
160 __DEVICE__ float scalbln(float, long);
262 using ::scalbln;
H A D__clang_cuda_cmath.h343 scalbln(__T __x, long __exp) { function
344 return std::scalbln((double)__x, __exp);
422 using ::scalbln;
H A D__clang_hip_cmath.h109 __DEVICE__ float scalbln(float __x, long int __n) { function
558 scalbln(__T __x, long int __exp) { function
559 return ::scalbln((double)__x, __exp);
650 using ::scalbln;
H A Dtgmath.h1167 // scalbln
1175 __tg_scalbln(double __x, long __y) {return scalbln(__x, __y);}
1181 #undef scalbln macro
1182 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
H A D__clang_cuda_math.h279 __DEVICE__ double scalbln(double __a, long __b) { function
H A D__clang_hip_math.h1007 double scalbln(double __x, long int __n) { function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h115 #define scalbln(x,y) __TGMATH_REAL_2(x, y, scalbln) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h115 #define scalbln(x,y) __TGMATH_REAL_2(x, y, scalbln) macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d280 alias core.stdc.math.scalbln scalbln;
282 alias core.stdc.math.scalblnf scalbln;
284 alias core.stdc.math.scalblnl scalbln;
781 alias core.stdc.math.scalbln scalbln;
783 alias core.stdc.math.scalblnf scalbln;
785 alias core.stdc.math.scalblnl scalbln;
1271 alias core.stdc.math.scalbln scalbln;
[all...]
H A Dmath.d1851 double scalbln(double x, c_long n);
1855 extern(D) real scalblnl()(real x, c_long n) { return scalbln(cast(double) x, n); }
2252 double scalbln(double x, c_long n);
2750 double scalbln(double x, c_long n);
2980 double scalbln(double x, c_long n);
3358 double scalbln(double x, c_long n);
3746 double scalbln(double x, c_long n);
4146 extern(D) real scalbnl(real x, int n) { return scalbln(cast(double) x, n); }
4149 double scalbln(double x, c_long n);
4153 extern(D) real scalblnl(real x, c_long n) { return scalbln(cas
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h108 using std::scalbln;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dmath.h82 using std::tr1::scalbln;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h108 using std::scalbln;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dmath.h82 using std::tr1::scalbln;
/netbsd-current/include/
H A Dmath.h354 double scalbln(double, long);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h276 floating_point scalbln (arithmetic x, long ex);
1646 // scalbln
1648 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnf(__lcpp_x, __lcpp_y);}
1649 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_y);}
1654 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalbln((double)__lcpp_x, __lcpp_y);}
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h385 {"scalbln", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h385 {"scalbln", 99},
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h532 { return std::scalbln(__x, __y.first); }
H A Dsimd_math.h848 _GLIBCXX_SIMD_MATH_CALL2_(scalbln, long)
H A Dsimd_fixed_size.h1596 _GLIBCXX_SIMD_APPLY_ON_TUPLE(_Tp, scalbln)

Completed in 205 milliseconds

12