Searched refs:v_ldbl (Results 1 – 5 of 5) sorted by relevance
1947 if (v->v_ldbl > max || v->v_ldbl < min) { in cvtcon()1961 v->v_ldbl = v->v_ldbl > 0 ? max : min; in cvtcon()1964 nv->v_ldbl = (float)v->v_ldbl; in cvtcon()1966 nv->v_ldbl = (double)v->v_ldbl; in cvtcon()1968 nv->v_ldbl = v->v_ldbl; in cvtcon()1971 (uint64_t)v->v_ldbl : (int64_t)v->v_ldbl; in cvtcon()1975 nv->v_ldbl = (ot == PTR || isutyp(ot)) ? in cvtcon()1978 nv->v_ldbl = (ot == PTR || isutyp(ot)) ? in cvtcon()1981 nv->v_ldbl = (ot == PTR || isutyp(ot)) ? in cvtcon()2881 l = tn->tn_left->tn_val->v_ldbl != 0.0; in foldtst()[all …]
703 cstk->c_infinite = tn->tn_val->v_ldbl != 0.0; in while1()774 cstk->c_infinite = tn->tn_val->v_ldbl != 0.0; in do2()841 cstk->c_infinite = tn2->tn_val->v_ldbl != 0.0; in for1()
103 #define v_ldbl v_u._v_ldbl macro
725 yylval.y_val->v_ldbl = f; in fcon()727 yylval.y_val->v_ldbl = d; in fcon()
1799 i = (int)v->v_ldbl;