Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp11 SkScalar relax(SkScalar a) { in relax() function
79 hash = mix(hash, SkGoodHash()(relax(ph.fStyle.fHeight))); in operator ()()
80 hash = mix(hash, SkGoodHash()(relax(ph.fStyle.fWidth))); in operator ()()
84 hash = mix(hash, SkGoodHash()(relax(ph.fStyle.fBaselineOffset))); in operator ()()
92 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getLetterSpacing()))); in operator ()()
93 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getWordSpacing()))); in operator ()()
95 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getHeight()))); in operator ()()
96 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getBaselineShift()))); in operator ()()
105 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getFontSize()))); in operator ()()
109 hash = mix(hash, SkGoodHash()(relax(key.fParagraphStyle.getHeight()))); in operator ()()
[all …]
/third_party/boost/libs/graph/doc/
Dlgrind.sty106 \let\r@ghtlno\relax\let\l@ftlno\relax
143 \def\ic@r{\let\@tempa\/\ifx.\next\let\@tempa\relax%
144 \else\ifx,\next\let\@tempa\relax\fi\fi\@tempa}%
149 \def\,{\relax \ifmmode\mskip\thinmuskip \else\thinspace \fi}%
150 \def\!{\relax \ifmmode\mskip-\thinmuskip \else\negthinspace \fi}%
152 \def\CH##1##2##3{\relax\ifmmode ##1\relax
153 \else\ifstr@ng ##2\relax\else$##3$\fi\fi }%
183 \input #2\relax
206 \input #2\relax
229 \input #1\relax
/third_party/spirv-tools/source/opt/
Dconvert_to_half_pass.cpp285 bool relax = true; in CloseRelaxInst() local
286 inst->ForEachInId([&relax, this](uint32_t* idp) { in CloseRelaxInst()
289 if (!IsRelaxed(*idp)) relax = false; in CloseRelaxInst()
291 if (relax) { in CloseRelaxInst()
296 relax = true; in CloseRelaxInst()
297 get_def_use_mgr()->ForEachUser(inst, [&relax, this](Instruction* uinst) { in CloseRelaxInst()
300 relax = false; in CloseRelaxInst()
304 if (relax) { in CloseRelaxInst()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_half_pass.cpp293 bool relax = true; in CloseRelaxInst() local
294 inst->ForEachInId([&relax, this](uint32_t* idp) { in CloseRelaxInst()
297 if (!IsRelaxed(*idp)) relax = false; in CloseRelaxInst()
299 if (relax) { in CloseRelaxInst()
304 relax = true; in CloseRelaxInst()
305 get_def_use_mgr()->ForEachUser(inst, [&relax, this](Instruction* uinst) { in CloseRelaxInst()
308 relax = false; in CloseRelaxInst()
312 if (relax) { in CloseRelaxInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp293 bool relax = true; in CloseRelaxInst() local
294 inst->ForEachInId([&relax, this](uint32_t* idp) { in CloseRelaxInst()
297 if (!IsRelaxed(*idp)) relax = false; in CloseRelaxInst()
299 if (relax) { in CloseRelaxInst()
304 relax = true; in CloseRelaxInst()
305 get_def_use_mgr()->ForEachUser(inst, [&relax, this](Instruction* uinst) { in CloseRelaxInst()
308 relax = false; in CloseRelaxInst()
312 if (relax) { in CloseRelaxInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRelaxMemOperations.cpp48 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI);
88 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { in relax() function in __anondedaabd20111::AVRRelaxMem
130 return relax<Op>(MBB, MI) in runOnInstruction()
/third_party/boost/boost/graph/distributed/
Ddelta_stepping_shortest_paths.hpp109 void relax(Vertex u, Vertex v, Dist x);
118 void handle_relax_message(Vertex v, Dist x) { relax(v, v, x); } in handle_relax_message()
124 { relax(p.second, v, p.first); } in handle_relax_message()
247 relax(s, s, 0); in run()
322 relax(u, target(e, g), u_dist + get(weight, e)); in run()
344 relax(u, target(e, g), u_dist + get(weight, e)); in run()
365 relax(Vertex u, Vertex v, Dist x) in relax() function in boost::graph::distributed::delta_stepping_impl
Dbetweenness_centrality.hpp194 void relax(Vertex u, Vertex v, Dist x);
215 { relax(data.second.second, data.first, data.second.first); } in handle_msg_relax()
326 relax(s, s, 0); in run()
407 relax(u, target(e, g), u_dist + get(weight, e)); in run()
429 relax(u, target(e, g), u_dist + get(weight, e)); in run()
528 relax(Vertex u, Vertex v, Dist x) in relax() function in boost::graph::parallel::detail::betweenness_centrality_delta_stepping_impl
/third_party/boost/boost/graph/
Drelax.hpp43 bool relax(typename graph_traits< Graph >::edge_descriptor e, const Graph& g, in relax() function
124 bool relax(typename graph_traits< Graph >::edge_descriptor e, const Graph& g, in relax() function
130 return relax(e, g, w, p, d, Combine(), Compare()); in relax()
Dastar_search.hpp180 bool m_decreased = relax(e, g, m_weight, m_predecessor, m_distance, in tree_edge()
198 bool m_decreased = relax(e, g, m_weight, m_predecessor, m_distance, in gray_target()
217 bool m_decreased = relax(e, g, m_weight, m_predecessor, m_distance, in black_target()
330 = relax(e, g, weight, predecessor, distance, combine, compare); in astar_search_no_init_tree()
Ddag_shortest_paths.hpp63 = relax(*e, g, weight, pred, distance, combine, compare); in dag_shortest_paths()
Dbellman_ford_shortest_paths.hpp112 if (relax(*i, g, weight, pred, distance, combine, compare)) in bellman_ford_shortest_paths()
/third_party/boost/libs/numeric/odeint/examples/thrust/
Drelaxation.cu77 relaxation relax( N , a ); in main() local
78 integrate_const( stepper_type() , boost::ref( relax ) , x , 0.0 , 10.0 , dt ); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptionsCommandFlags.inc21 static cl::opt<bool> RelaxAll("mc-relax-all",
23 "relax all fixups in the emitted object file"));
/third_party/gettext/build-aux/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
411 \dimen@=\dp#1\relax \unvbox#1\relax
520 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
909 \let\centersub\relax % don't let the definition persist, just in case
1001 \let\suppressfirstparagraphindent = \relax
1028 \let\refill=\relax
1091 % can be set). So we test for \relax and 0 as well as being undefined.
1094 \ifx\pdfoutput\relax
1256 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
[all …]
/third_party/libffi/doc/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
78 \let\+ = \relax
166 \def\spaceisspace{\catcode`\ =10\relax}
169 \def\endlineisspace{\catcode13=10\relax}
449 \dimen@=\dp#1\relax \unvbox#1\relax
563 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
927 \let\centersub\relax % don't let the definition persist, just in case
1020 \let\suppressfirstparagraphindent = \relax
1047 \let\refill=\relax
1136 \def\pdftexversion{\numexpr\pdffeedback version\relax}
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
1259 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
[all …]
/third_party/e2fsprogs/doc/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
75 \let\+ = \relax
476 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
997 \let\suppressfirstparagraphindent = \relax
1113 \let\refill=\relax
1176 % can be set). So we test for \relax and 0 as well as \undefined,
1180 \ifx\pdfoutput\relax
1278 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1280 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
1382 \ifx\PP\D\let\nextsp\relax
[all …]
/third_party/e2fsprogs/lib/et/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
75 \let\+ = \relax
476 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
997 \let\suppressfirstparagraphindent = \relax
1113 \let\refill=\relax
1176 % can be set). So we test for \relax and 0 as well as \undefined,
1180 \ifx\pdfoutput\relax
1278 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1280 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
1382 \ifx\PP\D\let\nextsp\relax
[all …]
/third_party/skia/third_party/externals/tint/docs/
Dstyle_guide.md40 We might relax the above rules rules for test code, since test code
/third_party/mesa3d/docs/relnotes/
D17.1.3.rst117 - swr: relax c++ requirement from c++14 to c++11
D18.3.6.rst60 - Revert "glsl: relax input->output validation for SSO programs"
D19.0.1.rst57 - Revert "glsl: relax input->output validation for SSO programs"
D11.0.5.rst81 - nouveau: relax fence emit space assert
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCV.td77 : SubtargetFeature<"relax", "EnableLinkerRelax", "true",

1234567