/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 73 float tanf(float); 86 sqrtf, tan, tanl, tanf, trunc, truncl, truncf
|
/external/llvm/test/CodeGen/X86/ |
D | pr1505b.ll | 38 ; CHECK: tanf 39 %tmp9 = tail call float @tanf( float %tmp6 ) ; <float> [#uses=1] 72 declare float @tanf(float)
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 50 #define sk_float_tan(x) tanf(x)
|
/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/chromium_org/third_party/skia/include/core/ |
D | SkFloatingPoint.h | 50 #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 | 584 tanf, enumerator
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/ |
D | esTransform.c | 142 frustumH = tanf( fovy / 360.0f * PI ) * nearZ; in esPerspective()
|
/external/skia/src/core/ |
D | SkCordic.cpp | 221 float _tan = tanf(radian);
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkCordic.cpp | 221 float _tan = tanf(radian);
|
/external/chromium_org/mojo/examples/sample_app/ |
D | spinning_cube.cc | 234 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
|
/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/mesa3d/src/mesa/main/ |
D | imports.h | 140 #define tanf(f) ((float) tan(f)) macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 140 #define tanf(f) ((float) tan(f)) macro
|
/external/skia/tools/skpdiff/ |
D | SkPMetric.cpp | 291 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI); in pmetric()
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 468 TLI.setUnavailable(LibFunc::tanf); in initialize()
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 236 ; WIN32-NOT: float @tanf
|
D | double-float-shrink-1.ll | 288 ; CHECK: call float @tanf(float %f)
|
/external/bison/m4/ |
D | math_h.m4 | 53 tanf tanl tanhf trunc truncf truncl])
|
/external/clang/lib/Headers/ |
D | tgmath.h | 299 __tg_tan(float __x) {return tanf(__x);} in __tg_tan()
|
/external/chromium_org/third_party/mesa/ |
D | chromium.patch | 1242 data.f[c] = tanf(op[0]->value.f[c]); 1266 data.f[c] = tanf(op[0]->value.f[c]);
|