Home
last modified time | relevance | path

Searched refs:SMALLEST_INT64 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c14869 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
31067 testcase( v==SMALLEST_INT64 ); in sqlite3_str_vappendf()
35095 x = (v==SMALLEST_INT64) ? ((u64)1)<<63 : (u64)-v; in sqlite3Int64ToText()
35203 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64; in sqlite3Atoi64()
35236 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64; in sqlite3Atoi64()
35976 testcase( iB==SMALLEST_INT64+1 ); in sqlite3SubInt64()
35977 if( iB==SMALLEST_INT64 ){ in sqlite3SubInt64()
35994 if( iA<SMALLEST_INT64/iB ) return 1; in sqlite3MulInt64()
35997 if( iB<SMALLEST_INT64/iA ) return 1; in sqlite3MulInt64()
35999 if( iB==SMALLEST_INT64 ) return 1; in sqlite3MulInt64()
[all …]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7746 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
19279 if( v==SMALLEST_INT64 ){ in sqlite3VXPrintf()
21099 *pNum = SMALLEST_INT64; in sqlite3Atoi64()
21130 assert( (*pNum)==SMALLEST_INT64 ); in sqlite3Atoi64()
21721 testcase( iB==SMALLEST_INT64+1 ); in sqlite3SubInt64()
21722 if( iB==SMALLEST_INT64 ){ in sqlite3SubInt64()
57478 static const i64 minInt = SMALLEST_INT64;
57573 if( pMem->r==(double)pMem->u.i && pMem->u.i>SMALLEST_INT64
58225 if( pVal->u.i==SMALLEST_INT64 ){
64795 if( u.af.iA==-1 && u.af.iB==SMALLEST_INT64 ) goto fp_math;
[all …]