Searched refs:float_round_nearest_even (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/lib/libkern/
H A Dsoftfloat.h137 float_round_nearest_even = FP_RN, enumerator in enum:__anon9782
H A Dsoftfloat.c131 roundNearestEven = ( roundingMode == float_round_nearest_even );
181 roundNearestEven = ( roundingMode == float_round_nearest_even );
235 roundNearestEven = ( roundingMode == float_round_nearest_even );
368 roundNearestEven = ( roundingMode == float_round_nearest_even );
538 roundNearestEven = ( roundingMode == float_round_nearest_even );
715 roundNearestEven = ( roundingMode == float_round_nearest_even );
1046 roundNearestEven = ( roundingMode == float_round_nearest_even );
1671 case float_round_nearest_even:
1688 if ( roundingMode == float_round_nearest_even ) {
2672 case float_round_nearest_even
[all...]
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat.h90 float_round_nearest_even = FP_RN, enumerator in enum:__anon4
H A Dsoftfloat.c99 fp_rnd float_rounding_mode = float_round_nearest_even;
207 roundNearestEven = roundingMode == float_round_nearest_even;
417 roundNearestEven = ( roundingMode == float_round_nearest_even );
616 if ( roundingMode == float_round_nearest_even ) {
742 case float_round_nearest_even:
761 if ( roundingMode == float_round_nearest_even ) {
1440 if ( roundingMode == float_round_nearest_even ) {
1583 if ( roundingMode == float_round_nearest_even ) {
1609 case float_round_nearest_even:
1633 if ( roundingMode == float_round_nearest_even ) {
[all...]
H A Dtimesoftfloat.c2077 roundingCode = float_round_nearest_even;
2081 roundingCode = float_round_nearest_even;

Completed in 188 milliseconds