Searched refs:abs_val (Results 1 – 1 of 1) sorted by relevance
113 #define abs_val(p) (p < 0 ? -p : p) macro529 ufvalue = abs_val(fvalue); in fmtfp()