| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | types.md | 80 ; ffma[d,s] double/single floating point fused multiply-accumulate. 82 ; fmac[d,s] double/single floating point multiply-accumulate. 104 ; mla integer multiply accumulate. 105 ; mlas integer multiply accumulate, flag setting. 130 ; smlad signed multiply accumulate dual. 131 ; smladx signed multiply accumulate dual reverse. 132 ; smlal signed multiply accumulate long. 133 ; smlald signed multiply accumulate long dual. 134 ; smlals signed multiply accumulate long, flag setting. 135 ; smlalxy signed multiply accumulate, 16x16-bit, 64-bit accumulate. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
| H A D | vr.igen | 21 // Simulate the various kinds of multiply and multiply-accumulate instructions. 110 1 /* accumulate */, 124 1 /* accumulate */, 142 1 /* accumulate */, 154 1 /* accumulate */, 170 0 /* don't accumulate */, 184 0 /* don't accumulate */, 198 1 /* accumulate */, 212 1 /* accumulate */,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | types.md | 98 ; ffma[d,s] double/single floating point fused multiply-accumulate. 100 ; fmac[d,s] double/single floating point multiply-accumulate. 122 ; mla integer multiply accumulate. 123 ; mlas integer multiply accumulate, flag setting. 148 ; smlad signed multiply accumulate dual. 149 ; smladx signed multiply accumulate dual reverse. 150 ; smlal signed multiply accumulate long. 151 ; smlald signed multiply accumulate long dual. 152 ; smlals signed multiply accumulate long, flag setting. 153 ; smlalxy signed multiply accumulate, 16x16-bit, 64-bit accumulate. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| H A D | numericfwd.h | 43 accumulate(_IIter, _IIter, _Tp); in _GLIBCXX_VISIBILITY() 47 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY() 51 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::_Parallelism); in _GLIBCXX_VISIBILITY() 59 accumulate(_IIter, _IIter, _Tp, _BinaryOper); in _GLIBCXX_VISIBILITY() 63 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY() 68 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY()
|
| H A D | numeric | 56 accumulate(_IIter __begin, _IIter __end, _Tp __init, 58 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init); } 62 accumulate(_IIter __begin, _IIter __end, _Tp __init, 64 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init, __binary_op); } 71 { return accumulate(__begin, __end, __init, 79 { return accumulate(__begin, __end, __init, __binary_op, 109 return accumulate(__begin, __end, __init, __binary_op, 116 accumulate(_IIter __begin, _IIter __end, _Tp __init, 130 accumulate(_IIter __begin, _IIter __end, _Tp __init) 143 accumulate(_IIter __begin, _IIter __end, _Tp __init, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| H A D | numericfwd.h | 43 accumulate(_IIter, _IIter, _Tp); in _GLIBCXX_VISIBILITY() 47 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY() 51 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::_Parallelism); in _GLIBCXX_VISIBILITY() 59 accumulate(_IIter, _IIter, _Tp, _BinaryOper); in _GLIBCXX_VISIBILITY() 63 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY() 68 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY()
|
| H A D | numeric | 56 accumulate(_IIter __begin, _IIter __end, _Tp __init, 58 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init); } 62 accumulate(_IIter __begin, _IIter __end, _Tp __init, 64 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init, __binary_op); } 71 { return accumulate(__begin, __end, __init, 79 { return accumulate(__begin, __end, __init, __binary_op, 109 return accumulate(__begin, __end, __init, __binary_op, 116 accumulate(_IIter __begin, _IIter __end, _Tp __init, 130 accumulate(_IIter __begin, _IIter __end, _Tp __init) 143 accumulate(_IIter __begin, _IIter __end, _Tp __init, [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | refer.cpp | 56 int accumulate = 0; variable 210 accumulate = 1; in main() 327 accumulate = 1; in main() 386 if (accumulate) in main() 500 if (accumulate) in do_file() 506 unsigned flags = (accumulate in do_file() 510 if (accumulate && outfp == stdout) in do_file() 594 if (accumulate) in do_file() 634 if (label_in_text && !accumulate && ncitations > 0) { in output_pending_line() 647 if (!accumulate) in output_pending_line() [all …]
|
| H A D | command.cpp | 351 accumulate = 1; in accumulate_command() 356 accumulate = 0; in no_accumulate_command() 375 accumulate = 1; in sort_command() 418 if (!accumulate) in bibliography_command() 422 if (accumulate) in bibliography_command() 509 accumulate = 1; in discard_command()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ecofflink.c | 351 struct accumulate struct 387 add_file_shuffle (struct accumulate *ainfo, in add_file_shuffle() argument 433 add_memory_shuffle (struct accumulate *ainfo, in add_memory_shuffle() 469 struct accumulate *ainfo; in bfd_ecoff_debug_init() 470 size_t amt = sizeof (struct accumulate); in bfd_ecoff_debug_init() 472 ainfo = (struct accumulate *) bfd_malloc (amt); in bfd_ecoff_debug_init() 529 struct accumulate *ainfo = (struct accumulate *) handle; in bfd_ecoff_debug_free() 559 struct accumulate *ainfo = (struct accumulate *) handle; in bfd_ecoff_debug_accumulate() 1033 ecoff_add_string (struct accumulate *ainfo, in ecoff_add_string() 1088 struct accumulate *ainfo = (struct accumulate *) handle; in bfd_ecoff_debug_accumulate_other() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ecofflink.c | 351 struct accumulate struct 387 add_file_shuffle (struct accumulate *ainfo, in add_file_shuffle() argument 433 add_memory_shuffle (struct accumulate *ainfo, in add_memory_shuffle() 469 struct accumulate *ainfo; in bfd_ecoff_debug_init() 470 size_t amt = sizeof (struct accumulate); in bfd_ecoff_debug_init() 472 ainfo = (struct accumulate *) bfd_malloc (amt); in bfd_ecoff_debug_init() 529 struct accumulate *ainfo = (struct accumulate *) handle; in bfd_ecoff_debug_free() 559 struct accumulate *ainfo = (struct accumulate *) handle; in bfd_ecoff_debug_accumulate() 1033 ecoff_add_string (struct accumulate *ainfo, in ecoff_add_string() 1088 struct accumulate *ainfo = (struct accumulate *) handle; in bfd_ecoff_debug_accumulate_other() [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | misc.c | 124 accumulate_t *accumulate; in accumulate_cb() local 130 accumulate = pgp_callback_arg(cbinfo); in accumulate_cb() 131 keyring = accumulate->keyring; in accumulate_cb() 199 accumulate_t accumulate; in pgp_parse_and_accumulate() local 203 if (parse->readinfo.accumulate) { in pgp_parse_and_accumulate() 209 (void) memset(&accumulate, 0x0, sizeof(accumulate)); in pgp_parse_and_accumulate() 211 accumulate.keyring = keyring; in pgp_parse_and_accumulate() 213 pgp_callback_push(parse, accumulate_cb, &accumulate); in pgp_parse_and_accumulate() 214 parse->readinfo.accumulate = 1; in pgp_parse_and_accumulate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MultiHazardRecognizer.cpp | 62 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN); in PreEmitNoops() 69 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN); in PreEmitNoops()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 268 // Multiply accumulate: MLA, MLS, SMLABB, SMLABT, SMLATB, SMLATT, SMLAWB, 270 // Multiply-accumulate pipelines support late-forwarding of accumulate operands 271 // from similar μops, allowing a typical sequence of multiply-accumulate μops 754 // FP multiply-accumulate pipelines support late forwarding of the result 755 // from FP multiply μops to the accumulate operands of an 756 // FP multiply-accumulate μop. The latter can potentially be issued 1 cycle 765 // FP multiply accumulate, FZ: 9cyc "F0/F1" or 4 cyc for sequenced accumulate 1016 // and multiply-with-accumulate instructions relative to r0pX. 1032 // ASIMD multiply accumulate, D-form 1033 // 5cyc F0 for r0px, 4cyc F0 for r1p0 and later, 1cyc for accumulate sequence [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
| H A D | utils.d | 28 …alias accumulate = externDFunc!("rt.profilegc.accumulate", void function(string file, uint line, s… in accumulatePure() local 29 accumulate(file, line, funcname, name, size); in accumulatePure()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | LatencyBenchmarkRunner.cpp | 36 double Sum = std::accumulate(Values.begin(), Values.end(), 0.0); in computeVariance() 62 return std::accumulate(Values.begin(), Values.end(), 0.0) / in findMean()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
| H A D | chacha-armv4.S | 235 add r0,r0,r8 @ accumulate key material 273 add r4,r4,r8 @ accumulate key material 313 add r0,r0,r8 @ accumulate key material 355 add r4,r4,r8 @ accumulate key material 415 add r0,r0,r8 @ accumulate key material 500 add r4,r4,r8 @ accumulate key material 590 add r0,r0,r8 @ accumulate key material 674 add r4,r4,r8 @ accumulate key material 1096 vadd.i32 q0,q0,q12 @ accumulate key material 1153 add r0,r0,r8 @ accumulate key material [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| H A D | chacha-armv4.S | 242 add r0,r0,r8 @ accumulate key material 280 add r4,r4,r8 @ accumulate key material 320 add r0,r0,r8 @ accumulate key material 362 add r4,r4,r8 @ accumulate key material 422 add r0,r0,r8 @ accumulate key material 507 add r4,r4,r8 @ accumulate key material 597 add r0,r0,r8 @ accumulate key material 681 add r4,r4,r8 @ accumulate key material 1103 vadd.i32 q0,q0,q12 @ accumulate key material 1160 add r0,r0,r8 @ accumulate key material [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| H A D | xray-stacks.cpp | 292 auto TopSum = std::accumulate(Node->ExtraData.TerminalDurations.begin(), in GetValueForStack() 294 return std::accumulate(Node->ExtraData.IntermediateDurations.begin(), in GetValueForStack() 460 auto Sum = std::accumulate(F->ExtraData.IntermediateDurations.begin(), in printStack() 469 std::accumulate(Leaf->ExtraData.TerminalDurations.begin(), in printStack() 630 std::accumulate(Top->ExtraData.TerminalDurations.begin(), in print()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/ |
| H A D | poly1305-mips64.S | 184 daddu $12,$8 # accumulate input 292 daddu $8,$10 # accumulate nonce
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ |
| H A D | poly1305-mips64.S | 184 daddu $12,$8 # accumulate input 292 daddu $8,$10 # accumulate nonce
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/ |
| H A D | ecp_nistz256-sparcv9.S | 2482 addcc %l1,%o1,%l1 ! accumulate high parts 2526 add %l1,%o0,%o0 ! accumulate low parts, can't overflow 2602 addcc %l3,%o1,%l3 ! accumulate high parts 2646 add %l3,%o0,%o0 ! accumulate low parts, can't overflow 2722 addcc %l5,%o1,%l5 ! accumulate high parts 2766 add %l5,%o0,%o0 ! accumulate low parts, can't overflow 2842 addcc %l7,%o1,%l7 ! accumulate high parts 2886 add %l7,%o0,%o0 ! accumulate low parts, can't overflow 4559 addcc %o1,%l0,%o1 ! accumulate high parts of multiplication 4578 addcc %o0,%l0,%o0 ! accumulate low parts of multiplication [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ |
| H A D | ecp_nistz256-sparcv9.S | 2485 addcc %l1,%o1,%l1 ! accumulate high parts 2529 add %l1,%o0,%o0 ! accumulate low parts, can't overflow 2605 addcc %l3,%o1,%l3 ! accumulate high parts 2649 add %l3,%o0,%o0 ! accumulate low parts, can't overflow 2725 addcc %l5,%o1,%l5 ! accumulate high parts 2769 add %l5,%o0,%o0 ! accumulate low parts, can't overflow 2845 addcc %l7,%o1,%l7 ! accumulate high parts 2889 add %l7,%o0,%o0 ! accumulate low parts, can't overflow 4562 addcc %o1,%l0,%o1 ! accumulate high parts of multiplication 4581 addcc %o0,%l0,%o0 ! accumulate low parts of multiplication [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
| H A D | ecp_nistz256-sparcv9.S | 2485 addcc %l1,%o1,%l1 ! accumulate high parts 2529 add %l1,%o0,%o0 ! accumulate low parts, can't overflow 2605 addcc %l3,%o1,%l3 ! accumulate high parts 2649 add %l3,%o0,%o0 ! accumulate low parts, can't overflow 2725 addcc %l5,%o1,%l5 ! accumulate high parts 2769 add %l5,%o0,%o0 ! accumulate low parts, can't overflow 2845 addcc %l7,%o1,%l7 ! accumulate high parts 2889 add %l7,%o0,%o0 ! accumulate low parts, can't overflow 4562 addcc %o1,%l0,%o1 ! accumulate high parts of multiplication 4581 addcc %o0,%l0,%o0 ! accumulate low parts of multiplication [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/ |
| H A D | ecp_nistz256-sparcv9.S | 2482 addcc %l1,%o1,%l1 ! accumulate high parts 2526 add %l1,%o0,%o0 ! accumulate low parts, can't overflow 2602 addcc %l3,%o1,%l3 ! accumulate high parts 2646 add %l3,%o0,%o0 ! accumulate low parts, can't overflow 2722 addcc %l5,%o1,%l5 ! accumulate high parts 2766 add %l5,%o0,%o0 ! accumulate low parts, can't overflow 2842 addcc %l7,%o1,%l7 ! accumulate high parts 2886 add %l7,%o0,%o0 ! accumulate low parts, can't overflow 4559 addcc %o1,%l0,%o1 ! accumulate high parts of multiplication 4578 addcc %o0,%l0,%o0 ! accumulate low parts of multiplication [all …]
|