Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c127 ficl2IntegerMultiply(ficlInteger x, ficlInteger y) in ficl2IntegerMultiply() function
H A Dficl.h628 #define ficl2IntegerMultiply(x, y) \ macro
675 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerMultiply(ficlInteger x,
H A Dvm.c1492 prod = ficl2IntegerMultiply(x, y); in ficlVmInnerLoop()
1509 prod = ficl2IntegerMultiply(x, y); in ficlVmInnerLoop()
H A Dprimitives.c2794 d = ficl2IntegerMultiply(n1, n2); in ficlPrimitiveMStar()