/external/rust/crates/libm/src/math/ |
D | mod.rs | 83 mod atan2f; module 189 pub use self::atan2f::atan2f;
|
D | atan2f.rs | 28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcalls.c | 97 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),
|
D | math-libcalls.c | 18 atan2(f,f); atan2f(f,f) ; atan2l(f, f); in foo()
|
/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/rust/crates/libm/ |
D | CHANGELOG.md | 33 - atan2f
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
|
/external/clang/lib/Headers/ |
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/skqp/include/private/ |
D | SkFloatingPoint.h | 52 #define sk_float_atan2(y,x) atan2f(y,x)
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | calls.ll | 29 declare float @atan2f(float, float) readnone nounwind 125 %20 = call float @atan2f(float 3.000000e+00, float 4.000000e+00)
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 447 using ::atan2f;
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 59 #define sk_float_atan2(y,x) atan2f(y,x)
|
/external/llvm-project/llvm/test/Transforms/DCE/ |
D | calls-errno.ll | 28 declare float @atan2f(float, float) nounwind
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 19 float atan2f(float __a, float __b);
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 54 ; MSVCXX-NOT: float @atan2f 56 ; MSVC19-NOT: float @atan2f
|
/external/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 228 return call4(atan2f, x, y); in Atan2()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 124 TLI_DEFINE_VECFUNC("atan2f", "__atan2f4_massv", 4)
|
/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/libcxx/include/ |
D | cmath | 63 float atan2f(float y, float x); 346 using ::atan2f;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 66 ; CHECK: declare void @atan2f(...) 67 declare void @atan2f(...)
|