Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrSIMD.td443 vec_i8imm_op:$iA, vec_i8imm_op:$iB,
448 ImmI8:$i8, ImmI8:$i9, ImmI8:$iA, ImmI8:$iB,
451 "$i8, $i9, $iA, $iB, $iC, $iD, $iE, $iF")>;
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c21703 SQLITE_PRIVATE int sqlite3AddInt64(i64 *pA, i64 iB){ in sqlite3AddInt64() argument
21706 testcase( iB==-1 ); testcase( iB==0 ); in sqlite3AddInt64()
21707 if( iB>=0 ){ in sqlite3AddInt64()
21708 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
21709 testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 ); in sqlite3AddInt64()
21710 if( iA>0 && LARGEST_INT64 - iA < iB ) return 1; in sqlite3AddInt64()
21711 *pA += iB; in sqlite3AddInt64()
21713 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 1 ); in sqlite3AddInt64()
21714 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 2 ); in sqlite3AddInt64()
21715 if( iA<0 && -(iA + LARGEST_INT64) > iB + 1 ) return 1; in sqlite3AddInt64()
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c35952 SQLITE_PRIVATE int sqlite3AddInt64(i64 *pA, i64 iB){ in sqlite3AddInt64() argument
35954 return __builtin_add_overflow(*pA, iB, pA); in sqlite3AddInt64()
35958 testcase( iB==-1 ); testcase( iB==0 ); in sqlite3AddInt64()
35959 if( iB>=0 ){ in sqlite3AddInt64()
35960 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
35961 testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 ); in sqlite3AddInt64()
35962 if( iA>0 && LARGEST_INT64 - iA < iB ) return 1; in sqlite3AddInt64()
35964 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 1 ); in sqlite3AddInt64()
35965 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 2 ); in sqlite3AddInt64()
35966 if( iA<0 && -(iA + LARGEST_INT64) > iB + 1 ) return 1; in sqlite3AddInt64()
[all …]
/freebsd-12-stable/contrib/diff/doc/
Ddiff.texi3547 size letter, or one followed by @samp{iB}, specifies a multiple using