Home
last modified time | relevance | path

Searched refs:atanf (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/CodeGen/
Dlibcalls.c88 float atanf_ = atanf(f); in test_builtins()
Dlibcall-declarations.c53 float atanf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc77 INLINE_DEF_FLOAT_SYMBOL(atanf, 1)
/external/valgrind/memcheck/tests/
Dvcpu_fnfns.c163 printf(" atanF(%+20.4e) = %+20.4e\n", (double)f, (double)atanf(f)); in main()
/external/bison/linux-lib/
Dmath.h585 # undef atanf
586 _GL_FUNCDECL_SYS (atanf, float, (float x));
588 _GL_CXXALIAS_SYS (atanf, float, (float x));
589 _GL_CXXALIASWARN (atanf);
591 # undef atanf
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
/external/bison/lib/
Dmath.in.h273 # undef atanf
274 _GL_FUNCDECL_SYS (atanf, float, (float x));
276 _GL_CXXALIAS_SYS (atanf, float, (float x));
277 _GL_CXXALIASWARN (atanf);
279 # undef atanf
281 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
/external/bison/darwin-lib/
Dmath.h585 # undef atanf
586 _GL_FUNCDECL_SYS (atanf, float, (float x));
588 _GL_CXXALIAS_SYS (atanf, float, (float x));
589 _GL_CXXALIASWARN (atanf);
591 # undef atanf
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft.c127 delta = atanf(1.0f) / nwh; in makewt_32()
201 delta = atanf(1.0f) / nch; in makect_32()
/external/ltrace/etc/
Dlibm.so.conf37 float atanf(float);
/external/mesa3d/src/mesa/main/
Dimports.h121 #define atanf(f) ((float) atan(f)) macro
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def214 /// float atanf(float x);
215 TLI_DEFINE_ENUM_INTERNAL(atanf)
216 TLI_DEFINE_STRING_INTERNAL("atanf")
/external/bison/m4/
Dmath_h.m441 [acosf acosl asinf asinl atanf atanl
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll35 ; WIN32-NOT: float @atanf
Ddouble-float-shrink-1.ll86 ; CHECK: call float @atanf(float %f)
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp189 TLI.setUnavailable(LibFunc::atanf); in initialize()
/external/libcxx/include/
Dcmath59 float atanf(float x);
706 using ::atanf;
709 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return atanf(__l…
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp39 static_assert((std::is_same<decltype(atanf(0)), float>::value), ""); in test_atan()
/external/clang/lib/Headers/
Dtgmath.h125 __tg_atan(float __x) {return atanf(__x);} in __tg_atan()
/external/clang/include/clang/Basic/
DBuiltins.def921 LIBBUILTIN(atanf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp163 static_assert((std::is_same<decltype(std::atanf(0)), float>::value), ""); in test_atan()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1369 fun:atanf=uninstrumented
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…