Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat.c84 int8 roundIncrement, roundBits; in roundAndPackInt32() local
89 roundIncrement = 0x40; in roundAndPackInt32()
92 roundIncrement = 0; in roundAndPackInt32()
95 roundIncrement = 0x7F; in roundAndPackInt32()
97 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32()
100 if ( roundingMode == float_round_down ) roundIncrement = 0; in roundAndPackInt32()
105 absZ = ( absZ + roundIncrement )>>7; in roundAndPackInt32()
267 int8 roundIncrement, roundBits; in roundAndPackFloat32() local
272 roundIncrement = 0x40; in roundAndPackFloat32()
275 roundIncrement = 0; in roundAndPackFloat32()
[all …]