Symbol: float_round_nearest_even
lib/libc/softfloat/bits32/softfloat.c
1439
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits32/softfloat.c
1582
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits32/softfloat.c
1608
case float_round_nearest_even:
lib/libc/softfloat/bits32/softfloat.c
1632
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits32/softfloat.c
206
roundNearestEven = roundingMode == float_round_nearest_even;
lib/libc/softfloat/bits32/softfloat.c
416
roundNearestEven = ( roundingMode == float_round_nearest_even );
lib/libc/softfloat/bits32/softfloat.c
615
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits32/softfloat.c
741
case float_round_nearest_even:
lib/libc/softfloat/bits32/softfloat.c
760
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits32/softfloat.c
77
int float_rounding_mode = float_round_nearest_even;
lib/libc/softfloat/bits64/softfloat.c
119
roundNearestEven = ( roundingMode == float_round_nearest_even );
lib/libc/softfloat/bits64/softfloat.c
1659
case float_round_nearest_even:
lib/libc/softfloat/bits64/softfloat.c
1678
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits64/softfloat.c
169
roundNearestEven = ( roundingMode == float_round_nearest_even );
lib/libc/softfloat/bits64/softfloat.c
2624
case float_round_nearest_even:
lib/libc/softfloat/bits64/softfloat.c
2644
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits64/softfloat.c
309
roundNearestEven = ( roundingMode == float_round_nearest_even );
lib/libc/softfloat/bits64/softfloat.c
3559
case float_round_nearest_even:
lib/libc/softfloat/bits64/softfloat.c
3585
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits64/softfloat.c
4678
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits64/softfloat.c
4704
case float_round_nearest_even:
lib/libc/softfloat/bits64/softfloat.c
4731
if ( roundingMode == float_round_nearest_even ) {
lib/libc/softfloat/bits64/softfloat.c
479
roundNearestEven = ( roundingMode == float_round_nearest_even );
lib/libc/softfloat/bits64/softfloat.c
656
roundNearestEven = ( roundingMode == float_round_nearest_even );
lib/libc/softfloat/bits64/softfloat.c
71
int float_rounding_mode = float_round_nearest_even;
lib/libc/softfloat/bits64/softfloat.c
987
roundNearestEven = ( roundingMode == float_round_nearest_even );
lib/libc/softfloat/timesoftfloat.c
2076
roundingCode = float_round_nearest_even;
lib/libc/softfloat/timesoftfloat.c
2080
roundingCode = float_round_nearest_even;