/development/ndk/platforms/android-23/arch-arm64/symbols/ |
libm.so.versions.txt | 49 cbrtl;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libm.so.functions.txt | 45 cbrtl
|
libm.so.versions.txt | 49 cbrtl;
|
/development/ndk/platforms/android-23/arch-mips64/symbols/ |
libm.so.functions.txt | 45 cbrtl
|
libm.so.versions.txt | 49 cbrtl;
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libm.so.functions.txt | 45 cbrtl
|
libm.so.versions.txt | 49 cbrtl;
|
/development/ndk/platforms/android-23/arch-x86_64/symbols/ |
libm.so.functions.txt | 45 cbrtl
|
libm.so.versions.txt | 49 cbrtl;
|
/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
|
s_cbrt.c | 116 __weak_reference(cbrt, cbrtl);
|
/bionic/libm/ |
libm.arm.map | 49 cbrtl;
|
libm.map.txt | 48 cbrtl;
|
/ndk/sources/android/support/include/ |
math.h | 64 long double cbrtl(long double);
|
/prebuilts/ndk/current/sources/android/support/include/ |
math.h | 64 long double cbrtl(long double);
|
/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...] |
/ndk/sources/android/support/src/ |
math_support.c | 71 __attribute__((weak)) long double cbrtl(long double x) { return cbrt((double)x); } function
|
/bionic/libc/tools/ |
posix-2013.txt | 88 cbrtl
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 339 /// long double cbrtl(long double x); 340 TLI_DEFINE_ENUM_INTERNAL(cbrtl) 341 TLI_DEFINE_STRING_INTERNAL("cbrtl") [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 60 long double cbrtl(long double); 274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos), 359 // CHECK-NOERRNO: declare x86_fp80 @cbrtl(x86_fp80) [[NUW]]
|
/bionic/libm/include/ |
math.h | 366 long double cbrtl(long double);
|
/external/bison/m4/ |
math_h.m4 | 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
|
/external/ltrace/etc/ |
libm.so.conf | 170 ldouble cbrtl(ldouble);
|