/external/clang/test/CodeGen/ |
D | libcalls.c | 98 float atan2f_ = atan2f(f, f); in test_builtins()
|
D | libcall-declarations.c | 11 float atan2f(float, float); 264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 72 #define sk_float_atan2(y,x) atan2f(y,x)
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fnfns.c | 175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0)); in main()
|
/external/bison/linux-lib/ |
D | math.h | 616 # undef atan2f 617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x)); 619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 620 _GL_CXXALIASWARN (atan2f); 622 # undef atan2f 624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 616 # undef atan2f 617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x)); 619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 620 _GL_CXXALIASWARN (atan2f); 622 # undef atan2f 624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 304 # undef atan2f 305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x)); 307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 308 _GL_CXXALIASWARN (atan2f); 310 # undef atan2f 312 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
D | __clang_cuda_cmath.h | 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2()
|
D | tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() 1229 __tg_carg(float __x) {return atan2f(0.F, __x);} in __tg_carg()
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 28 declare float @atan2f(float, float) 120 %20 = call float @atan2f(float 3.000000e+00, float 4.000000e+00)
|
/external/ltrace/etc/ |
D | libm.so.conf | 41 float atan2f(float, float);
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 120 #define atan2f(x,y) ((float) atan2(x,y)) macro
|
/external/clang/lib/Headers/ |
D | tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() 1229 __tg_carg(float __x) {return atan2f(0.F, __x);} in __tg_carg()
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 46 ; WIN32-NOT: float @atan2f
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 288 /// float atan2f(float y, float x); 289 TLI_DEFINE_ENUM_INTERNAL(atan2f) 290 TLI_DEFINE_STRING_INTERNAL("atan2f")
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btScalar.h | 469 SIMD_FORCE_INLINE btScalar btAtan2(btScalar x, btScalar y) { return atan2f(x, y); } in btAtan2()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 200 TLI.setUnavailable(LibFunc::atan2f); in initialize()
|
D | ConstantFolding.cpp | 1690 (Name == "atan2f" && TLI->has(LibFunc::atan2f))) in ConstantFoldScalarCall()
|
/external/libcxx/include/ |
D | cmath | 63 float atan2f(float y, float x); 725 using ::atan2f; 728 … atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT {return atan2f(__lcpp_y, __lcpp_x…
|
D | complex | 928 return atan2f(0.F, __re);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 47 static_assert((std::is_same<decltype(atan2f(0,0)), float>::value), ""); in test_atan2()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 866 LIBBUILTIN(atan2f, "fff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 185 static_assert((std::is_same<decltype(std::atan2f(0,0)), float>::value), ""); in test_atan2()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1367 fun:atan2f=uninstrumented
|