Searched refs:atanf (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcall-declarations.c13 float atanf(float);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
97 // CHECK-NOERRNO: declare float @atanf(float) [[NUW]]
H A Dlibcalls.c83 float atanf_ = atanf(f);
86 // CHECK-NO: declare float @atanf(float) [[NUW_RN]]
89 // CHECK-YES-NOT: declare float @atanf(float) [[NUW_RN]]
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c163 printf(" atanF(%+20.4e) = %+20.4e\n", (double)f, (double)atanf(f));
/external/bison/darwin-lib/
H A 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 macro
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
594 "use gnulib module atanf for portability");
/external/bison/lib/
H A Dmath.in.h273 # undef atanf macro
274 _GL_FUNCDECL_SYS (atanf, float, (float x));
276 _GL_CXXALIAS_SYS (atanf, float, (float x));
277 _GL_CXXALIASWARN (atanf); variable
279 # undef atanf macro
281 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
282 "use gnulib module atanf for portability");
/external/bison/linux-lib/
H A 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 macro
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
594 "use gnulib module atanf for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h112 /// float atanf(float x);
113 atanf, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h121 #define atanf(f) ((float) atan(f)) macro
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp72 "atanf",
454 TLI.setUnavailable(LibFunc::atanf);
/external/mesa3d/src/mesa/main/
H A Dimports.h121 #define atanf(f) ((float) atan(f)) macro
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft.c127 delta = atanf(1.0f) / nwh;
201 delta = atanf(1.0f) / nch;
/external/clang/lib/Headers/
H A Dtgmath.h125 __tg_atan(float __x) {return atanf(__x);}
/external/clang/lib/include/
H A Dtgmath.h125 __tg_atan(float __x) {return atanf(__x);}
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 706 milliseconds