Home
last modified time | relevance | path

Searched refs:rewrite (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/third_party/python/Modules/_decimal/libmpdec/literature/
Dmulmod-ppro.txt151 rewrite <- (Qred_correct (T)); simpl (Qred (T)).
172 rewrite <- (Qdiv_mult_l x z). rewrite <- (Qdiv_mult_l y z).
196 rewrite Qlt_mult_by_z with (z := (p * (1 + (2#1)^(-63))^2)).
199 rewrite <- Qmult_assoc.
200 rewrite (Qmult_comm (/ (p * (1 + (2 # 1) ^ (-63)) ^ 2)) (p * (1 + (2 # 1) ^ (-63)) ^ 2)).
201 rewrite Qmult_inv_r.
202 rewrite Qmult_1_r.
209 rewrite H5.
211 rewrite Qplus_comm.
212 rewrite Qlt_move_right.
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteRepeatedAssignToSwizzled.cpp30 static void rewrite(TIntermBlock *root);
45 void RewriteAssignToSwizzledTraverser::rewrite(TIntermBlock *root) in rewrite() function in sh::__anon10ddbe5f0111::RewriteAssignToSwizzledTraverser
47 RewriteAssignToSwizzledTraverser rewrite; in rewrite() local
50 rewrite.nextIteration(); in rewrite()
51 root->traverse(&rewrite); in rewrite()
52 rewrite.updateTree(); in rewrite()
53 } while (rewrite.didRewrite()); in rewrite()
89 RewriteAssignToSwizzledTraverser::rewrite(root); in RewriteRepeatedAssignToSwizzled()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
DRewriteRepeatedAssignToSwizzled.cpp30 ANGLE_NO_DISCARD static bool rewrite(TCompiler *compiler, TIntermBlock *root);
45 bool RewriteAssignToSwizzledTraverser::rewrite(TCompiler *compiler, TIntermBlock *root) in rewrite() function in sh::__anon0a68bd6c0111::RewriteAssignToSwizzledTraverser
47 RewriteAssignToSwizzledTraverser rewrite; in rewrite() local
50 rewrite.nextIteration(); in rewrite()
51 root->traverse(&rewrite); in rewrite()
52 if (!rewrite.updateTree(compiler, root)) in rewrite()
56 } while (rewrite.didRewrite()); in rewrite()
94 return RewriteAssignToSwizzledTraverser::rewrite(compiler, root); in RewriteRepeatedAssignToSwizzled()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gvn.cpp45 bool rewrite = true; in visit() local
48 rewrite = false; in visit()
52 process_op(n, rewrite); in visit()
135 bool gvn::process_src(value* &v, bool rewrite) { in process_src() argument
139 if (rewrite && !v->gvn_source->is_rel()) { in process_src()
188 void gvn::process_op(node& n, bool rewrite) { in process_op() argument
194 process_src(v->rel, rewrite); in process_op()
197 if (rewrite && v->gvn_source && v->gvn_source->is_readonly() && in process_op()
200 } else if (rewrite && v->gvn_source && v->gvn_source->is_const() && in process_op()
205 process_src(v, rewrite); in process_op()
[all …]
/third_party/jsoncpp/test/
Dpyjsontestrunner.py61 rewrite = json.dumps(value)
63 file(rewrite_path, 'wt').write(rewrite + '\n')
64 return rewrite
68 rewrite = rewriteValueTree(json.write(root), rewrite_path) variable
69 rewrite_root = parseAndSaveValueTree(rewrite, rewrite_actual_path)
/third_party/re2/re2/
Dre2.cc368 const StringPiece& rewrite) { in Replace() argument
370 int nvec = 1 + MaxSubmatch(rewrite); in Replace()
377 if (!re.Rewrite(&s, rewrite, vec, nvec)) in Replace()
388 const StringPiece& rewrite) { in GlobalReplace() argument
390 int nvec = 1 + MaxSubmatch(rewrite); in GlobalReplace()
441 re.Rewrite(&out, rewrite, vec, nvec); in GlobalReplace()
459 const StringPiece& rewrite, in GlobalReplace() argument
462 int nvec = 1 + MaxSubmatch(rewrite); in GlobalReplace()
470 return re.Rewrite(out, rewrite, vec, nvec); in GlobalReplace()
856 bool RE2::CheckRewriteString(const StringPiece& rewrite, in GlobalReplace() argument
[all …]
Dre2.h412 const StringPiece& rewrite);
429 const StringPiece& rewrite);
441 const StringPiece& rewrite,
530 bool CheckRewriteString(const StringPiece& rewrite,
535 static int MaxSubmatch(const StringPiece& rewrite);
543 const StringPiece& rewrite,
/third_party/boost/libs/math/doc/
Dindex.idx72 !rewrite-name "(?i)(?:A|The)\s+(.*)" "\1"
73 !rewrite-name "Additional Implementation Notes" "Implementation Notes"
74 !rewrite-name "(?i)Calculating(?:\s+the)?\s+(.*)" "\1"
75 !rewrite-id math_toolkit\.dist\.stat_tut\.weg.* Examples
/third_party/re2/util/
Dpcre.cc382 const StringPiece& rewrite) { in Replace() argument
389 if (!pattern.Rewrite(&s, rewrite, *str, vec, matches)) in Replace()
400 const StringPiece& rewrite) { in GlobalReplace() argument
440 pattern.Rewrite(&out, rewrite, *str, vec, matches); in GlobalReplace()
458 const StringPiece &rewrite, in Extract() argument
465 return pattern.Rewrite(out, rewrite, text, vec, matches); in Extract()
673 bool PCRE::Rewrite(std::string *out, const StringPiece &rewrite, in Rewrite() argument
676 for (const char *s = rewrite.data(), *end = s + rewrite.size(); in Rewrite()
689 << " in regexp " << rewrite.data(); in Rewrite()
699 PCREPORT(ERROR) << "invalid rewrite pattern: " << rewrite.data(); in Rewrite()
[all …]
Dpcre.h381 const StringPiece& rewrite);
395 const StringPiece& rewrite);
405 const StringPiece &rewrite,
421 bool CheckRewriteString(const StringPiece& rewrite,
478 const StringPiece &rewrite,
/third_party/jsoncpp/
D.gitignore6 *.actual-rewrite
8 *.rewrite
DCONTRIBUTING.md103 * `test_complex_01.rewrite`: JSON document written by `jsontest` using the
106 * `test_complex_01.actual-rewrite`: flattened JSON element tree produced by
107 `jsontest` from reading `test_complex_01.rewrite`.
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp203 Json::String* rewrite) { in rewriteValueTree() argument
204 *rewrite = write(root); in rewriteValueTree()
210 fprintf(fout, "%s\n", rewrite->c_str()); in rewriteValueTree()
304 Json::String rewrite; in runTest() local
305 exitCode = rewriteValueTree(rewritePath, root, opts.write, &rewrite); in runTest()
311 exitCode = parseAndSaveValueTree(rewrite, rewriteActualPath, "rewrite", in runTest()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DHoistConstants.cpp54 bool rewrite(TIntermBlock &root, IdGen &idGen) in rewrite() function in __anon8cfb64b50111::Rewriter
95 return Rewriter(compiler, minRequiredSize).rewrite(root, idGen); in HoistConstants()
/third_party/boost/libs/thread/doc/
Dacknowledgements.qbk12 version initially grew out of an attempt to rewrite __boost_thread__ to William Kempf's design with…
18 and who has been actively involved with the rewrite. The scheme for dividing the platform-specific …
/third_party/boost/tools/auto_index/doc/
Dautoindex.idx86 !rewrite-name "(?i)(?:A|The)\s+(.*)" "\1"
88 !rewrite-name "Additional Implementation Notes" "Implementation Notes"
/third_party/nghttp2/doc/bash_completion/
Dnghttpx11rewrite --private-key-passwd-file --backend-keep-alive-timeout --backend-http-proxy-uri --frontend…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp257 static bool rewrite(Function &F) { in rewrite() function
321 Changed |= rewrite(F); in run()
328 return rewrite(F) ? PreservedAnalyses::none() : PreservedAnalyses::all(); in run()
/third_party/skia/src/sksl/ir/
DSkSLBinaryExpression.cpp187 std::unique_ptr<Expression> rewrite = in Make() local
192 return rewrite; in Make()
200 std::move(rewrite), in Make()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp95 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove);
183 Changed |= rewrite(SA, Remove); in run()
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite() function in HexagonDCE
/third_party/node/deps/npm/node_modules/call-limit/
DCHANGELOG.md10 * **call-limit:** Limiter rewrite ([bbd0ea6](https://github.com/iarna/call-limit/commit/bbd0ea6))
/third_party/boost/libs/type_traits/doc/
Dindex.idx19 !rewrite-name "(?:A|An|The)\s+(.*)" "\1"
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp311 bool rewrite(TIntermBlock &root) in rewrite() function in __anon141eed750111::Rebuild
335 return Rebuild(compiler).rewrite(root); in ConvertUnsupportedConstructorsToFunctionCalls()
/third_party/boost/libs/date_time/xmldoc/
Dref_tag_fix.pl104 - rewrite library-reference tags as section tags and add title tags
/third_party/boost/tools/auto_index/test/
Dindex.idx18 !rewrite-name "(?:A|An|The)\s+(.*)" "\1"

12345678910>>...13