Home | History | Annotate | Download | only in perf

Lines Matching defs:is_float

5539 static inline int is_float(int t)
5898 } else if (is_float(vtop->type.t)) {
6137 if (is_float(vtop->type.t)) {
6533 if (!is_float(vtop->type.t)) {
10261 (!is_float(type->t) && (type->t & VT_BTYPE) != VT_LLONG))
10447 if (is_float(vtop->type.t) &&
10528 } else if ((vtop->r & VT_LVAL) && !is_float(vtop->type.t)) {
10732 if (is_float(t)) {
11293 } else if (is_float(bt1) || is_float(bt2)) {
11350 if (is_float(t))
11454 sf = is_float(sbt);
11455 df = is_float(dbt);
11964 if (is_float(ft))
13115 if (is_float(ret.type.t)) {
13366 if (is_float(vtop->type.t))
13394 if (is_float(bt1) || is_float(bt2)) {
13430 if (is_float(type.t)) {
13636 } else if (is_float(func_vt.t)) {