Home
last modified time | relevance | path

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

12

/external/clang/test/CodeGen/
Dlibcall-declarations.c73 float tanf(float);
86 sqrtf, tan, tanl, tanf, trunc, truncl, truncf
/external/llvm/test/CodeGen/X86/
Dpr1505b.ll38 ; CHECK: tanf
39 %tmp9 = tail call float @tanf( float %tmp6 ) ; <float> [#uses=1]
72 declare float @tanf(float)
/external/skia/include/core/
DSkFloatingPoint.h50 #define sk_float_tan(x) tanf(x)
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c75 printf(" tanF(%+20.4e) = %+20.4e\n", (double)f, (double)tanf(f)); in main()
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h50 #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.h584 tanf, enumerator
/external/chromium_org/third_party/angle/samples/gles2_book/Common/
DesTransform.c142 frustumH = tanf( fovy / 360.0f * PI ) * nearZ; in esPerspective()
/external/skia/src/core/
DSkCordic.cpp221 float _tan = tanf(radian);
/external/chromium_org/third_party/skia/src/core/
DSkCordic.cpp221 float _tan = tanf(radian);
/external/chromium_org/mojo/examples/sample_app/
Dspinning_cube.cc234 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z; in Perspective()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathParser.cpp474 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta)); in decomposeArcToCubic()
/external/mesa3d/src/mesa/main/
Dimports.h140 #define tanf(f) ((float) tan(f)) macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h140 #define tanf(f) ((float) tan(f)) macro
/external/skia/tools/skpdiff/
DSkPMetric.cpp291 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI); in pmetric()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp468 TLI.setUnavailable(LibFunc::tanf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll236 ; WIN32-NOT: float @tanf
Ddouble-float-shrink-1.ll288 ; CHECK: call float @tanf(float %f)
/external/bison/m4/
Dmath_h.m453 tanf tanl tanhf trunc truncf truncl])
/external/clang/lib/Headers/
Dtgmath.h299 __tg_tan(float __x) {return tanf(__x);} in __tg_tan()
/external/chromium_org/third_party/mesa/
Dchromium.patch1242 data.f[c] = tanf(op[0]->value.f[c]);
1266 data.f[c] = tanf(op[0]->value.f[c]);

12