Home
last modified time | relevance | path

Searched refs:cbrtf (Results 1 – 18 of 18) sorted by relevance

/external/bison/linux-lib/
Dmath.h633 # undef cbrtf
634 # define cbrtf rpl_cbrtf
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
640 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
642 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
644 _GL_CXXALIASWARN (cbrtf);
646 # undef cbrtf
648 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable - "
/external/bison/lib/
Dmath.in.h321 # undef cbrtf
322 # define cbrtf rpl_cbrtf macro
324 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
325 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
328 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
330 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
332 _GL_CXXALIASWARN (cbrtf);
334 # undef cbrtf
336 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable - "
/external/bison/darwin-lib/
Dmath.h633 # undef cbrtf
634 # define cbrtf rpl_cbrtf
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
640 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
642 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
644 _GL_CXXALIASWARN (cbrtf);
646 # undef cbrtf
648 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable - "
/external/clang/test/CodeGen/
Dlibcall-declarations.c59 float cbrtf(float);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll114 ; CHECK: declare void @cbrtf(...)
115 declare void @cbrtf(...)
Dannotate.ll133 ; CHECK: declare float @cbrtf(float)
134 declare float @cbrtf(float)
/external/libcxx/include/
Dcmath169 float cbrtf(float x);
398 using ::cbrtf;
Dmath.h1005 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def341 /// float cbrtf(float x);
342 TLI_DEFINE_ENUM_INTERNAL(cbrtf)
343 TLI_DEFINE_STRING_INTERNAL("cbrtf")
/external/bison/m4/
Dmath_h.m442 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll120 ; CHECK: call fast float @cbrtf(float %f)
/external/clang/lib/Headers/
Dtgmath.h580 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp165 TLI.setUnavailable(LibFunc::cbrtf); in initialize()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp823 static_assert((std::is_same<decltype(cbrtf(0)), float>::value), ""); in test_cbrt()
/external/clang/include/clang/Basic/
DBuiltins.def958 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp825 static_assert((std::is_same<decltype(std::cbrtf(0)), float>::value), ""); in test_cbrt()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1437 fun:cbrtf=uninstrumented
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…