Home
last modified time | relevance | path

Searched defs:ostream (Results 26 – 50 of 3288) sorted by relevance

12345678910>>...132

/dports/math/cglm/cglm-0.8.4/include/cglm/
H A Dio.h65 FILE * __restrict ostream) { in glm_mat4_print()
108 FILE * __restrict ostream) { in glm_mat3_print()
150 FILE * __restrict ostream) { in glm_mat2_print()
192 FILE * __restrict ostream) { in glm_vec4_print()
214 FILE * __restrict ostream) { in glm_vec3_print()
236 FILE * __restrict ostream) { in glm_ivec3_print()
254 FILE * __restrict ostream) { in glm_vec2_print()
276 FILE * __restrict ostream) { in glm_versor_print()
300 FILE * __restrict ostream) { in glm_aabb_print()
/dports/games/netradiant/netradiant-20150621-src/libs/stream/
H A Dtextstream.h132 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, char c ){ in ostream_write()
140 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const double d ){ in ostream_write()
150 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const float f ){ in ostream_write()
157 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const int i ){ in ostream_write()
174 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const Unsigned i ){ in ostream_write()
191 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const size_t i ){ in ostream_write()
209 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const char* string ){ in ostream_write()
224 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const HexChar& c ){ in ostream_write()
262 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const Decimal& decimal ){ in ostream_write()
284 inline TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const StringRange& range… in ostream_write()
[all …]
/dports/net/gnu-dico/dico-2.10/dicod/
H A Dostream.c24 struct ostream { struct
32 print_headers(struct ostream *ostr) in print_headers() argument
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/api/buffer/
H A DBufferStream.hh38 class AVRO_DECL ostream : public std::ostream { class
42 ostream() : std::ostream(&obuf_) {} in ostream() function in internal_avro::ostream
45 ostream(OutputBuffer &buf) : std::ostream(&obuf_), obuf_(buf) {} in ostream() function in internal_avro::ostream
/dports/devel/avro-cpp/avro-cpp-1.11.0/api/buffer/
H A DBufferStream.hh38 class AVRO_DECL ostream : public std::ostream { class
42 ostream() : std::ostream(&obuf_) {} in ostream() function in avro::ostream
45 explicit ostream(OutputBuffer &buf) : std::ostream(&obuf_), in ostream() function in avro::ostream
/dports/science/rmf/rmf-1.3.1/src/avrocpp/api/buffer/
H A DBufferStream.hh38 class AVRO_DECL ostream : public std::ostream { class
42 ostream() : std::ostream(&obuf_) {} in ostream() function in internal_avro::ostream
45 ostream(OutputBuffer &buf) : std::ostream(&obuf_), obuf_(buf) {} in ostream() function in internal_avro::ostream
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_ostream.cpp72 TEST_VM(ostream, stringStream_dynamic_start_with_internal_buffer) { in TEST_VM() argument
79 TEST_VM(ostream, stringStream_dynamic_start_with_malloced_buffer) { in TEST_VM() argument
86 TEST_VM(ostream, stringStream_static) { in TEST_VM() argument
96 TEST_VM(ostream, bufferedStream_static) { in TEST_VM() argument
114 TEST_VM(ostream, bufferedStream_dynamic_small) { in TEST_VM() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_ostream.cpp76 TEST_VM(ostream, stringStream_dynamic_realloc_1) { in TEST_VM() argument
81 TEST_VM(ostream, stringStream_dynamic_realloc_2) { in TEST_VM() argument
86 TEST_VM(ostream, stringStream_static) { in TEST_VM() argument
96 TEST_VM(ostream, bufferedStream_static) { in TEST_VM() argument
114 TEST_VM(ostream, bufferedStream_dynamic_small) { in TEST_VM() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_ostream.cpp76 TEST_VM(ostream, stringStream_dynamic_realloc_1) { in TEST_VM() argument
81 TEST_VM(ostream, stringStream_dynamic_realloc_2) { in TEST_VM() argument
86 TEST_VM(ostream, stringStream_static) { in TEST_VM() argument
96 TEST_VM(ostream, bufferedStream_static) { in TEST_VM() argument
114 TEST_VM(ostream, bufferedStream_dynamic_small) { in TEST_VM() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_ostream.cpp76 TEST_VM(ostream, stringStream_dynamic_realloc_1) { in TEST_VM() argument
81 TEST_VM(ostream, stringStream_dynamic_realloc_2) { in TEST_VM() argument
86 TEST_VM(ostream, stringStream_static) { in TEST_VM() argument
96 TEST_VM(ostream, bufferedStream_static) { in TEST_VM() argument
114 TEST_VM(ostream, bufferedStream_dynamic_small) { in TEST_VM() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_ostream.cpp72 TEST_VM(ostream, stringStream_dynamic_start_with_internal_buffer) { in TEST_VM() argument
79 TEST_VM(ostream, stringStream_dynamic_start_with_malloced_buffer) { in TEST_VM() argument
86 TEST_VM(ostream, stringStream_static) { in TEST_VM() argument
96 TEST_VM(ostream, bufferedStream_static) { in TEST_VM() argument
114 TEST_VM(ostream, bufferedStream_dynamic_small) { in TEST_VM() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_ostream.cpp72 TEST_VM(ostream, stringStream_dynamic_start_with_internal_buffer) { in TEST_VM() argument
79 TEST_VM(ostream, stringStream_dynamic_start_with_malloced_buffer) { in TEST_VM() argument
86 TEST_VM(ostream, stringStream_static) { in TEST_VM() argument
96 TEST_VM(ostream, bufferedStream_static) { in TEST_VM() argument
114 TEST_VM(ostream, bufferedStream_dynamic_small) { in TEST_VM() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_ostream.cpp76 TEST_VM(ostream, stringStream_dynamic_realloc_1) { in TEST_VM() argument
81 TEST_VM(ostream, stringStream_dynamic_realloc_2) { in TEST_VM() argument
86 TEST_VM(ostream, stringStream_static) { in TEST_VM() argument
96 TEST_VM(ostream, bufferedStream_static) { in TEST_VM() argument
114 TEST_VM(ostream, bufferedStream_dynamic_small) { in TEST_VM() argument
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DCastemSymbolsGenerator.cxx26 std::ostream&, in writeMainVariablesSymbols()
33 std::ostream&, in writeBehaviourTypeSymbols()
40 std::ostream&, in writeBehaviourKinematicSymbols()
47 std::ostream&, in writeAdditionalSymbols()
H A DMFrontMaterialPropertyInterface.cxx130 void MFrontMaterialPropertyInterface::writeEntryPointSymbol(std::ostream&, in writeEntryPointSymbol()
134 void MFrontMaterialPropertyInterface::writeTFELVersionSymbol(std::ostream&, in writeTFELVersionSymbol()
138 void MFrontMaterialPropertyInterface::writeMaterialSymbol(std::ostream&, in writeMaterialSymbol()
142 void MFrontMaterialPropertyInterface::writeInterfaceSymbol(std::ostream&, in writeInterfaceSymbol()
146 void MFrontMaterialPropertyInterface::writeMaterialKnowledgeTypeSymbol(std::ostream&, in writeMaterialKnowledgeTypeSymbol()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/include/
H A Dload_data_events.h235 void print_event_info(std::ostream &) {} in print_event_info()
236 void print_long_info(std::ostream &) {} in print_long_info()
340 void print_event_info(std::ostream &) {} in print_event_info()
341 void print_long_info(std::ostream &) {} in print_long_info()
388 void print_event_info(std::ostream &) {} in print_event_info()
389 void print_long_info(std::ostream &) {} in print_long_info()
/dports/math/octave/octave-6.4.0/scripts/plot/util/private/
H A D__gnuplot_ginput__.m45 ostream = get (f, "__plot_stream__"); variable
54 ostream = ostream(1); variable
57 ostream = ostream(1); variable
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DCastemSymbolsGenerator.cxx28 std::ostream&, in writeMainVariablesSymbols()
35 std::ostream&, in writeBehaviourTypeSymbols()
42 std::ostream&, in writeBehaviourKinematicSymbols()
49 std::ostream&, in writeAdditionalSymbols()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Drecurse1.C8 struct ostream { struct
9 template<class T> ostream& foo( const T & ) in foo() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Drecurse1.C8 struct ostream { struct
9 template<class T> ostream& foo( const T & ) in foo() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Drecurse1.C8 struct ostream { struct
9 template<class T> ostream& foo( const T & ) in foo() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/template/
H A Drecurse1.C8 struct ostream { struct
9 template<class T> ostream& foo( const T & ) in foo() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Drecurse1.C8 struct ostream { struct
9 template<class T> ostream& foo( const T & ) in foo() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Drecurse1.C8 struct ostream { struct
9 template<class T> ostream& foo( const T & ) in foo() argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.dg/template/
H A Drecurse1.C8 struct ostream { struct
9 template<class T> ostream& foo( const T & ) in foo() argument

12345678910>>...132