Home
last modified time | relevance | path

Searched refs:float_roundtoint (Results 1 – 4 of 4) sorted by relevance

/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dfloatcommon.h106 char float_roundtoint(floatnum x, roundmode mode);
H A Dhmath.cpp1036 float_roundtoint(rnum, TONEAREST); in round()
1059 float_roundtoint(rnum, TOZERO); in trunc()
1091 float_roundtoint(&nearest_int.d->fnum, TONEAREST); \
1109 float_roundtoint(&r.d->fnum, TOMINUSINFINITY); in floor()
1122 float_roundtoint(&r.d->fnum, TOPLUSINFINITY); in ceil()
H A Dfloatcommon.c350 float_roundtoint( in float_roundtoint() function
H A Dfloatconvert.c475 float_roundtoint(x, TONEAREST); in _scale2int()