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

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h73 #define sk_float_tan(x) tanf(x)
/external/skia/include/core/
H A DSkFloatingPoint.h71 #define sk_float_tan(x) tanf(x)
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c75 printf(" tanF(%+20.4e) = %+20.4e\n", (double)f, (double)tanf(f));
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c170 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/
H A Dmatrix.cc51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dmatrix.cc51 ymax = znear * tanf(fovyInDegrees * 3.14f / 360.0f);
/external/bison/darwin-lib/
H A 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 macro
2230 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
2231 "use gnulib module tanf for portability");
/external/bison/lib/
H A Dmath.in.h1910 # undef tanf macro
1911 _GL_FUNCDECL_SYS (tanf, float, (float x));
1913 _GL_CXXALIAS_SYS (tanf, float, (float x));
1914 _GL_CXXALIASWARN (tanf); variable
1916 # undef tanf macro
1918 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
1919 "use gnulib module tanf for portability");
/external/bison/linux-lib/
H A 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 macro
2230 _GL_WARN_ON_USE (tanf, "tanf is unportable - "
2231 "use gnulib module tanf for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h624 /// float tanf(float x);
625 tanf, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc217 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc233 GLfloat frustum_h = tanf(fov_y / 360.0f * kPi) * near_z;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathParser.cpp474 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h140 #define tanf(f) ((float) tan(f)) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h140 #define tanf(f) ((float) tan(f)) macro
/external/ltrace/etc/
H A Dlibm.so.conf25 float tanf(float);
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkPMetric.cpp294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp320 "tanf",
522 TLI.setUnavailable(LibFunc::tanf);
/external/skia/tools/skpdiff/
H A DSkPMetric.cpp294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI);
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.cpp78 const float frustumHeight = tanf(fovY / 360.0f * M_PI) * nearZ;
/external/clang/lib/Headers/
H A Dtgmath.h299 __tg_tan(float __x) {return tanf(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp184 static_assert((std::is_same<decltype(tanf(0)), float>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp419 static_assert((std::is_same<decltype(std::tanf(0)), float>::value), "");
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 6385 milliseconds