Home
last modified time | relevance | path

Searched refs:ceil (Results 1 – 25 of 41) sorted by relevance

12

/reactos/modules/rostests/apitests/crt/
H A Dceil.c14 #pragma function(ceil)
57 double z = ceil(x); in Test_ceil()
105 START_TEST(ceil) in START_TEST() argument
H A Dstatic_crt_apitest.cmake10 ceil.c
H A Dntdll_crt_apitest.cmake51 # ceil.c
H A Dcrtdll_crt_apitest.cmake349 # ceil.c
/reactos/sdk/lib/crt/math/
H A Dceil.c13 #pragma function(ceil)
18 ceil(double x) in ceil() function
H A Dround.c13 return ceil(arg - 0.5); in round()
H A Dceilf.c14 return (float)ceil((double)x); in ceilf()
H A Dmath.cmake83 math/libm_sse2/ceil.c
192 math/arm/ceil.s
/reactos/sdk/lib/crt/math/arm/
H A Dceil.s18 LEAF_ENTRY ceil
30 LEAF_END ceil
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dceil.c38 #pragma function(ceil)
40 double FN_PROTOTYPE(ceil)(double x) in FN_PROTOTYPE() argument
/reactos/sdk/include/c++/
H A Dcmath15 #undef ceil
79 ceil(float __x)
83 ceil(long double __x)
241 using ::ceil;
/reactos/sdk/include/c++/stlport/stl/
H A D_cmath.h347 # pragma function (ceil, floor)
365 _STLP_DMATH_INLINE(ceil) in _STLP_DMATH_INLINE()
436 _STLP_DEF_MATH_INLINE(ceil, ceil)
517 # pragma intrinsic (ceil, floor)
540 using ::ceil;
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dcmath_test.cpp78 CPPUNIT_CHECK( are_equals(std::ceil(1.5), 2.0) ); in import_checks()
112 CPPUNIT_CHECK( are_equals(std::ceil(1.5f), 2.0f) ); in import_checks()
138 CPPUNIT_CHECK( are_equals(std::ceil(1.5l), 2.0l) ); in import_checks()
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dmymath.h62 # define ceilf(x) ((float)ceil(x))
/reactos/sdk/include/crt/
H A Dmath.h137 _Check_return_ _CRTIMP double __cdecl ceil(_In_ double x);
223 _Check_return_ __CRT_INLINE float ceilf(_In_ float x) { return (float)ceil((double)x); } in ceilf()
249 _Check_return_ __CRT_INLINE long double ceill(_In_ long double x) { return (ceil((double)x)); } in ceill()
280 _Check_return_ __CRT_INLINE double round(_In_ double x) { return (x < 0) ? ceil(x - 0.5f) : floor(x… in round()
340 _Check_return_ inline float ceil(_In_ float x) throw() { return ceilf(x); } in ceil() function
366 _Check_return_ inline long double ceil(_In_ long double x) throw() { return ceill(x); } in ceil() function
/reactos/sdk/lib/ucrt/convert/
H A Dcfout.cpp152 int32_t k = static_cast<int32_t>(ceil(log10(value))); in convert_to_fos_high_precision()
/reactos/sdk/include/ucrt/
H A Dtgmath.h363 #define ceil(X) _Generic((X), \ macro
366 default: ceil \
H A Dcorecrt_math.h500 _Check_return_ _ACRTIMP double __cdecl ceil(_In_ double _X);
648 return (float)ceil(_X);
809 return ceil((double)_X);
/reactos/win32ss/gdi/ntgdi/
H A Ddrawing.c1317 int Start = (int)ceil(StartArc); in IntFillArc()
1318 int End = (int)ceil(EndArc); in IntFillArc()
1352 int Start = (int)ceil(StartArc); in IntDrawArc()
1353 int End = (int)ceil(EndArc); in IntDrawArc()
/reactos/sdk/lib/3rdparty/libmpg123/
H A Dtabinit.c107 return (int)(f>0 ? floor(f+0.5) : ceil(f-0.5)); in rounded()
/reactos/modules/rostests/winetests/jscript/
H A Dapi.js1494 tmp = Math.ceil(0.5);
1497 tmp = Math.ceil(-0.5);
1500 tmp = Math.ceil(1.1);
1503 tmp = Math.ceil(true);
1506 tmp = Math.ceil(1.1, 3, 4);
1509 tmp = Math.ceil();
/reactos/dll/win32/jscript/
H A Dmath.c202 *r = jsval_number(ceil(x)); in Math_ceil()
/reactos/base/applications/calc/
H A Dfun_ieee.c582 s = ceil(modf(m, &m) * 60); in rpn_dec2dms()
/reactos/dll/win32/oleaut32/
H A Dvariant.c1442 datePart = dateIn < 0.0 ? ceil(dateIn) : floor(dateIn); in VarUdateFromDate()
4404 V_R4(pVarOut) = (float)ceil(V_R4(pVarIn)); in VarFix()
4416 V_R8(pVarOut) = ceil(V_R8(pVarIn)); in VarFix()
5101 V_R8(pVarOut)=ceil(V_R8(pVarIn)*pow(10, deci)-0.5)/pow(10, deci); in VarRound()
5109 V_R4(pVarOut)=ceil(V_R4(pVarIn)*pow(10, deci)-0.5)/pow(10, deci); in VarRound()
5117 V_DATE(pVarOut)=ceil(V_DATE(pVarIn)*pow(10, deci)-0.5)/pow(10, deci); in VarRound()
5130 V_CY(pVarOut).int64=ceil(V_CY(pVarIn).int64/factor)*factor; in VarRound()
5145 dbl = ceil(dbl*pow(10,deci)-0.5); in VarRound()
/reactos/dll/win32/crtdll/
H A Dcrtdll.spec353 @ cdecl ceil(double)

12