Home
last modified time | relevance | path

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

/titanic_53/usr/src/common/ficl/
H A Ddouble.c127 ficl2IntegerMultiply(ficlInteger x, ficlInteger y) in ficl2IntegerMultiply() function
H A Dficl.h627 #define ficl2IntegerMultiply(x, y) \ macro
674 FICL_PLATFORM_EXTERN ficl2Integer ficl2IntegerMultiply(ficlInteger x,
H A Dvm.c1489 prod = ficl2IntegerMultiply(x, y); in ficlVmInnerLoop()
1506 prod = ficl2IntegerMultiply(x, y); in ficlVmInnerLoop()
H A Dprimitives.c2794 d = ficl2IntegerMultiply(n1, n2); in ficlPrimitiveMStar()