Searched defs:scalbnl (Results 1 - 1 of 1) sorted by last modified time

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_scalbnl.c18 * scalbnl (long double x, int n)
19 * scalbnl(x,n) returns x* 2**n computed by exponent
26 * where long double is the same as double, scalbnl() is an alias
45 scalbnl (long double x, int n) function
71 __strong_reference(scalbnl, ldexpl);

Completed in 42 milliseconds