Searched refs:cbrtl (Results 1 – 17 of 17) sorted by relevance
/external/bison/linux-lib/ |
D | 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 685 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 358 # undef cbrtl 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); 371 # undef cbrtl 373 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable - "
|
/external/bison/darwin-lib/ |
D | 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 685 _GL_WARN_ON_USE (cbrtl, "cbrtl is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 60 long double cbrtl(long double); 274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos),
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 117 ; CHECK: declare void @cbrtl(...) 118 declare void @cbrtl(...)
|
D | annotate.ll | 136 ; CHECK: declare x86_fp80 @cbrtl(x86_fp80) 137 declare x86_fp80 @cbrtl(x86_fp80)
|
/external/libcxx/include/ |
D | cmath | 170 long double cbrtl(long double x); 496 using ::cbrtl;
|
D | math.h | 1006 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 344 /// long double cbrtl(long double x); 345 TLI_DEFINE_ENUM_INTERNAL(cbrtl) 346 TLI_DEFINE_STRING_INTERNAL("cbrtl")
|
/external/bison/m4/ |
D | math_h.m4 | 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
|
/external/clang/lib/Headers/ |
D | tgmath.h | 588 __tg_cbrt(long double __x) {return cbrtl(__x);} in __tg_cbrt()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 166 TLI.setUnavailable(LibFunc::cbrtl); in initialize()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 824 static_assert((std::is_same<decltype(cbrtl(0)), long double>::value), ""); in test_cbrt()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 959 LIBBUILTIN(cbrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 826 static_assert((std::is_same<decltype(std::cbrtl(0)), long double>::value), ""); in test_cbrt()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1438 fun:cbrtl=uninstrumented
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|