float_round_nearest_even  135 lib/libkern/softfloat.c     roundNearestEven = ( roundingMode == float_round_nearest_even );
float_round_nearest_even  185 lib/libkern/softfloat.c     roundNearestEven = ( roundingMode == float_round_nearest_even );
float_round_nearest_even  325 lib/libkern/softfloat.c     roundNearestEven = ( roundingMode == float_round_nearest_even );
float_round_nearest_even  495 lib/libkern/softfloat.c     roundNearestEven = ( roundingMode == float_round_nearest_even );
float_round_nearest_even  672 lib/libkern/softfloat.c     roundNearestEven = ( roundingMode == float_round_nearest_even );
float_round_nearest_even 1003 lib/libkern/softfloat.c     roundNearestEven = ( roundingMode == float_round_nearest_even );
float_round_nearest_even 1628 lib/libkern/softfloat.c          case float_round_nearest_even:
float_round_nearest_even 1645 lib/libkern/softfloat.c     if ( roundingMode == float_round_nearest_even ) {
float_round_nearest_even 2591 lib/libkern/softfloat.c          case float_round_nearest_even:
float_round_nearest_even 2609 lib/libkern/softfloat.c     if ( roundingMode == float_round_nearest_even ) {
float_round_nearest_even 3524 lib/libkern/softfloat.c          case float_round_nearest_even:
float_round_nearest_even 3548 lib/libkern/softfloat.c     if ( roundingMode == float_round_nearest_even ) {
float_round_nearest_even 4588 lib/libkern/softfloat.c         if ( roundingMode == float_round_nearest_even ) {
float_round_nearest_even 4614 lib/libkern/softfloat.c              case float_round_nearest_even:
float_round_nearest_even 4639 lib/libkern/softfloat.c         if ( roundingMode == float_round_nearest_even ) {
float_round_nearest_even  150 lib/libkern/softfloat.h     float_round_nearest_even = FP_RN,