/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | pstl_config.h | 56 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(omp simd reduction(PRM)) 60 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM)) 74 # define _PSTL_PRAGMA_SIMD_SCAN(PRM) _PSTL_PRAGMA(omp simd reduction(inscan, PRM)) 131 _PSTL_PRAGMA(omp declare reduction(NAME:OP : omp_out(omp_in)) initializer(omp_priv = omp_orig))
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | pstl_config.h | 66 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(omp simd reduction(PRM)) 70 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM)) 84 # define _PSTL_PRAGMA_SIMD_SCAN(PRM) _PSTL_PRAGMA(omp simd reduction(inscan, PRM)) 137 _PSTL_PRAGMA(omp declare reduction(NAME:OP : omp_out(omp_in)) initializer(omp_priv = omp_orig))
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | BugpointRedesign.md | 19 ### Narrow focus: test-case reduction 20 The main focus will be a code reduction strategy to obtain much smaller test 29 designed towards delta reduction. 35 reduction tools such as CReduce, Delta, and Lithium; the tool should feel less 80 reduction) would be added to the tool, to even further reduce IR.
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
H A D | ghashv8-armx.S | 80 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 86 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 170 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 183 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 210 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 216 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/ |
H A D | ghashv8-armx.S | 79 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 85 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 169 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 182 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 209 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 215 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
H A D | ghashv8-armx.S | 87 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 93 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 180 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 193 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 220 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 226 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.def | 36 DEF_SVE_FUNCTION (svandv, reduction, all_integer, implicit) 95 DEF_SVE_FUNCTION (sveorv, reduction, all_integer, implicit) 106 DEF_SVE_FUNCTION (svlasta, reduction, all_data, implicit) 107 DEF_SVE_FUNCTION (svlastb, reduction, all_data, implicit) 166 DEF_SVE_FUNCTION (svmaxnmv, reduction, all_float, implicit) 167 DEF_SVE_FUNCTION (svmaxv, reduction, all_arith, implicit) 170 DEF_SVE_FUNCTION (svminnmv, reduction, all_float, implicit) 171 DEF_SVE_FUNCTION (svminv, reduction, all_arith, implicit) 195 DEF_SVE_FUNCTION (svorv, reduction, all_integer, implicit)
|
H A D | aarch64-sve-builtins-functions.h | 533 class reduction : public function_base 536 CONSTEXPR reduction (int unspec) in reduction() function 542 CONSTEXPR reduction (int unspec_for_sint, int unspec_for_uint, in reduction() function
|
H A D | aarch64-sve-builtins-shapes.h | 134 extern const function_shape *const reduction;
|
H A D | aarch64-sve-builtins-base.cc | 2526 FUNCTION (svaddv, reduction, (UNSPEC_SADDV, UNSPEC_UADDV, UNSPEC_FADDV)) 2532 FUNCTION (svandv, reduction, (UNSPEC_ANDV)) 2604 FUNCTION (sveorv, reduction, (UNSPEC_XORV)) 2666 FUNCTION (svmaxnmv, reduction, (UNSPEC_FMAXNMV)) 2667 FUNCTION (svmaxv, reduction, (UNSPEC_SMAXV, UNSPEC_UMAXV, UNSPEC_FMAXV)) 2670 FUNCTION (svminnmv, reduction, (UNSPEC_FMINNMV)) 2671 FUNCTION (svminv, reduction, (UNSPEC_SMINV, UNSPEC_UMINV, UNSPEC_FMINV)) 2694 FUNCTION (svorv, reduction, (UNSPEC_IORV))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.def | 36 DEF_SVE_FUNCTION (svandv, reduction, all_integer, implicit) 95 DEF_SVE_FUNCTION (sveorv, reduction, all_integer, implicit) 106 DEF_SVE_FUNCTION (svlasta, reduction, all_data, implicit) 107 DEF_SVE_FUNCTION (svlastb, reduction, all_data, implicit) 166 DEF_SVE_FUNCTION (svmaxnmv, reduction, all_float, implicit) 167 DEF_SVE_FUNCTION (svmaxv, reduction, all_arith, implicit) 170 DEF_SVE_FUNCTION (svminnmv, reduction, all_float, implicit) 171 DEF_SVE_FUNCTION (svminv, reduction, all_arith, implicit) 195 DEF_SVE_FUNCTION (svorv, reduction, all_integer, implicit)
|
H A D | aarch64-sve-builtins-functions.h | 533 class reduction : public function_base 536 CONSTEXPR reduction (int unspec) in reduction() function 542 CONSTEXPR reduction (int unspec_for_sint, int unspec_for_uint, in reduction() function
|
H A D | aarch64-sve-builtins-shapes.h | 134 extern const function_shape *const reduction;
|
H A D | aarch64-sve-builtins-base.cc | 2537 FUNCTION (svaddv, reduction, (UNSPEC_SADDV, UNSPEC_UADDV, UNSPEC_FADDV)) 2543 FUNCTION (svandv, reduction, (UNSPEC_ANDV)) 2615 FUNCTION (sveorv, reduction, (UNSPEC_XORV)) 2677 FUNCTION (svmaxnmv, reduction, (UNSPEC_FMAXNMV)) 2678 FUNCTION (svmaxv, reduction, (UNSPEC_SMAXV, UNSPEC_UMAXV, UNSPEC_FMAXV)) 2681 FUNCTION (svminnmv, reduction, (UNSPEC_FMINNMV)) 2682 FUNCTION (svminv, reduction, (UNSPEC_SMINV, UNSPEC_UMINV, UNSPEC_FMINV)) 2705 FUNCTION (svorv, reduction, (UNSPEC_IORV))
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | ChangeLog | 151 * testsuite/libgomp.c-c++-common/task-reduction-17.c: New test. 152 * testsuite/libgomp.c-c++-common/task-reduction-18.c: New test. 200 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Adapt for 402 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction-1.c: 406 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90: 416 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction-1.c: 419 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90: 426 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction-1.c: Likewise. 428 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90: Likewise. 777 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c: [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
H A D | evpmac_poly1305.txt | 40 # If one uses 130-bit partial reduction, does the code handle the case where partially reduced fina… 299 # 5*H+L reduction intermediate 306 # 5*H+L reduction final
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nvptx/ |
H A D | t-nvptx | 1 LIB2ADD=$(srcdir)/config/nvptx/reduction.c \
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nvptx/ |
H A D | t-nvptx | 1 LIB2ADD=$(srcdir)/config/nvptx/reduction.c \
|
/netbsd-src/external/mit/xorg/lib/pixman/test/ |
H A D | Makefile | 31 filter-reduction-test \
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | lv_manip.c | 378 static int _lv_segment_reduce(struct lv_segment *seg, uint32_t reduction) in _lv_segment_reduce() argument 384 if (reduction % seg->area_count) { in _lv_segment_reduce() 387 reduction, seg->area_count); in _lv_segment_reduce() 390 area_reduction = (reduction / seg->area_count); in _lv_segment_reduce() 392 area_reduction = reduction; in _lv_segment_reduce() 397 seg->len -= reduction; in _lv_segment_reduce() 410 uint32_t reduction; in _lv_reduce() local 422 reduction = seg->len; in _lv_reduce() 424 reduction = count; in _lv_reduce() 426 if (!_lv_segment_reduce(seg, reduction)) in _lv_reduce() [all …]
|
/netbsd-src/external/bsd/ntp/dist/clockstuff/ |
H A D | README | 21 out the initial reduction algorithms, and may not be up to date.
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/ |
H A D | jh7100-starfive-visionfive-v1.dts | 29 * reduction seems to mitigate the issue.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
H A D | evpmac.txt | 411 # If one uses 130-bit partial reduction, does the code handle the case where partially reduced fina… 632 # 5*H+L reduction intermediate 638 # 5*H+L reduction final
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | lli.rst | 166 =list-burr: Bottom-up register reduction list scheduling 167 =list-tdrr: Top-down register reduction list scheduling
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | numeric | 254 * @brief Calculate reduction of values in a range. 300 * @brief Calculate reduction of values in a range. 317 * @brief Calculate reduction of values in a range. 343 * @param __binary_op1 The function used to perform reduction. 415 * @param __binary_op The function used to perform reduction.
|