Searched refs:bid128_mul (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_mul.c224 bid128_mul (&res, &x1, &y1
230 res = bid128_mul (x1, y1
259 bid128_mul (&res, &x1, py
264 res = bid128_mul (x1, y
293 bid128_mul (&res, px, &y1
298 res = bid128_mul (x, y1
306 // bid128_mul stands for bid128qq_mul
309 bid128_mul (UINT128 * pres, UINT128 * px, function
321 bid128_mul (UINT128 x, function
H A Dbid_conf.h175 #define bid128_mul __bid128_mul macro
H A Dbid_functions.h398 extern void bid128_mul (UINT128 * pres, UINT128 * px,
1992 extern UINT128 bid128_mul (UINT128 x, UINT128 y

Completed in 69 milliseconds