Searched refs:f_tmp (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D1.cc64 testbuf f_tmp; local
68 f_tmp.pubsetbuf(0,0);
69 VERIFY( f_tmp.check_pointers() );
73 testbuf f_tmp; local
75 f_tmp.open(name_01, ios_base::out | ios_base::in);
76 f_tmp.sbumpc();
80 f_tmp.pubsetbuf(0, 0);
81 VERIFY( f_tmp.check_pointers() );
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dspect.c44 mpf_t res[GMP_SPECT_MAXT], res_min[GMP_SPECT_MAXT], f_tmp; local
55 mpf_init (f_tmp);
98 mpf_mul (f_tmp, res[f], res[f]);
99 mpf_out_str (stdout, 10, 4, f_tmp);
105 merit (f_tmp, f + 2, res[f], m);
106 mpf_out_str (stdout, 10, 4, f_tmp);
110 if (mpf_get_d (f_tmp) < .1)
123 mpf_clear (f_tmp);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D3.cc68 std::filebuf f_tmp; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/
H A D1.cc70 std::filebuf f_tmp; local

Completed in 98 milliseconds