Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.c3073 bits64 aSig0, aSig1, bSig; in floatx80_rem() local
3112 aSig1 = 0; in floatx80_rem()
3115 shift128Right( aSig0, 0, 1, &aSig0, &aSig1 ); in floatx80_rem()
3125 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem()
3126 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 ); in floatx80_rem()
3135 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem()
3139 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem()
3152 aSig1 = alternateASig1; in floatx80_rem()
3173 bits64 aSig0, aSig1, zSig0, zSig1; in floatx80_sqrt() local
3202 aSig1 = 0; in floatx80_sqrt()
[all …]