Searched refs:atanf (Results 1 – 22 of 22) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcalls.c | 88 float atanf_ = atanf(f); in test_builtins()
|
D | libcall-declarations.c | 53 float atanf(float); 272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 77 INLINE_DEF_FLOAT_SYMBOL(atanf, 1)
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fnfns.c | 163 printf(" atanF(%+20.4e) = %+20.4e\n", (double)f, (double)atanf(f)); in main()
|
/external/bison/linux-lib/ |
D | math.h | 585 # 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/ |
D | math.in.h | 273 # 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/ |
D | math.h | 585 # 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/ |
D | aec_rdft.c | 127 delta = atanf(1.0f) / nwh; in makewt_32() 201 delta = atanf(1.0f) / nch; in makect_32()
|
/external/ltrace/etc/ |
D | libm.so.conf | 37 float atanf(float);
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 121 #define atanf(f) ((float) atan(f)) macro
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 214 /// float atanf(float x); 215 TLI_DEFINE_ENUM_INTERNAL(atanf) 216 TLI_DEFINE_STRING_INTERNAL("atanf")
|
/external/bison/m4/ |
D | math_h.m4 | 41 [acosf acosl asinf asinl atanf atanl
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 35 ; WIN32-NOT: float @atanf
|
D | double-float-shrink-1.ll | 86 ; CHECK: call float @atanf(float %f)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 189 TLI.setUnavailable(LibFunc::atanf); in initialize()
|
/external/libcxx/include/ |
D | cmath | 59 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/ |
D | math_h.pass.cpp | 39 static_assert((std::is_same<decltype(atanf(0)), float>::value), ""); in test_atan()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 125 __tg_atan(float __x) {return atanf(__x);} in __tg_atan()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 921 LIBBUILTIN(atanf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 163 static_assert((std::is_same<decltype(std::atanf(0)), float>::value), ""); in test_atan()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1369 fun:atanf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|