Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat.c116 int8 roundIncrement, roundBits; in roundAndPackInt32() local
121 roundIncrement = 0x40; in roundAndPackInt32()
124 roundIncrement = 0; in roundAndPackInt32()
127 roundIncrement = 0x7F; in roundAndPackInt32()
129 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32()
132 if ( roundingMode == float_round_down ) roundIncrement = 0; in roundAndPackInt32()
137 absZ = ( absZ + roundIncrement )>>7; in roundAndPackInt32()
314 int8 roundIncrement, roundBits; in roundAndPackFloat32() local
319 roundIncrement = 0x40; in roundAndPackFloat32()
322 roundIncrement = 0; in roundAndPackFloat32()
[all …]