Searched refs:cbrtf (Results 1 – 18 of 18) sorted by relevance
/external/bison/darwin-lib/ |
D | math.h | 633 # 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/ |
D | math.in.h | 321 # 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/ |
D | math.h | 633 # 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/ |
D | libcall-declarations.c | 59 float cbrtf(float); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/ltrace/etc/ |
D | libm.so.conf | 169 float cbrtf(float);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 336 /// float cbrtf(float x); 337 TLI_DEFINE_ENUM_INTERNAL(cbrtf) 338 TLI_DEFINE_STRING_INTERNAL("cbrtf")
|
/external/bison/m4/ |
D | math_h.m4 | 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 118 ; CHECK: call float @cbrtf(float %f)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 162 TLI.setUnavailable(LibFunc::cbrtf); in initialize()
|
/external/libcxx/include/ |
D | cmath | 169 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/ |
D | math_h.pass.cpp | 358 static_assert((std::is_same<decltype(cbrtf(0)), float>::value), ""); in test_cbrt()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 580 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
D | color_cvt.hpp | 945 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/ |
D | color_detail.hpp | 1535 … return (1 << lab_shift2) * (x < 0.008856f ? x * 7.787f + 0.13793103448275862f : ::cbrtf(x)); in LabCbrt_b()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 930 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 780 static_assert((std::is_same<decltype(std::cbrtf(0)), float>::value), ""); in test_cbrt()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1437 fun:cbrtf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|