Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:minInt

56298   static const i64 minInt = SMALLEST_INT64;
56300 if( r<(double)minInt ){
56301 return minInt;
56303 /* minInt is correct here - not maxInt. It turns out that assigning
56307 return minInt;