/external/llvm/test/CodeGen/X86/ |
D | pr1505b.ll | 38 ; CHECK: tanf 39 %tmp9 = tail call float @tanf( float %tmp6 ) ; <float> [#uses=1] 71 declare float @tanf(float)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 170 float tanf(float); 296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fnfns.c | 75 printf(" tanF(%+20.4e) = %+20.4e\n", (double)f, (double)tanf(f)); in main()
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 71 #define sk_float_tan(x) tanf(x)
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkFloatingPoint.h | 73 #define sk_float_tan(x) tanf(x)
|
/external/bison/linux-lib/ |
D | math.h | 2222 # 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/ |
D | math.in.h | 1910 # 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/ |
D | math.h | 2222 # 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/ |
D | matrix.cc | 51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f); in glhPerspectivef2()
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
D | matrix.cc | 51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f); in glhPerspectivef2()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 625 tanf, enumerator
|
/external/chromium_org/ppapi/examples/compositor/ |
D | spinning_cube.cc | 217 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
|
/external/chromium_org/ppapi/examples/gles2_spinning_cube/ |
D | spinning_cube.cc | 233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
|
/external/chromium_org/mojo/examples/sample_app/ |
D | spinning_cube.cc | 233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
|
/external/ltrace/etc/ |
D | libm.so.conf | 25 float tanf(float);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 60 float tanf "npy_tanf"(float x)
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathParser.cpp | 474 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta)); in decomposeArcToCubic()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 140 #define tanf(f) ((float) tan(f)) macro
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 140 #define tanf(f) ((float) tan(f)) macro
|
/external/skia/tools/skpdiff/ |
D | SkPMetric.cpp | 294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI); in pmetric()
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
D | SkPMetric.cpp | 294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI); in pmetric()
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 522 TLI.setUnavailable(LibFunc::tanf); in initialize()
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 236 ; WIN32-NOT: float @tanf
|
/external/bison/m4/ |
D | math_h.m4 | 53 tanf tanl tanhf trunc truncf truncl])
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
D | Matrix.cpp | 78 const float frustumHeight = tanf(fovY / 360.0f * M_PI) * nearZ; in perspective()
|