Home
last modified time | relevance | path

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

/arch/arm/nwfpe/
A Dsoftfloat.c907 int16 aExp; in float32_to_float64() local
920 --aExp; in float32_to_float64()
939 int16 aExp; in float32_to_floatx80() local
971 int16 aExp; in float32_round_to_int() local
1799 int16 aExp; in float64_to_float32() local
1833 int16 aExp; in float64_to_floatx80() local
1866 int16 aExp; in float64_round_to_int() local
2615 int32 aExp; in floatx80_to_float32() local
2628 if ( aExp || aSig ) aExp -= 0x3F81; in floatx80_to_float32()
2644 int32 aExp; in floatx80_to_float64() local
[all …]
A Dsoftfloat-macros596 `aExp' (the least significant bit) is 1, the integer returned approximates
597 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
603 static bits32 estimateSqrt32( int16 aExp, bits32 a )
618 if ( aExp & 1 ) {
/arch/sh/kernel/cpu/sh4/
A Dsoftfloat.c242 aExp = 1; in subFloat64Sigs()
279 zExp = aExp; in subFloat64Sigs()
308 zExp = aExp; in addFloat64Sigs()
324 if (aExp == 0) in addFloat64Sigs()
327 zExp = aExp; in addFloat64Sigs()
472 aExp = 1; in subFloat32Sigs()
509 zExp = aExp; in subFloat32Sigs()
539 zExp = aExp; in addFloat32Sigs()
555 if (aExp == 0) in addFloat32Sigs()
558 zExp = aExp; in addFloat32Sigs()
[all …]

Completed in 14 milliseconds