Searched refs:infp (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore.c1713 layout_mcore_frame (struct mcore_frame * infp)
1732 infp->arg_size = nbytes;
1735 infp->reg_mask = calc_live_regs (& n);
1736 infp->reg_size = n * 4;
1739 infp->local_size = get_frame_size ();
1740 infp->outbound_size = crtl->outgoing_args_size;
1743 if (infp->local_size % STACK_BYTES)
1744 infp->local_size = (infp->local_size + STACK_BYTES - 1) & ~ (STACK_BYTES -1);
1748 infp
1708 layout_mcore_frame(struct mcore_frame * infp) argument
[all...]
/haiku-buildtools/gcc/mpfr/tests/
H A Dtget_flt.c31 float f, g, infp; local
34 infp = (float) DBL_POS_INF;
35 if (infp * 0.5 != infp)
314 g = infp;
358 g = infp;

Completed in 101 milliseconds