Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_addF128M.c50 bool negateB in softfloat_addF128M() argument
86 uiZ96 = uiB96 ^ packToF128UI96( negateB, 0, 0 ); in softfloat_addF128M()
101 signB = signF128UI96( uiB96 ) ^ negateB; in softfloat_addF128M()
102 negateB = (signZ != signB); in softfloat_addF128M()
126 negateB ? softfloat_addComplCarryM : softfloat_addCarryM; in softfloat_addF128M()
139 if ( negateB ) { in softfloat_addF128M()
163 negateB, in softfloat_addF128M()
166 if ( negateB ) { in softfloat_addF128M()
A Ds_addExtF80M.c50 bool negateB in softfloat_addExtF80M() argument
79 uiZ64 = uiB64 ^ packToExtF80UI64( negateB, 0 ); in softfloat_addExtF80M()
92 signB = signExtF80UI64( uiB64 ) ^ negateB; in softfloat_addExtF80M()
93 negateB = (signZ != signB); in softfloat_addExtF80M()
122 if ( negateB ) { in softfloat_addExtF80M()
148 if ( negateB ) { in softfloat_addExtF80M()

Completed in 4 milliseconds