Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/base/
Dlatebindingsymboltable_unittest.cc24 X(acosf) \
43 EXPECT_EQ(table.acosf()(0.5f), acosf(0.5f)); in TEST()
/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/skia/include/private/
DSkFloatingPoint.h69 # define sk_float_acos(x) acosf(x)
/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/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/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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
D__clang_cuda_cmath.h51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos()
Dtgmath.h67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll25 declare float @acosf(float)
111 %17 = call float @acosf(float 1.000000e+00)
/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/test/Transforms/InstCombine/
Dwin-math.ll13 ; WIN32-NOT: float @acosf
Ddouble-float-shrink-1.ll18 ; CHECK: call float @acosf(float %f)
/external/bison/m4/
Dmath_h.m441 [acosf acosl asinf asinl atanf atanl
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def249 /// float acosf(float x);
250 TLI_DEFINE_ENUM_INTERNAL(acosf)
251 TLI_DEFINE_STRING_INTERNAL("acosf")
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h459 return acosf(x); in btAcos()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp197 TLI.setUnavailable(LibFunc::acosf); in initialize()
DConstantFolding.cpp1505 (Name == "acosf" && TLI->has(LibFunc::acosf))) in ConstantFoldScalarCall()
/external/llvm/test/Transforms/LoopVectorize/X86/
Dveclib-calls.ll437 declare float @acosf(float) nounwind readnone
447 %call = tail call float @acosf(float %0) nounwind readnone
/external/libcxx/include/
Dcmath51 float acosf(float x);
680 using ::acosf;
683 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.def906 LIBBUILTIN(acosf, "ff", "fne", "math.h", ALL_LANGUAGES)

12