Home
last modified time | relevance | path

Searched refs:atan2f (Results 1 – 25 of 67) sorted by relevance

123

/external/rust/crates/libm/src/math/
Dmod.rs83 mod atan2f; module
189 pub use self::atan2f::atan2f;
Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/external/llvm-project/clang/test/CodeGen/
Dlibcalls.c97 float atan2f_ = atan2f(f, f); in test_builtins()
Dlibcall-declarations.c11 float atan2f(float, float);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
Dmath-libcalls.c18 atan2(f,f); atan2f(f,f) ; atan2l(f, f); in foo()
/external/clang/test/CodeGen/
Dlibcalls.c98 float atan2f_ = atan2f(f, f); in test_builtins()
Dlibcall-declarations.c11 float atan2f(float, float);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
/external/rust/crates/libm/
DCHANGELOG.md33 - atan2f
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2()
Dtgmath.h562 __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/
DSkFloatingPoint.h52 #define sk_float_atan2(y,x) atan2f(y,x)
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dcalls.ll29 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.h48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2()
447 using ::atan2f;
/external/skia/include/private/
DSkFloatingPoint.h59 #define sk_float_atan2(y,x) atan2f(y,x)
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll28 declare float @atan2f(float, float) nounwind
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h19 float atan2f(float __a, float __b);
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dwin-math.ll54 ; MSVCXX-NOT: float @atan2f
56 ; MSVC19-NOT: float @atan2f
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp228 return call4(atan2f, x, y); in Atan2()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def124 TLI_DEFINE_VECFUNC("atan2f", "__atan2f4_massv", 4)
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll28 declare float @atan2f(float, float)
120 %20 = call float @atan2f(float 3.000000e+00, float 4.000000e+00)
/external/libcxx/include/
Dcmath63 float atan2f(float y, float x);
346 using ::atan2f;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll66 ; CHECK: declare void @atan2f(...)
67 declare void @atan2f(...)

123