Searched refs:int_rounds (Results 1 – 1 of 1) sorted by relevance
42 static const int int_rounds[ kRoundingModeCount ] = { _ARM_FE_TOWARDZERO, in set_round() local44 const int *p = int_rounds; in set_round()84 …static const int int_rounds[ kRoundingModeCount ] = { FE_TOWARDZERO, FE_TONEAREST, FE_UPWARD, FE_D… in set_round() local85 const int *p = int_rounds; in set_round()130 …static const int int_rounds[ kRoundingModeCount ] = { _RC_CHOP, _RC_NEAR, _RC_UP, _RC_DOWN, _RC_CH… in set_round() local131 const int *p = ( outType == kfloat || outType == kdouble )? flt_rounds : int_rounds; in set_round()