tan 242 core/MathClass.cpp return MathUtils::tan(x); tan 83 core/MathClass.h double tan(double x); tan 121 core/MathUtils.h static double tan(double value); tan 129 platform/arm/MathUtilsUnix.cpp return ::tan(value); tan 156 platform/unix/MathUtilsSolaris.cpp return ::tan(value); tan 134 platform/unix/MathUtilsUnix.cpp return ::tan(value); tan 451 platform/win32/MathUtilsWin.cpp return ::tan(adjustValueForTrigFuncs(value)); tan 456 platform/win32/MathUtilsWin.cpp return ::tan(value);