Searched refs:ficl2IntegerMultiply (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c123 * ficl2IntegerMultiply
127 ficl2IntegerMultiply(ficlInteger x, ficlInteger y) function
H A Dficl.h626 #define ficl2IntegerMultiply(x, y) \ macro
673 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerMultiply(ficlInteger x,
H A Dvm.c1481 prod = ficl2IntegerMultiply(x, y);
1498 prod = ficl2IntegerMultiply(x, y);
H A Dprimitives.c2791 d = ficl2IntegerMultiply(n1, n2);

Completed in 60 milliseconds