Lines Matching refs:SMALLEST_INT64
7235 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
54489 static const i64 minInt = SMALLEST_INT64;
54584 if( pMem->r==(double)pMem->u.i && pMem->u.i>SMALLEST_INT64
61676 if( u.af.iA==-1 && u.af.iB==SMALLEST_INT64 ) u.af.iA = 1;
63726 if( u.az.iKey==SMALLEST_INT64 && (pIn3->r<(double)u.az.iKey || pIn3->r>0) ){