Home
last modified time | relevance | path

Searched refs:acosf (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
/external/clang/test/CodeGen/
Dlibcall-declarations.c41 float acosf(float);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
/external/valgrind/memcheck/tests/
Dvcpu_fnfns.c151 printf(" acosF(%+20.4e) = %+20.4e\n", (double)f, (double)acosf(f)); in main()
/external/bison/linux-lib/
Dmath.h523 # undef acosf
524 _GL_FUNCDECL_SYS (acosf, float, (float x));
526 _GL_CXXALIAS_SYS (acosf, float, (float x));
527 _GL_CXXALIASWARN (acosf);
529 # undef acosf
531 _GL_WARN_ON_USE (acosf, "acosf is unportable - "
/external/bison/lib/
Dmath.in.h211 # undef acosf
212 _GL_FUNCDECL_SYS (acosf, float, (float x));
214 _GL_CXXALIAS_SYS (acosf, float, (float x));
215 _GL_CXXALIASWARN (acosf);
217 # undef acosf
219 _GL_WARN_ON_USE (acosf, "acosf is unportable - "
/external/bison/darwin-lib/
Dmath.h523 # undef acosf
524 _GL_FUNCDECL_SYS (acosf, float, (float x));
526 _GL_CXXALIAS_SYS (acosf, float, (float x));
527 _GL_CXXALIASWARN (acosf);
529 # undef acosf
531 _GL_WARN_ON_USE (acosf, "acosf is unportable - "
/external/skia/include/core/
DSkFloatingPoint.h84 #define sk_float_acos(x) acosf(x)
/external/ltrace/etc/
Dlibm.so.conf33 float acosf(float);
/external/mesa3d/src/mesa/main/
Dimports.h118 #define acosf(f) ((float) acos(f)) macro
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def169 /// float acosf(float x);
170 TLI_DEFINE_ENUM_INTERNAL(acosf)
171 TLI_DEFINE_STRING_INTERNAL("acosf")
/external/bison/m4/
Dmath_h.m441 [acosf acosl asinf asinl atanf atanl
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll13 ; WIN32-NOT: float @acosf
Ddouble-float-shrink-1.ll18 ; CHECK: call float @acosf(float %f)
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp187 TLI.setUnavailable(LibFunc::acosf); in initialize()
/external/libcxx/include/
Dcmath51 float acosf(float x);
676 using ::acosf;
679 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return acosf(__l…
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp23 static_assert((std::is_same<decltype(acosf(0)), float>::value), ""); in test_acos()
/external/clang/lib/Headers/
Dtgmath.h67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
/external/clang/include/clang/Basic/
DBuiltins.def905 LIBBUILTIN(acosf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp125 static_assert((std::is_same<decltype(std::acosf(0)), float>::value), ""); in test_acos()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1307 fun:acosf=uninstrumented
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…