HomeSort by relevance Sort by last modified time
    Searched defs:scalbnl (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbnl.c 18 * 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);
  /bionic/libm/
fake_long_double.c 65 long double scalbnl(long double a1, int a2) { return scalbn(a1, a2); } function

Completed in 47 milliseconds