Searched refs:acosf (Results 1 – 25 of 28) sorted by relevance
12
/external/webrtc/webrtc/base/ |
D | latebindingsymboltable_unittest.cc | 24 X(acosf) \ 43 EXPECT_EQ(table.acosf()(0.5f), acosf(0.5f)); in TEST()
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 41 float acosf(float); 270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 69 # define sk_float_acos(x) acosf(x)
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fnfns.c | 151 printf(" acosF(%+20.4e) = %+20.4e\n", (double)f, (double)acosf(f)); in main()
|
/external/bison/linux-lib/ |
D | math.h | 523 # 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/ |
D | math.h | 523 # 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/ |
D | math.in.h | 211 # 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.h | 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos()
|
D | tgmath.h | 67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 25 declare float @acosf(float) 111 %17 = call float @acosf(float 1.000000e+00)
|
/external/ltrace/etc/ |
D | libm.so.conf | 33 float acosf(float);
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 118 #define acosf(f) ((float) acos(f)) macro
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 13 ; WIN32-NOT: float @acosf
|
D | double-float-shrink-1.ll | 18 ; CHECK: call float @acosf(float %f)
|
/external/bison/m4/ |
D | math_h.m4 | 41 [acosf acosl asinf asinl atanf atanl
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 249 /// 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/ |
D | btScalar.h | 459 return acosf(x); in btAcos()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 197 TLI.setUnavailable(LibFunc::acosf); in initialize()
|
D | ConstantFolding.cpp | 1505 (Name == "acosf" && TLI->has(LibFunc::acosf))) in ConstantFoldScalarCall()
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | veclib-calls.ll | 437 declare float @acosf(float) nounwind readnone 447 %call = tail call float @acosf(float %0) nounwind readnone
|
/external/libcxx/include/ |
D | cmath | 51 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/ |
D | math_h.pass.cpp | 23 static_assert((std::is_same<decltype(acosf(0)), float>::value), ""); in test_acos()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 906 LIBBUILTIN(acosf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
12