Home
last modified time | relevance | path

Searched refs:cbrtf (Results 1 – 16 of 16) 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/include/llvm/Target/
DTargetLibraryInfo.h164 cbrtf, enumerator
/external/ltrace/etc/
Dlibm.so.conf169 float cbrtf(float);
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp469 TLI.setUnavailable(LibFunc::cbrtf); in initialize()
/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.ll112 ; CHECK: call float @cbrtf(float %f)
/external/libcxx/include/
Dcmath169 float cbrtf(float x);
1096 using ::cbrtf;
1098 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __x) _NOEXCEPT {return cbrtf(__x);}
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp356 static_assert((std::is_same<decltype(cbrtf(0)), float>::value), ""); in test_cbrt()
/external/clang/lib/Headers/
Dtgmath.h580 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
/external/clang/include/clang/Basic/
DBuiltins.def902 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp689 static_assert((std::is_same<decltype(std::cbrtf(0)), float>::value), ""); in test_cbrt()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1669 fun:cbrtf=uninstrumented
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…