Searched refs:UF_PLUS_DIGIT (Results 1 – 1 of 1) sorted by relevance
167 #define UF_PLUS_DIGIT(a,b) _u128_plus_64(a,b) macro187 #define UF_PLUS_DIGIT(a,b) ((a) + (b)) macro338 uint = UF_PLUS_DIGIT(UF_TIMES_BASE(uint, base), c); in conv_flt()469 uint = UF_PLUS_DIGIT(uint, 4); in conv_flt()537 uint = UF_PLUS_DIGIT(uint, (overflow + 1) >> 2); in conv_flt()