Home
last modified time | relevance | path

Searched refs:cbrtl (Results 1 – 17 of 17) sorted by relevance

/external/bison/linux-lib/
Dmath.h670 # 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/
Dmath.in.h358 # 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/
Dmath.h670 # 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/
Dlibcall-declarations.c60 long double cbrtl(long double);
274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos),
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll117 ; CHECK: declare void @cbrtl(...)
118 declare void @cbrtl(...)
Dannotate.ll136 ; CHECK: declare x86_fp80 @cbrtl(x86_fp80)
137 declare x86_fp80 @cbrtl(x86_fp80)
/external/libcxx/include/
Dcmath170 long double cbrtl(long double x);
496 using ::cbrtl;
Dmath.h1006 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def344 /// long double cbrtl(long double x);
345 TLI_DEFINE_ENUM_INTERNAL(cbrtl)
346 TLI_DEFINE_STRING_INTERNAL("cbrtl")
/external/bison/m4/
Dmath_h.m442 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
/external/clang/lib/Headers/
Dtgmath.h588 __tg_cbrt(long double __x) {return cbrtl(__x);} in __tg_cbrt()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp166 TLI.setUnavailable(LibFunc::cbrtl); in initialize()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp824 static_assert((std::is_same<decltype(cbrtl(0)), long double>::value), ""); in test_cbrt()
/external/clang/include/clang/Basic/
DBuiltins.def959 LIBBUILTIN(cbrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp826 static_assert((std::is_same<decltype(std::cbrtl(0)), long double>::value), ""); in test_cbrt()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1438 fun:cbrtl=uninstrumented
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…