Searched refs:bSig0 (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libc/softfloat/ |
H A D | softfloat.c | 1690 bSig0, bSig1, 0, expDiff, &bSig0, &bSig1, &zSig2 ); in addFloat64Sigs() 1757 shortShift64Left( bSig0, bSig1, 10, &bSig0, &bSig1 ); in subFloat64Sigs() 1805 shift64RightJamming( bSig0, bSig1, expDiff, &bSig0, &bSig1 ); in subFloat64Sigs() 1905 normalizeFloat64Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float64_mul() 1909 shortShift64Left( bSig0, bSig1, 12, &bSig0, &bSig1 ); in float64_mul() 1967 normalizeFloat64Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float64_div() 1975 shortShift64Left( bSig0 | 0x00100000, bSig1, 11, &bSig0, &bSig1 ); in float64_div() 2044 normalizeFloat64Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float64_rem() 2054 shortShift64Left( bSig0 | 0x00100000, bSig1, 11, &bSig0, &bSig1 ); in float64_rem() 2071 shift64Right( bSig0, bSig1, 8, &bSig0, &bSig1 ); in float64_rem() [all …]
|
/openbsd/sys/lib/libkern/ |
H A D | softfloat.c | 4776 bSig0, bSig1, 0, expDiff, &bSig0, &bSig1, &zSig2 ); in addFloat128Sigs() 4845 shortShift128Left( bSig0, bSig1, 14, &bSig0, &bSig1 ); in subFloat128Sigs() 4895 shift128RightJamming( bSig0, bSig1, expDiff, &bSig0, &bSig1 ); in subFloat128Sigs() 4998 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_mul() 5002 shortShift128Left( bSig0, bSig1, 16, &bSig0, &bSig1 ); in float128_mul() 5063 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_div() 5073 bSig0 | LIT64( 0x0001000000000000 ), bSig1, 15, &bSig0, &bSig1 ); in float128_div() 5143 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_rem() 5159 bSig0 | LIT64( 0x0001000000000000 ), bSig1, 15, &bSig0, &bSig1 ); in float128_rem() 5176 shift128Right( bSig0, bSig1, 12, &bSig0, &bSig1 ); in float128_rem() [all …]
|