Lines Matching refs:VAR_FLOAT
1129 case VAR_FLOAT: in do_2string()
2931 tv->v_type = VAR_FLOAT; in exec_instructions()
3844 if (tv1->v_type == VAR_FLOAT) in exec_instructions()
3857 if (tv2->v_type == VAR_FLOAT) in exec_instructions()
3862 if (tv2->v_type == VAR_FLOAT) in exec_instructions()
3874 if (tv1->v_type == VAR_FLOAT) in exec_instructions()
3880 if (tv1->v_type == VAR_FLOAT || tv2->v_type == VAR_FLOAT) in exec_instructions()
3894 tv1->v_type = VAR_FLOAT; in exec_instructions()
4200 && tv->v_type != VAR_FLOAT in exec_instructions()
4209 if (tv->v_type == VAR_FLOAT) in exec_instructions()
5937 case VAR_FLOAT: in tv2bool()