Home
last modified time | relevance | path

Searched refs:got_d (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-istream.cc475 double got_d, want_d; in check_mpf() local
502 input >> got_d; in check_mpf()
514 if (want_ok && want_d != got_d) in check_mpf()
517 cout << " got: " << got_d << "\n"; in check_mpf()
/netbsd/src/external/lgpl3/gmp/dist/tests/misc/
Dt-scanf.c1156 double got_d; in check_f() local
1228 got_d = -999L; in check_f()
1232 got_ret = (*fun) (data[i].input, fmt, &got_d, &got_upto); in check_f()
1233 mpf_set_d (got, got_d); in check_f()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Df-exp.y1519 int got_dot = 0, got_e = 0, got_d = 0, toktype; in yylex() local
1539 else if (!hex && !got_d && (*p == 'd' || *p == 'D')) in yylex()
1540 got_dot = got_d = 1; in yylex()
1544 || (got_d && (p[-1] == 'd' || p[-1] == 'D'))) in yylex()
1557 got_dot|got_e|got_d, in yylex()