Home
last modified time | relevance | path

Searched refs:tanf (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/Transforms/InstCombine/
Dtan.ll5 %call1 = call fast float @tanf(float %call)
14 %tan = call fast float @tanf(float %call1)
19 ; CHECK: tanf
21 declare float @tanf(float)
Dtan-nofastmath.ll6 %call1 = call float @tanf(float %call)
12 ; CHECK-NEXT: %call1 = call float @tanf(float %call)
16 declare float @tanf(float)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dtan.ll5 %call1 = call fast float @tanf(float %call)
14 %tan = call fast float @tanf(float %call1)
19 ; CHECK: tanf
21 declare float @tanf(float)
Dtan-nofastmath.ll6 %call1 = call float @tanf(float %call)
12 ; CHECK-NEXT: %call1 = call float @tanf(float %call)
16 declare float @tanf(float)
Dfdiv-sin-cos.ll80 ; CHECK-NEXT: [[TANF:%.*]] = call reassoc float @tanf(float [[A:%.*]]) #1
Dfdiv-cos-sin.ll83 ; CHECK-NEXT: [[TANF:%.*]] = call reassoc float @tanf(float [[A:%.*]]) #1
/external/webrtc/webrtc/base/
Dlatebindingsymboltable_unittest.cc26 X(tanf)
45 EXPECT_EQ(table.tanf()(0.5f), tanf(0.5f)); in TEST()
/external/arm-optimized-routines/math/include/
Dmathlib.h10 float tanf (float);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr1505b.ll38 ; CHECK: tanf
39 %tmp9 = tail call float @tanf( float %tmp6 ) ; <float> [#uses=1]
71 declare float @tanf(float)
/external/llvm/test/CodeGen/X86/
Dpr1505b.ll38 ; CHECK: tanf
39 %tmp9 = tail call float @tanf( float %tmp6 ) ; <float> [#uses=1]
71 declare float @tanf(float)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpr1505b.ll38 ; CHECK: tanf
39 %tmp9 = tail call float @tanf( float %tmp6 ) ; <float> [#uses=1]
72 declare float @tanf(float)
/external/eigen/test/
Dhalf_float.cpp227 VERIFY_IS_APPROX(numext::tan(half(0.0f)), half(tanf(0.0f))); in test_trigonometric_functions()
228 VERIFY_IS_APPROX(tan(half(0.0f)), half(tanf(0.0f))); in test_trigonometric_functions()
232 VERIFY_IS_APPROX(numext::tan(half(3.5f)), half(tanf(3.5f))); in test_trigonometric_functions()
/external/arm-optimized-routines/test/testcases/random/
Dfloat.tst10 test tanf 10000
/external/arm-optimized-routines/math/single/
Ds_tanf.c22 float tanf(float x) in tanf() function
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
/external/clang/test/CodeGen/
Dlibcall-declarations.c170 float tanf(float);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/
Dcalls.ll45 declare float @tanf(float) readnone nounwind
173 %35 = call float @tanf(float 3.000000e+00)
/external/skqp/include/private/
DSkFloatingPoint.h41 #define sk_float_tan(x) tanf(x)
/external/skia/include/private/
DSkFloatingPoint.h41 #define sk_float_tan(x) tanf(x)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h143 __DEVICE__ float tan(float __x) { return ::tanf(__x); } in tan()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dmatrixop.c171 frustumH = tanf(fovy / 360.f * PI) * nearZ; in Matrix4x4_Perspective()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DCE/
Dcalls-errno.ll42 declare float @tanf(float) nounwind
/external/libkmsxx/kmscube/
DesTransform.c165 frustumH = tanf( fovy / 360.0f * PI ) * nearZ; in esPerspective()
/external/libcxx/include/
Dcmath131 float tanf(float x);
385 using ::tanf;

123