HomeSort by relevance Sort by last modified time
    Searched refs:tanf (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/webrtc/webrtc/base/
latebindingsymboltable_unittest.cc 26 X(tanf)
45 EXPECT_EQ(table.tanf()(0.5f), tanf(0.5f));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanf.c 37 tanf(float x) function
s_ctanhf.c 70 t = tanf(y);
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 90 INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
  /external/skqp/include/private/
SkFloatingPoint.h 37 #define sk_float_tan(x) tanf(x)
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 75 printf(" tanF(%+20.4e) = %+20.4e\n", (double)f, (double)tanf(f));
  /packages/services/Car/evs/app/
RenderTopView.cpp 51 const float tanHalfFovX = tanf(hfov * 0.5f);
52 const float tanHalfFovY = tanf(vfov * 0.5f);
  /external/eigen/test/
half_float.cpp 227 VERIFY_IS_APPROX(numext::tan(half(0.0f)), half(tanf(0.0f)));
228 VERIFY_IS_APPROX(tan(half(0.0f)), half(tanf(0.0f)));
229 // VERIFY_IS_APPROX(numext::tan(half(EIGEN_PI)), half(tanf(EIGEN_PI)));
230 // VERIFY_IS_APPROX(numext::tan(half(EIGEN_PI/2)), half(tanf(EIGEN_PI/2)));
231 //VERIFY_IS_APPROX(numext::tan(half(3*EIGEN_PI/2)), half(tanf(3*EIGEN_PI/2)));
232 VERIFY_IS_APPROX(numext::tan(half(3.5f)), half(tanf(3.5f)));
  /external/clang/test/CodeGen/
libcall-declarations.c 170 float tanf(float);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
469 // CHECK-NOERRNO: declare float @tanf(float) [[NUW]]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 148 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
462 using ::tanf;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 148 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
462 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 157 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
471 using ::tanf;

Completed in 1011 milliseconds

1 2 3 4