Searched refs:acosf (Results 1 – 21 of 21) sorted by relevance
/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/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/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/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/skia/include/core/ |
D | SkFloatingPoint.h | 84 #define sk_float_acos(x) acosf(x)
|
/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/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 169 /// float acosf(float x); 170 TLI_DEFINE_ENUM_INTERNAL(acosf) 171 TLI_DEFINE_STRING_INTERNAL("acosf")
|
/external/bison/m4/ |
D | math_h.m4 | 41 [acosf acosl asinf asinl atanf atanl
|
/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/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 187 TLI.setUnavailable(LibFunc::acosf); in initialize()
|
/external/libcxx/include/ |
D | cmath | 51 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/ |
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 | 905 LIBBUILTIN(acosf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 125 static_assert((std::is_same<decltype(std::acosf(0)), float>::value), ""); in test_acos()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1307 fun:acosf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|