Lines Matching refs:is_float
5537 static inline int is_float(int t) in is_float() function
5896 } else if (is_float(vtop->type.t)) { in gfunc_call()
6135 if (is_float(vtop->type.t)) { in gtst()
6531 if (!is_float(vtop->type.t)) { in gen_bounded_ptr_deref()
10259 (!is_float(type->t) && (type->t & VT_BTYPE) != VT_LLONG)) in save_reg()
10445 if (is_float(vtop->type.t) && in gv()
10526 } else if ((vtop->r & VT_LVAL) && !is_float(vtop->type.t)) { in gv()
10730 if (is_float(t)) { in gv_dup()
11291 } else if (is_float(bt1) || is_float(bt2)) { in gen_op()
11348 if (is_float(t)) in gen_op()
11452 sf = is_float(sbt); in gen_cast()
11453 df = is_float(dbt); in gen_cast()
11962 if (is_float(ft)) in vstore()
13113 if (is_float(ret.type.t)) { in unary()
13364 if (is_float(vtop->type.t)) in expr_eq()
13392 if (is_float(bt1) || is_float(bt2)) { in expr_eq()
13428 if (is_float(type.t)) { in expr_eq()
13634 } else if (is_float(func_vt.t)) { in block()