Searched refs:__mul_64x128_to_128 (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | bid128_fma.c | 314 __mul_64x128_to_128 (R128, ten2k64[scale - 38], C3); in add_and_round() 326 __mul_64x128_to_128 (R128, C3.w[0], ten2k128[scale - 58]); in add_and_round() 553 __mul_64x128_to_128 (res, ten2k64[1], P128); in add_and_round() 3129 __mul_64x128_to_128 (C3, ten2k64[1], P128); 3457 __mul_64x128_to_128 (res, ten2k64[1], P128);
|
| D | bid_internal.h | 699 #define __mul_64x128_to_128(Ql, A, B) \ macro
|