Home
last modified time | relevance | path

Searched refs:ffeexpr_make_float_const_ (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c394 static void ffeexpr_make_float_const_ (char exp_letter, ffelexToken integer,
13735 ffeexpr_make_float_const_ (ffesrc_char_internal_init ('E', 'e'), NULL, in ffeexpr_token_real_()
13753 ffeexpr_make_float_const_ (d, NULL, ffeexpr_tokens_[0], ffeexpr_tokens_[1], in ffeexpr_token_real_()
13785 ffeexpr_make_float_const_ (ffesrc_char_internal_init ('E', 'e'), NULL, in ffeexpr_token_real_exponent_()
13821 ffeexpr_make_float_const_ (ffesrc_char_internal_init ('E', 'e'), NULL, in ffeexpr_token_real_exp_sign_()
13832 ffeexpr_make_float_const_ (ffelex_token_text (ffeexpr_tokens_[2])[0], NULL, in ffeexpr_token_real_exp_sign_()
13891 ffeexpr_make_float_const_ (d, ffeexpr_tokens_[0], NULL, NULL, t, in ffeexpr_token_number_()
13922 ffeexpr_make_float_const_ ('I', ffeexpr_tokens_[0], NULL, NULL, in ffeexpr_token_number_()
13985 ffeexpr_make_float_const_ (ffelex_token_text (ffeexpr_tokens_[1])[0], in ffeexpr_token_number_exp_sign_()
13996 ffeexpr_make_float_const_ (ffelex_token_text (ffeexpr_tokens_[1])[0], in ffeexpr_token_number_exp_sign_()
[all …]
H A DChangeLog.0329 ffeexpr_make_float_const_ to make an integer.
330 (ffeexpr_make_float_const_): Handle making an integer.