Searched defs:scalbn (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/include/
H A Dtgmath.h198 #define scalbn(x, y) __tg_simplev(x, scalbn, x, y) macro
/freebsd-11-stable/lib/msun/src/
H A Ds_scalbn.c35 scalbn (double x, int n) function
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c150 double (scalbn)(double x, int n) { n_double++; } function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h321 scalbn(__T __x, int __exp) { function
H A D__clang_cuda_device_functions.h1720 __DEVICE__ double scalbn(double __a, int __b) { return __nv_scalbn(__a, __b); } function
H A Dtgmath.h1164 #undef scalbn macro
1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1213 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { function in namespace:llvm

Completed in 186 milliseconds