Searched refs:cvt (Results 1 - 25 of 134) sorted by relevance

123456

/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Ddelay.s4 cvt.d.w $f0,$f0
6 cvt.d.w $f2,$f2
H A Dmipsr6@mips5-fp.s4 cvt.s.pl $f16, $f18
5 cvt.s.pu $f18, $f20
H A Dmips32-sf32.s8 cvt.d.s $f8,$f7
9 cvt.d.w $f8,$f7
10 cvt.s.d $f7,$f8
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Ddelay.s4 cvt.d.w $f0,$f0
6 cvt.d.w $f2,$f2
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/
H A D3.cc39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
41 VERIFY( !cvt->always_noconv() );
H A D2.cc39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
41 VERIFY( !cvt->always_noconv() );
H A D1.cc34 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
36 VERIFY( !cvt->always_noconv() );
H A D4.cc39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
41 VERIFY( !cvt->always_noconv() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/
H A D4.cc39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
41 int i = cvt->encoding();
H A D3.cc39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
41 int i = cvt->encoding();
H A D2.cc39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
41 int i = cvt->encoding();
H A D1.cc34 const w_codecvt* cvt = &use_facet<w_codecvt>(loc_c); local
36 int i = cvt->encoding();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/
H A D4.cc37 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
39 int k = cvt->max_length();
H A D3.cc37 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
39 int k = cvt->max_length();
H A D2.cc37 const w_codecvt* cvt = &use_facet<w_codecvt>(loc); local
39 int k = cvt->max_length();
H A D1.cc34 const w_codecvt* cvt = &use_facet<w_codecvt>(loc_c); local
36 int k = cvt->max_length();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D12790-3.cc62 Cvt* cvt = new Cvt; local
63 locale loc(locale::classic(), cvt); local
71 VERIFY( !cvt->unshift_called );
73 VERIFY( cvt->unshift_called );
H A D12790-2.cc62 Cvt* cvt = new Cvt; local
63 locale loc(locale::classic(), cvt); local
73 VERIFY( !cvt->unshift_called );
75 VERIFY( cvt->unshift_called );
H A D12790-4.cc62 Cvt* cvt = new Cvt; local
63 locale loc(locale::classic(), cvt); local
72 VERIFY( !cvt->unshift_called );
74 VERIFY( cvt->unshift_called );
H A D12790-1.cc62 Cvt* cvt = new Cvt; local
63 locale loc(locale::classic(), cvt); local
71 VERIFY( !cvt->unshift_called );
73 VERIFY( cvt->unshift_called );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/
H A D12790-3.cc60 Cvt* cvt = new Cvt; local
61 locale loc(locale::classic(), cvt); local
69 VERIFY( !cvt->unshift_called );
71 VERIFY( cvt->unshift_called );
H A D12790-2.cc60 Cvt* cvt = new Cvt; local
61 locale loc(locale::classic(), cvt); local
71 VERIFY( !cvt->unshift_called );
73 VERIFY( cvt->unshift_called );
H A D12790-4.cc60 Cvt* cvt = new Cvt; local
61 locale loc(locale::classic(), cvt); local
70 VERIFY( !cvt->unshift_called );
72 VERIFY( cvt->unshift_called );
H A D12790-1.cc60 Cvt* cvt = new Cvt; local
61 locale loc(locale::classic(), cvt); local
69 VERIFY( !cvt->unshift_called );
71 VERIFY( cvt->unshift_called );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12790-2.cc62 Cvt* cvt = new Cvt; local
63 locale loc(locale::classic(), cvt); local
72 VERIFY( !cvt->unshift_called );
74 VERIFY( cvt->unshift_called );

Completed in 123 milliseconds

123456