Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c1905 bits64 zSig64; in float32_mul() local
1944 shift64RightJamming( ( (bits64) aSig ) * bSig, 32, &zSig64 ); in float32_mul()
1945 zSig = (bits32)zSig64; in float32_mul()