Home
last modified time | relevance | path

Searched refs:Classic (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/tools/llvm-readobj/ARM/
Dattribute-S.s9 @CHECK-OBJ-NEXT: Description: Classic
/external/v8/benchmarks/
Dcrypto.js513 function Classic(m) { this.m = m; } class
523 Classic.prototype.convert = cConvert;
524 Classic.prototype.revert = cRevert;
525 Classic.prototype.reduce = cReduce;
526 Classic.prototype.mulTo = cMulTo;
527 Classic.prototype.sqrTo = cSqrTo;
636 if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m);
1108 z = new Classic(m);
/external/libxml2/result/
Dintsubset2.xml.sax281 Character Dictionary" (i.e. the Classic, not the New Nelson).
115 nelson - "Classic" Nelson - numeric
149 edited by Andrew Nelson (now published as the "Classic"
Dintsubset2.xml.sax81 Character Dictionary" (i.e. the Classic, not the New Nelson).
115 nelson - "Classic" Nelson - numeric
149 edited by Andrew Nelson (now published as the "Classic"
/external/libogg/
DREADME32 ./macos Classic MacOS 9 projects and build automation
/external/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl53 // Classic Perlin noise
94 // Classic Perlin noise
165 // Classic Perlin noise
238 // Classic Perlin noise
374 // Classic Perlin noise, periodic variant
416 // Classic Perlin noise, periodic variant
487 // Classic Perlin noise, periodic version
/external/eigen/doc/
DSparseLinearSystems.dox21 …nk IterativeLinearSolvers_Module IterativeLinearSolvers \endlink</td><td>Classic iterative CG</td>…
/external/icu/icu4c/source/data/lang/
Den.txt1080 RIGIK{"Classic Volapük"}
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js42157 function Classic(m) { this.m = m; } class
42167 Classic.prototype.convert = cConvert;
42168 Classic.prototype.revert = cRevert;
42169 Classic.prototype.reduce = cReduce;
42170 Classic.prototype.mulTo = cMulTo;
42171 Classic.prototype.sqrTo = cSqrTo;
42275 if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m);
/external/iproute2/doc/
Dip-cref.tex1984 Classic routing algorithms used in the Internet make routing decisions
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8658 function Classic(m) { this.m = m; }
8668 Classic.prototype.convert = cConvert;
8669 Classic.prototype.revert = cRevert;
8670 Classic.prototype.reduce = cReduce;
8671 Classic.prototype.mulTo = cMulTo;
8672 Classic.prototype.sqrTo = cSqrTo;
8776 if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m);