Lines Matching refs:FLOATING
55 %token FLOATING
140 %type <floating> FLOATING
569 else if ($1->type == FLOATING)
570 $3 = excast(expr.program, $3, FLOATING, $1, 0);
571 else if ($3->type == FLOATING)
572 $1 = excast(expr.program, $1, FLOATING, $3, 0);
688 else if ($4->type == FLOATING)
689 $7 = excast(expr.program, $7, FLOATING, NiL, 0);
690 else if ($7->type == FLOATING)
691 $4 = excast(expr.program, $4, FLOATING, NiL, 0);
893 | FLOATING
895 $$ = exnewnode(expr.program, CONSTANT, 0, FLOATING, NiL, NiL);