Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1546 int16 aExp; in float32_to_float64() local
1559 --aExp; in float32_to_float64()
1578 int16 aExp; in float32_to_floatx80() local
1612 int16 aExp; in float32_to_float128() local
1625 --aExp; in float32_to_float128()
1645 int16 aExp; in float32_round_to_int() local
2507 int16 aExp; in float64_to_float32() local
2541 int16 aExp; in float64_to_floatx80() local
2576 int16 aExp; in float64_to_float128() local
3468 if ( aExp || aSig ) aExp -= 0x3F81; in floatx80_to_float32()
[all …]
H A Dsoftfloat-macros590 `aExp' (the least significant bit) is 1, the integer returned approximates
591 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
597 static bits32 estimateSqrt32( int16 aExp, bits32 a )
611 if ( aExp & 1 ) {
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c695 int16 aExp; in float32_to_float64() local
708 --aExp; in float32_to_float64()
727 int16 aExp; in float32_round_to_int() local
813 zExp = aExp; in addFloat32Sigs()
836 zExp = aExp; in addFloat32Sigs()
881 aExp = 1; in subFloat32Sigs()
920 zExp = aExp; in subFloat32Sigs()
1534 int16 aExp; in float64_to_float32() local
1566 int16 aExp; in float64_round_to_int() local
1770 aExp = 1; in subFloat64Sigs()
[all …]
H A Dsoftfloat-macros515 `aExp' (the least significant bit) is 1, the integer returned approximates
516 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
522 static bits32 estimateSqrt32( int16 aExp, bits32 a )
536 if ( aExp & 1 ) {
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc107 const int aExp = aAbs >> srcSigBits;
108 const int shift = srcExpBias - dstExpBias - aExp + 1;