floorl 2758 third_party/libxml/src/trio.c if (workNumber - floorl(workNumber) < 0.001) floorl 2760 third_party/libxml/src/trio.c zeroes = (int)floorl(workNumber); floorl 2777 third_party/libxml/src/trio.c exponent = (int)floorl(workNumber); floorl 2788 third_party/libxml/src/trio.c integerNumber = floorl(number); floorl 2807 third_party/libxml/src/trio.c if (floorl(number) != floorl(workNumber)) floorl 2818 third_party/libxml/src/trio.c integerNumber = floorl(workNumber); floorl 2824 third_party/libxml/src/trio.c integerNumber = floorl(number + 0.5); floorl 2865 third_party/libxml/src/trio.c hasOnlyZeroes = (floorl((fractionNumber + fractionAdjust) * dblFractionBase) < epsilon); floorl 2945 third_party/libxml/src/trio.c workNumber = floorl(((integerNumber + integerAdjust) * dblIntegerBase)); floorl 2998 third_party/libxml/src/trio.c workNumber = floorl(fractionNumber + fractionAdjust);