Lines Matching refs:VAR_FLOAT
502 else if (convert && tv->v_type == VAR_FLOAT) in typval2string()
1517 if (tv2->v_type == VAR_FLOAT) in tv_op()
1531 tv1->v_type = VAR_FLOAT; in tv_op()
1554 if (tv2->v_type == VAR_FLOAT) in tv_op()
1566 case VAR_FLOAT: in tv_op()
1572 || (tv2->v_type != VAR_FLOAT in tv_op()
1576 if (tv2->v_type == VAR_FLOAT) in tv_op()
2905 && (op == '.' || rettv->v_type != VAR_FLOAT) in eval5()
2960 else if (vim9script && var2.v_type == VAR_FLOAT) in eval5()
2996 if (rettv->v_type == VAR_FLOAT) in eval5()
3016 if (var2.v_type == VAR_FLOAT) in eval5()
3021 if (var2.v_type == VAR_FLOAT) in eval5()
3037 if (rettv->v_type == VAR_FLOAT) in eval5()
3045 if (rettv->v_type == VAR_FLOAT || var2.v_type == VAR_FLOAT) in eval5()
3051 rettv->v_type = VAR_FLOAT; in eval5()
3143 if (rettv->v_type == VAR_FLOAT) in eval6()
3175 if (var2.v_type == VAR_FLOAT) in eval6()
3233 rettv->v_type = VAR_FLOAT; in eval6()
3680 if (rettv->v_type == VAR_FLOAT) in eval7_leader()
3710 if (rettv->v_type == VAR_FLOAT) in eval7_leader()
3730 if (rettv->v_type == VAR_FLOAT) in eval7_leader()
3741 if (rettv->v_type == VAR_FLOAT) in eval7_leader()
4008 && var1.v_type == VAR_FLOAT) in eval_index()
4099 case VAR_FLOAT: in check_can_index()
4207 case VAR_FLOAT: in eval_index_inner()
5117 case VAR_FLOAT: in echo_string_core()
5959 case VAR_FLOAT: in item_copy()