Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1543 int16 aExp; in float32_to_float64() local
1556 --aExp; in float32_to_float64()
1575 int16 aExp; in float32_to_floatx80() local
1609 int16 aExp; in float32_to_float128() local
1622 --aExp; in float32_to_float128()
1642 int16 aExp; in float32_round_to_int() local
2504 int16 aExp; in float64_to_float32() local
2538 int16 aExp; in float64_to_floatx80() local
2573 int16 aExp; in float64_to_float128() local
3465 if ( aExp || aSig ) aExp -= 0x3F81; in floatx80_to_float32()
[all …]
H A Dsoftfloat-macros589 `aExp' (the least significant bit) is 1, the integer returned approximates
590 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
596 static bits32 estimateSqrt32( int16 aExp, bits32 a )
610 if ( aExp & 1 ) {
/freebsd-14.2/lib/libc/softfloat/bits32/
H A Dsoftfloat.c692 int16 aExp; in float32_to_float64() local
705 --aExp; in float32_to_float64()
724 int16 aExp; in float32_round_to_int() local
810 zExp = aExp; in addFloat32Sigs()
833 zExp = aExp; in addFloat32Sigs()
878 aExp = 1; in subFloat32Sigs()
917 zExp = aExp; in subFloat32Sigs()
1531 int16 aExp; in float64_to_float32() local
1563 int16 aExp; in float64_round_to_int() local
1767 aExp = 1; in subFloat64Sigs()
[all …]
H A Dsoftfloat-macros514 `aExp' (the least significant bit) is 1, the integer returned approximates
515 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
521 static bits32 estimateSqrt32( int16 aExp, bits32 a )
535 if ( aExp & 1 ) {