Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Djv-exp.y143 } typed_val_float; member
165 %token <typed_val_float> FLOATING_POINT_LITERAL
714 if (! parse_float (p, len, &putithere->typed_val_float.dval, &suffix))
720 putithere->typed_val_float.type = parse_type->builtin_double;
725 putithere->typed_val_float.type =
728 putithere->typed_val_float.type =
H A Dgo-exp.y147 } typed_val_float; member
171 %token <typed_val_float> FLOAT
733 &putithere->typed_val_float.dval, in parse_number()
734 &putithere->typed_val_float.type)) in parse_number()
H A Dp-exp.y144 } typed_val_float; member
179 %token <typed_val_float> FLOAT
883 &putithere->typed_val_float.dval,
884 &putithere->typed_val_float.type))
H A Dada-lex.c2638 sscanf (num0, "%" DOUBLEST_SCAN_FORMAT, &yylval.typed_val_float.dval); in processReal()
2640 yylval.typed_val_float.type = type_float (); in processReal()
2643 yylval.typed_val_float.type = type_double (); in processReal()
2646 yylval.typed_val_float.type = type_long_double (); in processReal()
H A Dgo-exp.c287 } typed_val_float; member
2065 write_exp_elt_type ((yyvsp[(1) - (1)].typed_val_float).type);
2066 write_exp_elt_dblcst ((yyvsp[(1) - (1)].typed_val_float).dval);
2541 &putithere->typed_val_float.dval, in parse_number()
2542 &putithere->typed_val_float.type)) in parse_number()
H A Dc-exp.y143 } typed_val_float; member
189 %token <typed_val_float> FLOAT
1712 &putithere->typed_val_float.dval, in parse_number()
1713 &putithere->typed_val_float.type)) in parse_number()
H A Dada-exp.y177 } typed_val_float; member
189 %token <typed_val_float> FLOAT
H A Dada-exp.c345 } typed_val_float; member
2481 write_exp_elt_type ((yyvsp[(1) - (1)].typed_val_float).type);
2482 write_exp_elt_dblcst ((yyvsp[(1) - (1)].typed_val_float).dval);
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c2638 sscanf (num0, "%" DOUBLEST_SCAN_FORMAT, &yylval.typed_val_float.dval); in processReal()
2640 yylval.typed_val_float.type = type_float (); in processReal()
2643 yylval.typed_val_float.type = type_double (); in processReal()
2646 yylval.typed_val_float.type = type_long_double (); in processReal()