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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19134 double rounder; /* Used for rounding floating point values */ local
19359 for(idx=precision, rounder=0.4999; idx>0; idx--, rounder*=0.1);
19362 for(idx=precision, rounder=0.5; idx>0; idx--, rounder*=0.1){}
19364 if( xtype==etFLOAT ) realvalue += rounder;
19397 realvalue += rounder;
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c24864 double rounder; /* Used for rounding floating point values */ local
25131 for(idx=precision&0xfff, rounder=0.5; idx>0; idx--, rounder*=0.1){}
25132 if( xtype==etFLOAT ) realvalue += rounder;
25162 realvalue += rounder;
[all...]

Completed in 621 milliseconds