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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanf.c 37 tanf(float x) function
s_ctanhf.c 69 t = tanf(y);
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 73 #define sk_float_tan(x) tanf(x)
  /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]]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
matrix.cc 51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f);
  /external/bison/darwin-lib/
math.h 2228 # undef tanf macro
    [all...]
  /external/bison/lib/
math.in.h 1910 # undef tanf macro
1914 _GL_CXXALIASWARN (tanf); variable
1916 # undef tanf macro
    [all...]
  /external/bison/linux-lib/
math.h 2228 # undef tanf macro
    [all...]
  /bionic/libm/include/
math.h 311 float tanf(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 624 /// float tanf(float x);
625 tanf, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.cc 217 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
spinning_cube.cc 233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.cpp 474 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 140 #define tanf(f) ((float) tan(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 140 #define tanf(f) ((float) tan(f)) macro
  /external/ltrace/etc/
libm.so.conf 25 float tanf(float);
  /development/ndk/platforms/android-13/include/
math.h 317 float tanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 318 float tanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 316 float tanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 316 float tanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 311 float tanf(float) __NDK_FPABI_MATH__;
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp 294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI);
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 320 "tanf",
522 TLI.setUnavailable(LibFunc::tanf);

Completed in 7121 milliseconds

1 2