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

1 2 3 4 5 6 7 8

  /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/eigen/test/
half_float.cpp 215 VERIFY_IS_APPROX(numext::tan(half(0.0f)), half(tanf(0.0f)));
216 VERIFY_IS_APPROX(tan(half(0.0f)), half(tanf(0.0f)));
217 // VERIFY_IS_APPROX(numext::tan(half(EIGEN_PI)), half(tanf(EIGEN_PI)));
218 // VERIFY_IS_APPROX(numext::tan(half(EIGEN_PI/2)), half(tanf(EIGEN_PI/2)));
219 //VERIFY_IS_APPROX(numext::tan(half(3*EIGEN_PI/2)), half(tanf(3*EIGEN_PI/2)));
220 VERIFY_IS_APPROX(numext::tan(half(3.5f)), half(tanf(3.5f)));
  /external/skia/include/private/
SkFloatingPoint.h 40 #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));
  /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-3688880/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-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-3688880/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-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 148 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
462 using ::tanf;
  /bionic/libc/include/
math.h 181 float tanf(float);
  /development/ndk/platforms/android-13/include/
math.h 315 float tanf(float);
  /development/ndk/platforms/android-18/include/
math.h 316 float tanf(float);
  /development/ndk/platforms/android-9/include/
math.h 314 float tanf(float);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 171 frustumH = tanf(fovy / 360.f * PI) * nearZ;
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 143 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 150 EXPORT_F32_FN_F32(tanf)
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 143 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 143 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 143 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 143 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 143 __DEVICE__ float tan(float __x) { return ::tanf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 143 __DEVICE__ float tan(float __x) { return ::tanf(__x); }

Completed in 1876 milliseconds

1 2 3 4 5 6 7 8