Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.c1684 bits64 aSig, savedASig; in float64_to_int32_round_to_zero() local
1700 savedASig = aSig; in float64_to_int32_round_to_zero()
1709 if ( ( aSig<<shiftCount ) != savedASig ) { in float64_to_int32_round_to_zero()
1757 bits64 aSig, savedASig; in float64_to_uint32_round_to_zero() local
1773 savedASig = aSig; in float64_to_uint32_round_to_zero()
1782 if ( ( aSig<<shiftCount ) != savedASig ) { in float64_to_uint32_round_to_zero()
2573 bits64 aSig, savedASig; in floatx80_to_int32_round_to_zero() local
2588 savedASig = aSig; in floatx80_to_int32_round_to_zero()
2597 if ( ( aSig<<shiftCount ) != savedASig ) { in floatx80_to_int32_round_to_zero()