Home
last modified time | relevance | path

Searched refs:os3 (Results 26 – 50 of 289) sorted by relevance

12345678910>>...12

/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dtensor3.c31 INT n3, INT is3, INT os3) in X()
45 x->dims[3].os = os3; in X()
52 INT n3, INT is3, INT os3, in X()
67 x->dims[3].os = os3; in X()
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dtensor3.c31 INT n3, INT is3, INT os3) in X()
45 x->dims[3].os = os3; in X()
52 INT n3, INT is3, INT os3, in X()
67 x->dims[3].os = os3; in X()
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dtensor3.c31 INT n3, INT is3, INT os3) in X()
45 x->dims[3].os = os3; in X()
52 INT n3, INT is3, INT os3, in X()
67 x->dims[3].os = os3; in X()
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dtensor3.c31 INT n3, INT is3, INT os3) in X()
45 x->dims[3].os = os3; in X()
52 INT n3, INT is3, INT os3, in X()
67 x->dims[3].os = os3; in X()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/unittests/
H A Dtest_charbuf.cc47 std::ostringstream os3; in TEST() local
48 os3 << s; in TEST()
49 EXPECT_STREQ(l3, os3.str().c_str()); in TEST()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/process/
H A DPrcGnuCap.cpp186 wxString os1, os2, os3; in bFmtResultsFO() local
268 os3 = os2; in bFmtResultsFO()
270 if( b1 ) os3.insert( 1, wxT("DB") ); in bFmtResultsFO()
271 os1 << wxT(' ') << os3; in bFmtResultsFO()
277 os3 = os2; in bFmtResultsFO()
278 os3.insert( 1, wxT("P") ); in bFmtResultsFO()
279 os1 << wxT(' ') << os3; in bFmtResultsFO()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/base/
H A DPrcBase.cpp53 wxString os1, os2, os3; in bFindBinary() local
72 os3 = os1 + wxT("\n\n") + os2; in bFindBinary()
73 SetErrMsg( os3 ); in bFindBinary()
78 os3 = os1 + wxT(" (") + os2 + wxT(")."); in bFindBinary()
79 std::cerr << "DEBUG : " << rosStrToLine( os3 ).mb_str( ) << "\n\n"; in bFindBinary()
/dports/math/py-pygsl/pygsl-2.3.0/testing/src/sf/
H A Dsf__evals.c12 for(i = 0; i < dimensions[0]; ++i, ip0 += is0, ip1 += is1, rp2 += rs2, op3 += os3, op4 += os4){ in PyGSL_sf_ufunc_Id_m__Rl__Ord()
113 PyGSL_array_index_t i, is0 = steps[0], rs1 = steps[1], os2 = steps[2], os3 = steps[3]; in PyGSL_sf_ufunc_Iui__Rl__Ord() local
119 for(i = 0; i < dimensions[0]; ++i, ip0 += is0, rp1 += rs1, op2 += os2, op3 += os3){ in PyGSL_sf_ufunc_Iui__Rl__Ord()
146 PyGSL_array_index_t i, is0 = steps[0], rs1 = steps[1], os2 = steps[2], os3 = steps[3]; in PyGSL_sf_ufunc_Iui__Rl__Ord_as_minor() local
152 for(i = 0; i < dimensions[0]; ++i, ip0 += is0, rp1 += rs1, op2 += os2, op3 += os3){ in PyGSL_sf_ufunc_Iui__Rl__Ord_as_minor()
213 PyGSL_array_index_t i, is0 = steps[0], rs1 = steps[1], os2 = steps[2], os3 = steps[3]; in PyGSL_sf_ufunc_Id__Rl__Ord() local
219 for(i = 0; i < dimensions[0]; ++i, ip0 += is0, rp1 += rs1, op2 += os2, op3 += os3){ in PyGSL_sf_ufunc_Id__Rl__Ord()
237 PyGSL_array_index_t i, is0 = steps[0], rs1 = steps[1], os2 = steps[2], os3 = steps[3]; in PyGSL_sf_ufunc_Id__Rl__Ord_as_minor() local
243 for(i = 0; i < dimensions[0]; ++i, ip0 += is0, rp1 += rs1, op2 += os2, op3 += os3){ in PyGSL_sf_ufunc_Id__Rl__Ord_as_minor()
504 for(i = 0; i < dimensions[0]; ++i, ip0 += is0, ip1 += is1, rp2 += rs2, op3 += os3){ in PyGSL_sf_ufunc_Id_d__Rl__Oerd()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/backward/
H A Dstrstream_move.cc75 std::ostrstream os3 = std::move(os2); in test03() local
76 VERIFY( os3.str() == s ); in test03()
98 std::ostrstream os3 = std::move(os2); in test04() local
99 VERIFY( os3.str() == s ); in test04()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSeqPrim.erl29 -record('Big', {os1,os2,os3}).
42 os3=list_to_binary(lists:duplicate(17777, 16#F5))}),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/
H A DtestSeqPrim.erl29 -record('Big', {os1,os2,os3}).
42 os3=list_to_binary(lists:duplicate(17777, 16#F5))}),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/
H A DtestSeqPrim.erl29 -record('Big', {os1,os2,os3}).
42 os3=list_to_binary(lists:duplicate(17777, 16#F5))}),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSeqPrim.erl29 -record('Big', {os1,os2,os3}).
42 os3=list_to_binary(lists:duplicate(17777, 16#F5))}),
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSeqPrim.erl29 -record('Big', {os1,os2,os3}).
42 os3=list_to_binary(lists:duplicate(17777, 16#F5))}),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/
H A DtestSeqPrim.erl29 -record('Big', {os1,os2,os3}).
42 os3=list_to_binary(lists:duplicate(17777, 16#F5))}),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/
H A DtestSeqPrim.erl29 -record('Big', {os1,os2,os3}).
42 os3=list_to_binary(lists:duplicate(17777, 16#F5))}),

12345678910>>...12