Home | History | Annotate | Download | only in dist

Lines Matching refs:minInt

54496   static const i64 minInt = SMALLEST_INT64;
54498 if( r<(double)minInt ){
54499 return minInt;
54501 /* minInt is correct here - not maxInt. It turns out that assigning
54505 return minInt;