Home
last modified time | relevance | path

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

12

/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/clang/test/CodeGen/
Dlibcall-declarations.c170 float tanf(float);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c75 printf(" tanF(%+20.4e) = %+20.4e\n", (double)f, (double)tanf(f)); in main()
/external/skia/include/core/
DSkFloatingPoint.h71 #define sk_float_tan(x) tanf(x)
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h73 #define sk_float_tan(x) tanf(x)
/external/bison/linux-lib/
Dmath.h2222 # undef tanf
2223 _GL_FUNCDECL_SYS (tanf, float, (float x));
2225 _GL_CXXALIAS_SYS (tanf, float, (float x));
2226 _GL_CXXALIASWARN (tanf);
2228 # undef tanf
2230 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
/external/bison/lib/
Dmath.in.h1910 # undef tanf
1911 _GL_FUNCDECL_SYS (tanf, float, (float x));
1913 _GL_CXXALIAS_SYS (tanf, float, (float x));
1914 _GL_CXXALIASWARN (tanf);
1916 # undef tanf
1918 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
/external/bison/darwin-lib/
Dmath.h2222 # undef tanf
2223 _GL_FUNCDECL_SYS (tanf, float, (float x));
2225 _GL_CXXALIAS_SYS (tanf, float, (float x));
2226 _GL_CXXALIASWARN (tanf);
2228 # undef tanf
2230 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
Dmatrix.cc51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f); in glhPerspectivef2()
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
Dmatrix.cc51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f); in glhPerspectivef2()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h625 tanf, enumerator
/external/chromium_org/ppapi/examples/compositor/
Dspinning_cube.cc217 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
Dspinning_cube.cc233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
/external/chromium_org/mojo/examples/sample_app/
Dspinning_cube.cc233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
/external/ltrace/etc/
Dlibm.so.conf25 float tanf(float);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd60 float tanf "npy_tanf"(float x)
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathParser.cpp474 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta)); in decomposeArcToCubic()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h140 #define tanf(f) ((float) tan(f)) macro
/external/mesa3d/src/mesa/main/
Dimports.h140 #define tanf(f) ((float) tan(f)) macro
/external/skia/tools/skpdiff/
DSkPMetric.cpp294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI); in pmetric()
/external/chromium_org/third_party/skia/tools/skpdiff/
DSkPMetric.cpp294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI); in pmetric()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp522 TLI.setUnavailable(LibFunc::tanf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll236 ; WIN32-NOT: float @tanf
/external/bison/m4/
Dmath_h.m453 tanf tanl tanhf trunc truncf truncl])
/external/chromium_org/third_party/angle/samples/angle/sample_util/
DMatrix.cpp78 const float frustumHeight = tanf(fovY / 360.0f * M_PI) * nearZ; in perspective()

12