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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c19495 double rounder; /* Used for rounding floating point values */ local
19718 for(idx=precision, rounder=0.4999; idx>0; idx--, rounder*=0.1);
19721 for(idx=precision, rounder=0.5; idx>0; idx--, rounder*=0.1){}
19723 if( xtype==etFLOAT ) realvalue += rounder;
19755 realvalue += rounder;
[all...]

Completed in 446 milliseconds