Home
last modified time | relevance | path

Searched refs:yout (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h68 float yin, yout; in clip_liang_barsky() local
71 yout = (float)clip_box.y2; in clip_liang_barsky()
74 yout = (float)clip_box.y1; in clip_liang_barsky()
93 float touty = (yout - y1) / deltay; in clip_liang_barsky()
113 *y++ = (T)yout; in clip_liang_barsky()
123 *y++ = (T)yout; in clip_liang_barsky()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h1774 operator<<(Output &yout, T &docList) {
1776 yout.beginDocuments();
1777 const size_t count = DocumentListTraits<T>::size(yout, docList);
1779 if ( yout.preflightDocument(i) ) {
1780 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true,
1782 yout.postflightDocument();
1785 yout.endDocuments();
1786 return yout;
1793 operator<<(Output &yout, T &map) {
1795 yout.beginDocuments();
[all …]
/external/llvm/unittests/Support/
DYAMLIOTest.cpp216 Output yout(ostr); in TEST() local
217 yout << seq; in TEST()
362 Output yout(ostr); in TEST() local
363 yout << map; in TEST()
476 Output yout(ostr); in TEST() local
477 yout << map; in TEST()
582 Output yout(ostr); in TEST() local
583 yout << map; in TEST()
777 Output yout(ostr); in TEST() local
778 yout << map; in TEST()
[all …]
/external/llvm-project/llvm/unittests/Support/
DYAMLIOTest.cpp221 Output yout(ostr); in TEST() local
222 yout << seq; in TEST()
447 Output yout(ostr); in TEST() local
448 yout << map; in TEST()
561 Output yout(ostr); in TEST() local
562 yout << map; in TEST()
649 Output yout(ostr); in TEST() local
650 yout << map; in TEST()
757 Output yout(ostr); in TEST() local
758 yout << map; in TEST()
[all …]
/external/llvm/include/llvm/Support/
DYAMLTraits.h1298 operator<<(Output &yout, T &docList) {
1299 yout.beginDocuments();
1300 const size_t count = DocumentListTraits<T>::size(yout, docList);
1302 if ( yout.preflightDocument(i) ) {
1303 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1304 yout.postflightDocument();
1307 yout.endDocuments();
1308 return yout;
1315 operator<<(Output &yout, T &map) {
1316 yout.beginDocuments();
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h1400 operator<<(Output &yout, T &docList) {
1402 yout.beginDocuments();
1403 const size_t count = DocumentListTraits<T>::size(yout, docList);
1405 if ( yout.preflightDocument(i) ) {
1406 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true,
1408 yout.postflightDocument();
1411 yout.endDocuments();
1412 return yout;
1419 operator<<(Output &yout, T &map) {
1421 yout.beginDocuments();
[all …]
/external/llvm-project/lldb/source/Utility/
DReproducerProvider.cpp114 llvm::yaml::Output yout(os); in Keep() local
115 yout << files; in Keep()
139 llvm::yaml::Output yout(m_os); in Record() local
140 yout << const_cast<ProcessInstanceInfoList &>(process_infos); in Record()
166 llvm::yaml::Output yout(os); in Keep() local
167 yout << m_symbol_files; in Keep()
DGDBRemote.cpp110 yaml::Output yout(os); in Keep() local
111 yout << files; in Keep()
144 yaml::Output yout(m_os); in Record() local
145 yout << const_cast<GDBRemotePacket &>(packet); in Record()
DReproducer.cpp229 yaml::Output yout(*strm); in AddProvidersToIndex() local
237 yout << files; in AddProvidersToIndex()
/external/llvm-project/lldb/unittests/Utility/
DProcessInstanceInfoTest.cpp122 llvm::yaml::Output yout(os); in TEST() local
123 yout << info; in TEST()
151 llvm::yaml::Output yout(os); in TEST() local
152 yout << list; in TEST()
DConstStringTest.cpp149 llvm::yaml::Output yout(os); in TEST() local
150 yout << strings; in TEST()
DArgsTest.cpp294 llvm::yaml::Output yout(os); in TEST() local
295 yout << args; in TEST()
DFileSpecTest.cpp428 llvm::yaml::Output yout(os); in TEST() local
429 yout << fs_windows; in TEST()
DArchSpecTest.cpp477 llvm::yaml::Output yout(os); in TEST() local
481 yout << archs; in TEST()
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h84 llvm::yaml::Output yout(m_os); in Record()
88 yout << const_cast<T &>(t); in Record()
296 llvm::yaml::Output yout(os); in Keep()
297 yout << files; in Keep()
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DSymbolInfo.cpp120 llvm::yaml::Output yout(OS); in WriteSymbolInfosToStream() local
123 yout << S; in WriteSymbolInfosToStream()
/external/llvm/tools/dsymutil/
DDebugMap.cpp88 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0); in print() local
89 yout << const_cast<DebugMap &>(*this); in print()
/external/llvm-project/llvm/tools/dsymutil/
DDebugMap.cpp109 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0); in print() local
110 yout << const_cast<DebugMap &>(*this); in print()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp233 float yin, yout; in clip_liang_barsky() local
236 yout = clip_box.y2; in clip_liang_barsky()
239 yout = clip_box.y1; in clip_liang_barsky()
258 float touty = (yout - y1) / deltay; in clip_liang_barsky()
278 *y++ = yout; in clip_liang_barsky()
288 *y++ = yout; in clip_liang_barsky()
/external/llvm-project/llvm/docs/
DYamlIO.rst155 Output yout(llvm::outs());
156 yout << persons;
941 Output yout(llvm::outs());
942 yout << info;
964 Output yout(llvm::outs());
965 yout << docList;
/external/llvm/docs/
DYamlIO.rst155 Output yout(llvm::outs());
156 yout << persons;
941 Output yout(llvm::outs());
942 yout << info;
964 Output yout(llvm::outs());
965 yout << docList;
/external/cldr/common/testData/transforms/
Dmy-Latn-t-my.txt138 ယောက် yout
/external/llvm/lib/Support/
DYAMLTraits.cpp399 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument
401 Out(yout), in Output()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument
438 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output()
/external/llvm-project/llvm/lib/Support/
DYAMLTraits.cpp454 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument
455 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output()

12