Home
last modified time | relevance | path

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

/arch/arm/nwfpe/
Dsoftfloat.c3073 bits64 aSig0, aSig1, bSig; in floatx80_rem() local
3077 aSig0 = extractFloatx80Frac( a ); in floatx80_rem()
3084 if ( (bits64) ( aSig0<<1 ) in floatx80_rem()
3106 if ( (bits64) ( aSig0<<1 ) == 0 ) return a; in floatx80_rem()
3107 normalizeFloatx80Subnormal( aSig0, &aExp, &aSig0 ); in floatx80_rem()
3115 shift128Right( aSig0, 0, 1, &aSig0, &aSig1 ); in floatx80_rem()
3118 q = ( bSig <= aSig0 ); in floatx80_rem()
3119 if ( q ) aSig0 -= bSig; in floatx80_rem()
3122 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem()
3125 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem()
[all …]