Home | History | Annotate | Download | only in dist

Lines Matching refs:minInt

46636   static const i64 minInt = SMALLEST_INT64;
46638 if( r<(double)minInt ){
46639 return minInt;
46641 /* minInt is correct here - not maxInt. It turns out that assigning
46645 return minInt;