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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_string.c254 0, rounded_up = 0; local
418 rounded_up = 1;
422 if(sign_x) { coefficient_x++; rounded_up=1; }
425 if(!sign_x) { coefficient_x++; rounded_up=1; }
428 if(c>='5') { coefficient_x++; rounded_up=1; }
444 rounded_up = 1;
501 if (rounded_up)

Completed in 93 milliseconds