Home
last modified time | relevance | path

Searched refs:O_ITOF (Results 1 – 9 of 9) sorted by relevance

/original-bsd/usr.bin/pascal/pdx/sym/
H A Dtree.c126 case O_ITOF:
166 p->left = build(O_ITOF, p->left);
168 p->right = build(O_ITOF, p->right);
193 convert(&p->left, t_real, O_ITOF);
194 convert(&p->right, t_real, O_ITOF);
/original-bsd/old/dbx/
H A Ddebug.c107 case O_ITOF:
H A Doperators.c32 O_ITOF, O_ADD, O_ADDF, O_SUB, O_SUBF, O_NEG, O_NEGF, enumerator
H A Dsymbols.c1252 case O_ITOF:
1288 convert(&(p->value.arg[0]), t_real, O_ITOF);
1289 convert(&(p->value.arg[1]), t_real, O_ITOF);
1339 p->value.arg[0] = build(O_ITOF, p1);
1341 p->value.arg[1] = build(O_ITOF, p2);
H A Dtree.c534 case O_ITOF:
H A Deval.c221 case O_ITOF:
/original-bsd/usr.bin/pascal/pdx/tree/
H A Dopinfo.h36 #define O_ITOF 10 /* convert integer to real */ macro
H A Dprtree.c87 case O_ITOF:
H A Deval.c167 case O_ITOF: