Searched refs:rounder (Results 1 – 5 of 5) sorted by relevance
19134 double rounder; /* Used for rounding floating point values */ in sqlite3VXPrintf() local19359 for(idx=precision, rounder=0.4999; idx>0; idx--, rounder*=0.1); in sqlite3VXPrintf()19362 for(idx=precision, rounder=0.5; idx>0; idx--, rounder*=0.1){} in sqlite3VXPrintf()19364 if( xtype==etFLOAT ) realvalue += rounder; in sqlite3VXPrintf()19397 realvalue += rounder; in sqlite3VXPrintf()
21673 double rounder; /* Used for rounding floating point values */21926 for(idx=precision&0xfff, rounder=0.5; idx>0; idx--, rounder*=0.1){}21927 if( xtype==etFLOAT ) realvalue += rounder;21962 realvalue += rounder;
1169 all-rounder30633 ivory rounder
171240 rounder
44644 The faster we go, the rounder we get.