Searched refs:add64 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/lib/libc/softfloat/bits32/ |
| H A D | softfloat-macros | 272 add64( 432 add64( z0, more1, 0, z1, &z0, &z1 ); 464 add64( z1, more2, 0, z2, &z1, &z2 ); 466 add64( z0, more1, 0, z1, &z0, &z1 ); 468 add64( more1, more2, 0, z2, &more1, &z2 ); 469 add64( z0, z1, 0, more1, &z0, &z1 ); 501 add64( rem0, rem1, b0, b1, &rem0, &rem1 );
|
| H A D | softfloat.c | 472 add64( zSig0, zSig1, 0, 1, &zSig0, &zSig1 ); in roundAndPackFloat64() 1088 add64( rem0, rem1, 0, bSig, &rem0, &rem1 ); in float32_div() 1231 add64( rem0, rem1, term0, term1, &rem0, &rem1 ); in float32_sqrt() 1584 add64( z.high, z.low, 0, lastBitMask>>1, &z.high, &z.low ); in float64_round_to_int() 1597 add64( z.high, z.low, 0, roundBitsMask, &z.high, &z.low ); in float64_round_to_int() 1714 add64( aSig0, aSig1, bSig0, bSig1, &zSig0, &zSig1 ); in addFloat64Sigs() 1722 add64( aSig0, aSig1, bSig0, bSig1, &zSig0, &zSig1 ); in addFloat64Sigs() 1910 add64( zSig0, zSig1, aSig0, aSig1, &zSig0, &zSig1 ); in float64_mul() 2091 add64( in float64_rem() 2153 add64( rem0, rem1, 0, doubleZSig0 | 1, &rem0, &rem1 ); in float64_sqrt()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 81 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64() function 132 add64(off, s + imageBase); in applyRelX64() 352 add64(off, s + imageBase); in applyRelARM64()
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 8026 static sqlite3_int64 add64(sqlite3_int64 a, sqlite3_uint64 b){ in add64() function 8123 pCur->iValue = add64(pCur->iValue, pCur->iStep); in seriesNext() 8436 pCur->iBase = add64(pCur->iBase, (span/pCur->iStep)*pCur->iStep); in seriesFilter() 8441 pCur->iBase = add64(pCur->iBase, pCur->iStep); in seriesFilter() 8452 if( pCur->iBase < add64(SMALLEST_INT64, pCur->iStep) ){ in seriesFilter() 8476 pCur->iTerm = add64(pCur->iTerm, in seriesFilter() 8501 pCur->iBase = add64(pCur->iBase, pCur->iStep*iOffset); in seriesFilter() 8505 pCur->iTerm = add64(pCur->iBase, (iLimit - 1)*pCur->iStep); in seriesFilter()
|