Searched refs:ficl2IntegerNegate (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c82 * ficl2IntegerNegate
86 ficl2IntegerNegate(ficl2Integer x) function
149 return (ficl2IntegerNegate(result));
374 num = ficl2IntegerNegate(num);
389 qr.quotient = ficl2IntegerNegate(qr.quotient);
419 num = ficl2IntegerNegate(num);
437 qr.quotient = ficl2IntegerNegate(qr.quotient);
H A Dficl.h624 #define ficl2IntegerNegate(doublei) (-(doublei)) macro
671 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerNegate(ficl2Integer x);

Completed in 62 milliseconds