Searched refs:O_ITOF (Results 1 – 9 of 9) sorted by relevance
/original-bsd/usr.bin/pascal/pdx/sym/ |
H A D | tree.c | 126 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 D | debug.c | 107 case O_ITOF:
|
H A D | operators.c | 32 O_ITOF, O_ADD, O_ADDF, O_SUB, O_SUBF, O_NEG, O_NEGF, enumerator
|
H A D | symbols.c | 1252 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 D | tree.c | 534 case O_ITOF:
|
H A D | eval.c | 221 case O_ITOF:
|
/original-bsd/usr.bin/pascal/pdx/tree/ |
H A D | opinfo.h | 36 #define O_ITOF 10 /* convert integer to real */ macro
|
H A D | prtree.c | 87 case O_ITOF:
|
H A D | eval.c | 167 case O_ITOF:
|