Home
last modified time | relevance | path

Searched refs:m_out (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/
Dqbk_outputter.hpp29 std::ofstream& m_out; member
32 : m_out(out) in qbk_table_row_header()
38 m_out in operator ()()
50 std::ofstream m_out; member
60 : m_out(filename(name).c_str()) in qbk_outputter()
64 inline void ok() { m_out << "[ [$img/ok.png] ]"; } in ok()
65 inline void nyi() { m_out << "[ [$img/nyi.png] ]"; } in nyi()
69 m_out << "[heading Supported geometries]" << std::endl; in header()
75 m_out << "[table" << std::endl << "[[ ]"; in table_header()
76 boost::mpl::for_each<Types>(qbk_table_row_header(m_out)); in table_header()
[all …]
/third_party/boost/libs/numeric/odeint/examples/
Dharmonic_oscillator_units.cpp74 std::ostream& m_out; member
76 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer()
80 std::ostream &m_out; member
81 write_element( std::ostream &out ) : m_out( out ) { }; in write_element()
86 m_out << "\t" << t; in operator ()()
93 m_out << t; in operator ()()
94 fusion::for_each( x , write_element( m_out ) ); in operator ()()
95 m_out << "\n"; in operator ()()
Dstuart_landau.cpp58 std::ostream& m_out; member
60 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer()
65 m_out << t; in operator ()()
66 m_out << "\t" << x.real() << "\t" << x.imag() ; in operator ()()
67 m_out << "\n"; in operator ()()
Dheun.cpp140 std::ostream &m_out; member
141 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer()
145 m_out << t; in operator ()()
146 for( size_t i=0 ; i<x.size() ; ++i ) m_out << "\t" << x[i]; in operator ()()
147 m_out << "\n"; in operator ()()
Dsolar_system.cpp123 std::ostream& m_out; member
125 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer()
131 m_out << t; in operator ()()
132 for( size_t i=0 ; i<q.size() ; ++i ) m_out << "\t" << q[i]; in operator ()()
133 m_out << "\n"; in operator ()()
Dfpu.cpp109 std::ostream& m_out; member
115 : m_out( out ) , m_fpu( f ) , m_write_every( write_every ) , m_count( 0 ) { } in streaming_observer()
128m_out << t << "\t" << i << "\t" << q[i] << "\t" << p[i] << "\t" << energy[i] << "\n"; in operator ()()
130 m_out << "\n"; in operator ()()
/third_party/mesa3d/src/util/
Dsoftfloat.c240 _mesa_short_shift_left_m(uint8_t size_words, const uint32_t *a, uint8_t dist, uint32_t *m_out) in _mesa_short_shift_left_m() argument
252 m_out[index] = part_word | a_word >> (neg_dist & 31); in _mesa_short_shift_left_m()
256 m_out[index] = part_word; in _mesa_short_shift_left_m()
272 _mesa_shift_left_m(uint8_t size_words, const uint32_t *a, uint32_t dist, uint32_t *m_out) in _mesa_shift_left_m() argument
284 m_out + index_multiword_hi_but(size_words, word_dist)); in _mesa_shift_left_m()
288 uint32_t *dest = m_out + index_word_hi(size_words); in _mesa_shift_left_m()
296 m_out += index_multiword_lo(size_words, word_dist); in _mesa_shift_left_m()
301 *m_out++ = 0; in _mesa_shift_left_m()
318 _mesa_short_shift_right_m(uint8_t size_words, const uint32_t *a, uint8_t dist, uint32_t *m_out) in _mesa_short_shift_right_m() argument
330 m_out[index] = a_word << (neg_dist & 31) | part_word; in _mesa_short_shift_right_m()
[all …]
/third_party/boost/libs/numeric/odeint/examples/multiprecision/
Dlorenz_mp.cpp51 std::ostream& m_out; member
53 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer()
58 m_out << t; in operator ()()
59 for( size_t i=0 ; i<x.size() ; ++i ) m_out << "\t" << x[i] ; in operator ()()
60 m_out << "\n"; in operator ()()
/third_party/boost/libs/numeric/odeint/examples/gmpxx/
Dlorenz_gmpxx.cpp50 std::ostream& m_out; member
52 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer()
57 m_out << t; in operator ()()
58 for( size_t i=0 ; i<x.size() ; ++i ) m_out << "\t" << x[i] ; in operator ()()
59 m_out << "\n"; in operator ()()
/third_party/cef/tests/gtest/teamcity/src/
Dteamcity_messages.cpp60 : m_out(&std::cout) in TeamcityMessages()
64 m_out = &out; in setOutput()
89 *m_out << std::endl << "##teamcity[" << name; in openMsg()
93 *m_out << "]"; in closeMsg()
95 *m_out << std::endl; in closeMsg()
99 *m_out << " " << name << "='" << escape(value) << "'"; in writeProperty()
Dteamcity_messages.h31 std::ostream *m_out; variable
/third_party/boost/boost/geometry/algorithms/
Dconvex_hull.hpp230 OutputGeometry& m_out; member
234 : m_out(out), m_strategy(strategy) in visitor()
240 convex_hull<Geometry>::apply(geometry, m_out, m_strategy); in operator ()()
274 OutputIterator& m_out; member
278 : m_out(out), m_strategy(strategy) in visitor()
284 return convex_hull_insert<Geometry>::apply(geometry, m_out, m_strategy); in operator ()()
Dbuffer.hpp99 GeometryOut& m_out; member
106 m_out(out) in visitor()
112 buffer<Geometry>::apply(geometry, m_distance, m_chord_length, m_out); in operator ()()
Dcentroid.hpp560 Point& m_out; member
564 : m_out(out), m_strategy(strategy) in visitor()
570 centroid<Geometry>::apply(geometry, m_out, m_strategy); in operator ()()
/third_party/boost/boost/geometry/srs/
Dtransformation.hpp247 : m_out(out) in transform_geometry_wrapper()
253 …void finish() { geometry::convert(m_temp, m_out); } // this is always copy 1:1 without changing th… in finish()
257 OutGeometry & m_out; member
271 : m_out(out) in transform_geometry_wrapper()
279 : m_out(out) in transform_geometry_wrapper()
284 OutGeometry & get() { return m_out; } in get()
288 OutGeometry & m_out; member
/third_party/boost/libs/graph/example/
Dloops_dfs.cpp35 back_edge_recorder(OutputIterator out) : m_out(out) {} in back_edge_recorder()
40 *m_out++ = e; in back_edge()
44 OutputIterator m_out; member in back_edge_recorder
/third_party/boost/boost/graph/
Dvisitors.hpp350 property_writer(PA pa, OutputIterator out) : m_pa(pa), m_out(out) {} in property_writer()
354 *m_out++ = get(m_pa, x); in operator ()()
357 OutputIterator m_out; member
/third_party/boost/boost/regex/
Dconcepts.hpp587 OutIterator m_out; member
745 m_out = m_cresults.format(m_out, m_string); in constraints()
746 m_out = m_cresults.format(m_out, m_string, m_mft); in constraints()
773 m_out = global_regex_namespace::regex_replace(m_out, m_in, m_in, e, m_string, m_mft); in constraints()
774 m_out = global_regex_namespace::regex_replace(m_out, m_in, m_in, e, m_string); in constraints()
789 OutIterator m_out; member
/third_party/boost/boost/regex/v4/
Dregex_format.hpp103 …: m_traits(t), m_results(r), m_out(o), m_position(), m_end(), m_flags(), m_state(output_copy), m_r… in basic_regex_formatter()
199 OutputIterator m_out; // where to send output. member in boost::BOOST_REGEX_DETAIL_NS::basic_regex_formatter
221 return m_out; in format()
792 *m_out = c; in put()
793 ++m_out; in put()
/third_party/mesa3d/src/amd/vulkan/
Dradv_acceleration_structure.c1150 nir_ssa_def *m_in[3][3], *m_out[3][3], *m_vec[3][4]; in build_leaf_shader() local
1154 nir_invert_3x3(&b, m_in, m_out); in build_leaf_shader()
1157 m_vec[i][j] = m_out[i][j]; in build_leaf_shader()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c11467 struct mbuf *m_out, *m_end = NULL; local
11490 m_out = sctp_add_auth_chunk(NULL, &m_end, &auth, &auth_offset,
11494 m_out = NULL;
11498 if (m_out) {
11499 sctp_m_freem(m_out);
11519 if (m_out == NULL) {
11522 m_out = m_abort;
11548 sctp_m_freem(m_out);
11554m_out, auth_offset, auth, stcb->asoc.authinfo.active_keyid, 1, 0, 0,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp614 Variable* m_out; member
Dgl4cEnhancedLayoutsTests.cpp4409 VaryingConnection::VaryingConnection(Variable* in, Variable* out) : m_in(in), m_out(out) in VaryingConnection()
6501 Utils::Variable* out = connection.m_out; in test()