Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Dui64_to_f128.c47 struct uint128 zSig; in ui64_to_f128() local
56 zSig.v64 = a<<(shiftCount - 64); in ui64_to_f128()
57 zSig.v0 = 0; in ui64_to_f128()
59 zSig = softfloat_shortShiftLeft128( 0, a, shiftCount ); in ui64_to_f128()
61 uiZ64 = packToF128UI64( 0, 0x406E - shiftCount, zSig.v64 ); in ui64_to_f128()
62 uiZ0 = zSig.v0; in ui64_to_f128()
A Di64_to_f128.c49 struct uint128 zSig; in i64_to_f128() local
60 zSig.v64 = absA<<(shiftCount - 64); in i64_to_f128()
61 zSig.v0 = 0; in i64_to_f128()
63 zSig = softfloat_shortShiftLeft128( 0, absA, shiftCount ); in i64_to_f128()
65 uiZ64 = packToF128UI64( sign, 0x406E - shiftCount, zSig.v64 ); in i64_to_f128()
66 uiZ0 = zSig.v0; in i64_to_f128()

Completed in 4 milliseconds