/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtl.c | 35 cbrtl(long double x) function 108 * dt is cbrtl(x) to ~47 bits (after x has been reduced to 1 <= x < 8). 123 * for rounding up might not apply to either case in cbrtl() since
|
/ndk/sources/android/support/src/ |
math_support.c | 71 __attribute__((weak)) long double cbrtl(long double x) { return cbrt((double)x); } function
|
/external/bison/darwin-lib/ |
math.h | 670 # undef cbrtl 671 # define cbrtl rpl_cbrtl 673 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x)); 674 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x)); 677 _GL_FUNCDECL_SYS (cbrtl, long double, (long double x)); 679 _GL_CXXALIAS_SYS (cbrtl, long double, (long double x)); 681 _GL_CXXALIASWARN (cbrtl); 683 # undef cbrtl macro 685 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable - [all...] |
/external/bison/lib/ |
math.in.h | 358 # undef cbrtl macro 359 # define cbrtl rpl_cbrtl macro 361 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x)); 362 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x)); 365 _GL_FUNCDECL_SYS (cbrtl, long double, (long double x)); 367 _GL_CXXALIAS_SYS (cbrtl, long double, (long double x)); 369 _GL_CXXALIASWARN (cbrtl); variable 371 # undef cbrtl macro 373 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable - [all...] |
/external/bison/linux-lib/ |
math.h | 670 # undef cbrtl 671 # define cbrtl rpl_cbrtl 673 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x)); 674 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x)); 677 _GL_FUNCDECL_SYS (cbrtl, long double, (long double x)); 679 _GL_CXXALIAS_SYS (cbrtl, long double, (long double x)); 681 _GL_CXXALIASWARN (cbrtl); 683 # undef cbrtl macro 685 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable - [all...] |