Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9090 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
21712 if( v==SMALLEST_INT64 ){
23977 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64;
24640 testcase( iB==SMALLEST_INT64+1 );
24641 if( iB==SMALLEST_INT64 ){
63521 static const i64 minInt = SMALLEST_INT64;
64418 }else if( pVal->u.i==SMALLEST_INT64 ){
64419 pVal->u.r = -(double)SMALLEST_INT64;
72305 if( iA==-1 && iB==SMALLEST_INT64 ) goto fp_math;
96566 if( iVal==SMALLEST_INT64 ){
[all …]

Completed in 313 milliseconds