/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/main/memcheck/tests/ |
D | vcpu_fnfns.c | 151 printf(" acosF(%+20.4e) = %+20.4e\n", (double)f, (double)acosf(f)); in main()
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 78 #define sk_float_acos(x) acosf(x)
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkFloatingPoint.h | 80 #define sk_float_acos(x) acosf(x)
|
/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/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 106 acosf, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 33 float acosf(float);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 74 float acosf "npy_acosf"(float x)
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 118 #define acosf(f) ((float) acos(f)) macro
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 118 #define acosf(f) ((float) acos(f)) macro
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 504 TLI.setUnavailable(LibFunc::acosf); in initialize()
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 13 ; WIN32-NOT: float @acosf
|
D | double-float-shrink-1.ll | 12 ; CHECK: call float @acosf(float %f)
|
/external/bison/m4/ |
D | math_h.m4 | 41 [acosf acosl asinf asinl atanf atanl
|
/external/libcxx/include/ |
D | cmath | 51 float acosf(float x); 676 using ::acosf; 679 inline _LIBCPP_INLINE_VISIBILITY float acos(float __x) _NOEXCEPT {return acosf(__x);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 21 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/chromium_org/third_party/mesa/ |
D | chromium.patch | 820 data.f[c] = acosf(op[0]->value.f[c]); 852 data.f[c] = acosf(op[0]->value.f[c]);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 878 LIBBUILTIN(acosf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 45 static_assert((std::is_same<decltype(std::acosf(0)), float>::value), ""); in test_acos()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1540 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…
|