Home
last modified time | relevance | path

Searched refs:cnvt_to_real (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex2.c3791 if (xp->cnvt_to_real)
3804 if (xp->cnvt_to_real)
3888 if (xp->cnvt_to_real)
3902 if (xp->cnvt_to_real)
4473 if (lx->cnvt_to_real) d1 = __cnvt_stk_to_real(xsp1, (lx->has_sign == 1));
4476 if (rx->cnvt_to_real) d2 = __cnvt_stk_to_real(xsp2, (rx->has_sign == 1));
4519 if (lx->cnvt_to_real) d1 = __cnvt_stk_to_real(xsp1, (lx->has_sign == 1));
4522 if (rx->cnvt_to_real) d2 = __cnvt_stk_to_real(xsp2, (rx->has_sign == 1));
4572 if (lx->cnvt_to_real) d1 = __cnvt_stk_to_real(xsp1, (lx->has_sign == 1));
4575 if (rx->cnvt_to_real) d2 = __cnvt_stk_to_real(xsp2, (rx->has_sign == 1));
[all …]
H A Dv_fx3.c1937 if (!lx->is_real) lx->cnvt_to_real = TRUE; in setchk_real_expr()
1938 else if (!rx->is_real) rx->cnvt_to_real = TRUE; in setchk_real_expr()
2002 if (!lx->is_real) lx->cnvt_to_real = TRUE; in real_setchk_quest()
2003 else if (!rx->is_real) rx->cnvt_to_real = TRUE; in real_setchk_quest()
2019 if (!lx->is_real) lx->cnvt_to_real = TRUE; in real_setchk_quest()
2020 else if (!rx->is_real) rx->cnvt_to_real = TRUE; in real_setchk_quest()
H A Dv.h1265 unsigned cnvt_to_real : 1; /* T => non real operand of real expr */ member
H A Dv_ex.c2001 if (stp->st.scs.csx->is_real || stp->st.scs.csx->cnvt_to_real) in exec_case()
2125 if (stp->st.scs.csx->cnvt_to_real) in exec_real_case()
2141 if (xplp->xp->cnvt_to_real) in exec_real_case()
H A Dv_src2.c4743 ndp->cnvt_to_real = FALSE; in __init_xnd()
H A Dv_fx2.c8123 if (!xplp->xp->is_real) xplp->xp->cnvt_to_real = TRUE; in chk_case()
8133 if (!stp->st.scs.csx->is_real) stp->st.scs.csx->cnvt_to_real = TRUE; in chk_case()