Searched defs:scalbn (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/lib/msun/amd64/
H A Ds_scalbn.S30 ENTRY(scalbn) function
/freebsd-10-stable/lib/msun/i387/
H A Ds_scalbn.S39 ENTRY(scalbn) function
/freebsd-10-stable/lib/msun/src/
H A Ds_scalbn.c37 scalbn (double x, int n) function
/freebsd-10-stable/tools/regression/include/tgmath/
H A Dtgmath.c150 double (scalbn)(double x, int n) { n_double++; } function
/freebsd-10-stable/include/
H A Dtgmath.h198 #define scalbn(x, y) __tg_simplev(x, scalbn, x, y) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro

Completed in 123 milliseconds