/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
D | softfloat.c | 386 packFloat64( flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in packFloat64() 420 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1, bits32 zSig2 ) in roundAndPackFloat64() 505 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in normalizeRoundAndPackFloat64() 559 bits32 zSig0, zSig1; in int32_to_float64() local 703 bits32 aSig, zSig0, zSig1; in float32_to_float64() local 989 bits32 aSig, bSig, zSig0, zSig1; in float32_mul() local 1677 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2; in addFloat64Sigs() local 1755 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1; in subFloat64Sigs() local 1880 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2, zSig3; in float64_mul() local 1942 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2; in float64_div() local [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
D | softfloat.c | 387 packFloat64( flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in packFloat64() 421 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1, bits32 zSig2 ) in roundAndPackFloat64() 506 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in normalizeRoundAndPackFloat64() 560 bits32 zSig0, zSig1; in int32_to_float64() local 704 bits32 aSig, zSig0, zSig1; in float32_to_float64() local 990 bits32 aSig, bSig, zSig0, zSig1; in float32_mul() local 1678 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2; in addFloat64Sigs() local 1756 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1; in subFloat64Sigs() local 1881 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2, zSig3; in float64_mul() local 1943 bits32 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2; in float64_div() local [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
D | softfloat.c | 659 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() 828 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() 958 packFloat128( flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) in packFloat128() 992 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1, bits64 zSig2 ) in roundAndPackFloat128() 1093 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) in normalizeRoundAndPackFloat128() 1354 bits64 zSig0, zSig1; in int64_to_float128() local 2581 bits64 aSig, zSig0, zSig1; in float64_to_float128() local 2870 bits64 aSig, bSig, zSig0, zSig1; in float64_mul() local 3520 bits64 aSig, zSig0, zSig1; in floatx80_to_float128() local 3623 bits64 aSig, bSig, zSig0, zSig1; in addFloatx80Sigs() local [all …]
|