/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/ |
D | qbk_outputter.hpp | 29 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/ |
D | harmonic_oscillator_units.cpp | 74 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 ()()
|
D | stuart_landau.cpp | 58 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 ()()
|
D | heun.cpp | 140 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 ()()
|
D | solar_system.cpp | 123 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 ()()
|
D | fpu.cpp | 109 std::ostream& m_out; member 115 : m_out( out ) , m_fpu( f ) , m_write_every( write_every ) , m_count( 0 ) { } in streaming_observer() 128 … m_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/ |
D | softfloat.c | 240 _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/ |
D | lorenz_mp.cpp | 51 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/ |
D | lorenz_gmpxx.cpp | 50 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/ |
D | teamcity_messages.cpp | 60 : 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()
|
D | teamcity_messages.h | 31 std::ostream *m_out; variable
|
/third_party/boost/boost/geometry/algorithms/ |
D | convex_hull.hpp | 230 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 ()()
|
D | buffer.hpp | 99 GeometryOut& m_out; member 106 m_out(out) in visitor() 112 buffer<Geometry>::apply(geometry, m_distance, m_chord_length, m_out); in operator ()()
|
D | centroid.hpp | 560 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/ |
D | transformation.hpp | 247 : 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/ |
D | loops_dfs.cpp | 35 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/ |
D | visitors.hpp | 350 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/ |
D | concepts.hpp | 587 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/ |
D | regex_format.hpp | 103 …: 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/ |
D | radv_acceleration_structure.c | 1150 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/ |
D | sctp_output.c | 11467 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); 11554 … m_out, auth_offset, auth, stcb->asoc.authinfo.active_keyid, 1, 0, 0,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 614 Variable* m_out; member
|
D | gl4cEnhancedLayoutsTests.cpp | 4409 VaryingConnection::VaryingConnection(Variable* in, Variable* out) : m_in(in), m_out(out) in VaryingConnection() 6501 Utils::Variable* out = connection.m_out; in test()
|