Home
last modified time | relevance | path

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

/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/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/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/clang/test/CodeGen/
Dlibcall-declarations.c59 float cbrtf(float);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/ltrace/etc/
Dlibm.so.conf169 float cbrtf(float);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def336 /// float cbrtf(float x);
337 TLI_DEFINE_ENUM_INTERNAL(cbrtf)
338 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.ll118 ; CHECK: call float @cbrtf(float %f)
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp162 TLI.setUnavailable(LibFunc::cbrtf); in initialize()
/external/libcxx/include/
Dcmath169 float cbrtf(float x);
1100 using ::cbrtf;
1102 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return cbrtf(__l…
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp358 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/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp945 return (1 << lab_shift2) * (x < 0.008856f ? x * 7.787f + 0.13793103448275862f : ::cbrtf(x)); in LabCbrt_b()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp1535 … return (1 << lab_shift2) * (x < 0.008856f ? x * 7.787f + 0.13793103448275862f : ::cbrtf(x)); in LabCbrt_b()
/external/clang/include/clang/Basic/
DBuiltins.def930 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp780 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…