Home
last modified time | relevance | path

Searched +refs:mod +refs:reduce +refs:p1 (Results 1 – 20 of 20) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js515 if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
520 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
521 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
525 Classic.prototype.reduce = cReduce; method in Classic
578 this.reduce(r);
603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
606 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
610 Montgomery.prototype.reduce = montReduce; method in Montgomery
663 BigInteger.prototype.mod = bnMod; method in BigInteger
1067 if(x.s < 0 || x.t > 2*this.m.t) return x.mod(this.m);
[all …]
/external/python/cpython3/Doc/library/
Ditertools.rst1 :mod:`itertools` --- Functions creating iterators for efficient looping
30 functions in the :mod:`operator` module. For example, the multiplication
41 :func:`cycle` p p0, p1, ... plast, p0, p1, ... …
50 :func:`accumulate` p [,func] p0, p0+p1, p0+p1+p2, ... …
51 :func:`chain` p, q, ... p0, p1, ... plast, q0, q1, ... …
52 :func:`chain.from_iterable` iterable p0, p1, ... plast, q0, q1, ... …
147 See :func:`functools.reduce` for a similar function that returns only the
/external/kotlinc/lib/
Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/jvm/ kotlin/ ...
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc100 experimental_vector_reduce_add, // llvm.experimental.vector.reduce.add
101 experimental_vector_reduce_and, // llvm.experimental.vector.reduce.and
102 experimental_vector_reduce_fadd, // llvm.experimental.vector.reduce.fadd
103 experimental_vector_reduce_fmax, // llvm.experimental.vector.reduce.fmax
104 experimental_vector_reduce_fmin, // llvm.experimental.vector.reduce.fmin
105 experimental_vector_reduce_fmul, // llvm.experimental.vector.reduce.fmul
106 experimental_vector_reduce_mul, // llvm.experimental.vector.reduce.mul
107 experimental_vector_reduce_or, // llvm.experimental.vector.reduce.or
108 experimental_vector_reduce_smax, // llvm.experimental.vector.reduce.smax
109 experimental_vector_reduce_smin, // llvm.experimental.vector.reduce.smin
[all …]
DIntrinsicImpl.inc126 "llvm.experimental.vector.reduce.add",
127 "llvm.experimental.vector.reduce.and",
128 "llvm.experimental.vector.reduce.fadd",
129 "llvm.experimental.vector.reduce.fmax",
130 "llvm.experimental.vector.reduce.fmin",
131 "llvm.experimental.vector.reduce.fmul",
132 "llvm.experimental.vector.reduce.mul",
133 "llvm.experimental.vector.reduce.or",
134 "llvm.experimental.vector.reduce.smax",
135 "llvm.experimental.vector.reduce.smin",
[all …]
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt16 3. 'Interprocedural register allocation' can be done to reduce the clobber sets
706 We do a number of simplifications in simplify libcalls to strength reduce
758 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a
1037 It would be better to do the mul once to reduce codesize above the if.
1519 uint8_t p1(uint8_t b, uint8_t a) {
1530 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp {
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DREADME.txt637 We do a number of simplifications in simplify libcalls to strength reduce
689 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a
993 It would be better to do the mul once to reduce codesize above the if.
1476 uint8_t p1(uint8_t b, uint8_t a) {
1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp {
/external/llvm/lib/Target/
DREADME.txt637 We do a number of simplifications in simplify libcalls to strength reduce
689 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a
993 It would be better to do the mul once to reduce codesize above the if.
1476 uint8_t p1(uint8_t b, uint8_t a) {
1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp {
/external/python/cpython2/Misc/
Dcheatsheet44 -m mod run library module as a script (terminates option list
674 "def callable(p1=1, p2=2)"
842 def test (p1, p2 = 1+1, *rest, **keywords):
906 Used mostly for filter(), map(), reduce() functions, and GUI callbacks..
1020 reduce(f, list [, Applies the binary function f to the items oflist so as to
1021 init]) reduce the list to a single value.If init given, it is
2118 DEL reduce indentation, or delete single character
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DIntrinsics.gen479 amdgcn_interp_p1, // llvm.amdgcn.interp.p1
2639 mips_mod_s_b, // llvm.mips.mod.s.b
2640 mips_mod_s_d, // llvm.mips.mod.s.d
2641 mips_mod_s_h, // llvm.mips.mod.s.h
2642 mips_mod_s_w, // llvm.mips.mod.s.w
2643 mips_mod_u_b, // llvm.mips.mod.u.b
2644 mips_mod_u_d, // llvm.mips.mod.u.d
2645 mips_mod_u_h, // llvm.mips.mod.u.h
2646 mips_mod_u_w, // llvm.mips.mod.u.w
5192 x86_avx512_mask_reduce_pd_128, // llvm.x86.avx512.mask.reduce.pd.128
[all …]
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DIntrinsics.gen479 amdgcn_interp_p1, // llvm.amdgcn.interp.p1
2639 mips_mod_s_b, // llvm.mips.mod.s.b
2640 mips_mod_s_d, // llvm.mips.mod.s.d
2641 mips_mod_s_h, // llvm.mips.mod.s.h
2642 mips_mod_s_w, // llvm.mips.mod.s.w
2643 mips_mod_u_b, // llvm.mips.mod.u.b
2644 mips_mod_u_d, // llvm.mips.mod.u.d
2645 mips_mod_u_h, // llvm.mips.mod.u.h
2646 mips_mod_u_w, // llvm.mips.mod.u.w
5192 x86_avx512_mask_reduce_pd_128, // llvm.x86.avx512.mask.reduce.pd.128
[all …]
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DIntrinsics.gen479 amdgcn_interp_p1, // llvm.amdgcn.interp.p1
2639 mips_mod_s_b, // llvm.mips.mod.s.b
2640 mips_mod_s_d, // llvm.mips.mod.s.d
2641 mips_mod_s_h, // llvm.mips.mod.s.h
2642 mips_mod_s_w, // llvm.mips.mod.s.w
2643 mips_mod_u_b, // llvm.mips.mod.u.b
2644 mips_mod_u_d, // llvm.mips.mod.u.d
2645 mips_mod_u_h, // llvm.mips.mod.u.h
2646 mips_mod_u_w, // llvm.mips.mod.u.w
5192 x86_avx512_mask_reduce_pd_128, // llvm.x86.avx512.mask.reduce.pd.128
[all …]
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DIntrinsics.gen472 amdgcn_interp_p1, // llvm.amdgcn.interp.p1
2633 mips_mod_s_b, // llvm.mips.mod.s.b
2634 mips_mod_s_d, // llvm.mips.mod.s.d
2635 mips_mod_s_h, // llvm.mips.mod.s.h
2636 mips_mod_s_w, // llvm.mips.mod.s.w
2637 mips_mod_u_b, // llvm.mips.mod.u.b
2638 mips_mod_u_d, // llvm.mips.mod.u.d
2639 mips_mod_u_h, // llvm.mips.mod.u.h
2640 mips_mod_u_w, // llvm.mips.mod.u.w
5168 x86_avx512_mask_reduce_pd_128, // llvm.x86.avx512.mask.reduce.pd.128
[all …]
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DIntrinsics.gen479 amdgcn_interp_p1, // llvm.amdgcn.interp.p1
2639 mips_mod_s_b, // llvm.mips.mod.s.b
2640 mips_mod_s_d, // llvm.mips.mod.s.d
2641 mips_mod_s_h, // llvm.mips.mod.s.h
2642 mips_mod_s_w, // llvm.mips.mod.s.w
2643 mips_mod_u_b, // llvm.mips.mod.u.b
2644 mips_mod_u_d, // llvm.mips.mod.u.d
2645 mips_mod_u_h, // llvm.mips.mod.u.h
2646 mips_mod_u_w, // llvm.mips.mod.u.w
5192 x86_avx512_mask_reduce_pd_128, // llvm.x86.avx512.mask.reduce.pd.128
[all …]
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...