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

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_exp2l.c 324 * exp2l(x): compute the base 2 exponential of x
354 exp2l(long double x) function
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 91 __attribute__((weak)) long double exp2l(long double x) { return exp2((double)x); } function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 91 __attribute__((weak)) long double exp2l(long double x) { return exp2((double)x); } function
  /external/bison/darwin-lib/
math.h 914 # undef exp2l
915 # define exp2l rpl_exp2l
917 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
918 _GL_CXXALIAS_RPL (exp2l, long double, (long double x));
921 # undef exp2l
922 _GL_FUNCDECL_SYS (exp2l, long double, (long double x));
924 _GL_CXXALIAS_SYS (exp2l, long double, (long double x));
926 _GL_CXXALIASWARN (exp2l);
928 # undef exp2l macro
930 _GL_WARN_ON_USE (exp2l, "exp2l is unportable -
    [all...]
  /external/bison/lib/
math.in.h 602 # undef exp2l macro
603 # define exp2l rpl_exp2l macro
605 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
606 _GL_CXXALIAS_RPL (exp2l, long double, (long double x));
609 # undef exp2l macro
610 _GL_FUNCDECL_SYS (exp2l, long double, (long double x));
612 _GL_CXXALIAS_SYS (exp2l, long double, (long double x));
614 _GL_CXXALIASWARN (exp2l); variable
616 # undef exp2l macro
618 _GL_WARN_ON_USE (exp2l, "exp2l is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 914 # undef exp2l
915 # define exp2l rpl_exp2l
917 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
918 _GL_CXXALIAS_RPL (exp2l, long double, (long double x));
921 # undef exp2l
922 _GL_FUNCDECL_SYS (exp2l, long double, (long double x));
924 _GL_CXXALIAS_SYS (exp2l, long double, (long double x));
926 _GL_CXXALIASWARN (exp2l);
928 # undef exp2l macro
930 _GL_WARN_ON_USE (exp2l, "exp2l is unportable -
    [all...]

Completed in 224 milliseconds