ceil              119 core/Date.cpp  		hi = (int) MathUtils::ceil((t < 0) ? (day / 366) : (day / 365)) + 1970;
ceil              104 core/MathClass.cpp 		return MathUtils::ceil(x);
ceil               73 core/MathClass.h 		double ceil(double x);
ceil             1870 core/MathUtils.cpp 		int32_t exponentEstimate = (int32_t)MathUtils::ceil( (base2Exponent * kLog2_10) - 0.0000000001);
ceil               95 core/MathUtils.h 		static double ceil(double value);								
ceil               74 platform/arm/MathUtilsUnix.cpp 		return ::ceil(value);
ceil               98 platform/unix/MathUtilsSolaris.cpp 		return ::ceil(value);
ceil               74 platform/unix/MathUtilsUnix.cpp 		double r = ::ceil(value);
ceil               78 platform/unix/MathUtilsUnix.cpp 		return ::ceil(value);
ceil              176 platform/win32/MathUtilsWin.cpp 		return ::ceil(value);