Home
last modified time | relevance | path

Searched refs:atanf (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm/test/Transforms/InstCombine/
Dtan-nofastmath.ll5 %call = call float @atanf(float %x)
11 ; CHECK: %call = call float @atanf(float %x)
17 declare float @atanf(float)
Dtan.ll4 %call = call fast float @atanf(float %x)
22 declare float @atanf(float)
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dtan-nofastmath.ll5 %call = call float @atanf(float %x)
11 ; CHECK: %call = call float @atanf(float %x)
17 declare float @atanf(float)
Dtan.ll4 %call = call fast float @atanf(float %x)
22 declare float @atanf(float)
Dwin-math.ll41 ; MSVCXX-NOT: float @atanf
43 ; MSVC19-NOT: float @atanf
/external/rust/crates/libm/src/math/
Datan2f.rs16 use super::atanf;
37 return atanf(y); in atan2f()
83 atanf(fabsf(y / x)) in atan2f()
Dmod.rs84 mod atanf; module
190 pub use self::atanf::atanf;
Datanf.rs45 pub fn atanf(mut x: f32) -> f32 { in atanf() function
/external/rust/crates/libm/
DCHANGELOG.md34 - atanf
62 - atanf
/external/llvm-project/clang/test/CodeGen/
Dlibcalls.c87 float atanf_ = atanf(f); in test_builtins()
Dlibcall-declarations.c53 float atanf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
Dmath-libcalls.c127 atan(f); atanf(f); atanl(f); in foo()
/external/clang/test/CodeGen/
Dlibcalls.c88 float atanf_ = atanf(f); in test_builtins()
Dlibcall-declarations.c53 float atanf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc77 INLINE_DEF_FLOAT_SYMBOL(atanf, 1)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc77 INLINE_DEF_FLOAT_SYMBOL(atanf, 1)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc77 INLINE_DEF_FLOAT_SYMBOL(atanf, 1)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def54 TLI_DEFINE_VECFUNC("atanf", "vatanf", 4)
122 TLI_DEFINE_VECFUNC("atanf", "__atanf4_massv", 4)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h53 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan()
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dcalls.ll28 declare float @atanf(float) readnone nounwind
122 %19 = call float @atanf(float 3.000000e+00)
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan()
448 using ::atanf;
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll27 declare float @atanf(float) nounwind
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h20 float atanf(float __a);
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def54 TLI_DEFINE_VECFUNC("atanf", "vatanf", 4)
203 TLI_DEFINE_VECFUNC("atanf", "__atanf4_massv", 4)
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp191 return call4(atanf, x); in Atan()

123