Lines Matching refs:frint_mode
4882 FrintMode frint_mode) {
4883 if (frint_mode == kFrintToInteger) {
4887 VIXL_ASSERT((frint_mode == kFrintToInt32) || (frint_mode == kFrintToInt64));
4895 if (frint_mode == kFrintToInt32) {
4913 if (frint_mode == kFrintToInt32) {
5792 FrintMode frint_mode) {
5795 VIXL_ASSERT(frint_mode == kFrintToInteger);
5807 float rounded = FPRoundInt(input, rounding_mode, frint_mode);
5818 double rounded = FPRoundInt(input, rounding_mode, frint_mode);