Searched refs:cbrtf (Results 1 – 18 of 18) sorted by relevance
/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/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/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/clang/test/CodeGen/ |
D | libcall-declarations.c | 59 float cbrtf(float); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 114 ; CHECK: declare void @cbrtf(...) 115 declare void @cbrtf(...)
|
D | annotate.ll | 133 ; CHECK: declare float @cbrtf(float) 134 declare float @cbrtf(float)
|
/external/libcxx/include/ |
D | cmath | 169 float cbrtf(float x); 398 using ::cbrtf;
|
D | math.h | 1005 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 341 /// float cbrtf(float x); 342 TLI_DEFINE_ENUM_INTERNAL(cbrtf) 343 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 | 120 ; CHECK: call fast float @cbrtf(float %f)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 580 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 165 TLI.setUnavailable(LibFunc::cbrtf); in initialize()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 823 static_assert((std::is_same<decltype(cbrtf(0)), float>::value), ""); in test_cbrt()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 958 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 825 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…
|