Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c2031 bits64 aSig64, bSig64, q64; in float32_rem() local
2092 q64 = estimateDiv128To64( aSig64, 0, bSig64 ); in float32_rem()
2093 q64 = ( 2 < q64 ) ? q64 - 2 : 0; in float32_rem()
2094 aSig64 = - ( ( bSig * q64 )<<38 ); in float32_rem()
2098 q64 = estimateDiv128To64( aSig64, 0, bSig64 ); in float32_rem()
2099 q64 = ( 2 < q64 ) ? q64 - 2 : 0; in float32_rem()
2100 q = q64>>( 64 - expDiff ); in float32_rem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME374 ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME381 ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" \