Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:ULLong

98  *	Llong, #define #ULLong to be the corresponding unsigned type.
494 #undef ULLong
507 #ifndef ULLong
508 #define ULLong unsigned Llong
613 #ifdef ULLong
615 ULLong carry, y;
629 #ifdef ULLong
630 y = *x * (ULLong)m + carry;
809 #ifdef ULLong
810 ULLong carry, z;
837 #ifdef ULLong
845 z = *x++ * (ULLong)y + *xc + carry;
1078 #ifdef ULLong
1079 ULLong borrow, y;
1112 #ifdef ULLong
1114 y = (ULLong)*xa++ - *xb++ - borrow;
2130 #ifdef ULLong
2131 ULLong borrow, carry, y, ys;
2159 #ifdef ULLong
2160 ys = *sx++ * (ULLong)q + carry;
2200 #ifdef ULLong