Searched defs:FLOATING (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | Oexparse.h | 37 #define FLOATING 262 macro
|
H A D | Oexparse.c | 78 #define FLOATING 262 macro 623 "CHAR","INT","INTEGER","UNSIGNED","FLOATING","STRING","VOID","STATIC","ADDRESS", 715 "constant : FLOATING", 1421 else if (exvsp[-2].expr->type == FLOATING) 1422 exvsp[0].expr = excast(expr.program, exvsp[0].expr, FLOATING, exvsp[-2].expr, 0); 1423 else if (exvsp[0].expr->type == FLOATING) 1424 exvsp[-2].expr = excast(expr.program, exvsp[-2].expr, FLOATING, exvsp[0].expr, 0); 1586 else if (exvsp[-3].expr->type == FLOATING) 1587 exvsp[0].expr = excast(expr.program, exvsp[0].expr, FLOATING, NiL, 0); 1588 else if (exvsp[0].expr->type == FLOATING) [all...] |
Completed in 25 milliseconds