Home
last modified time | relevance | path

Searched refs:REMAINING (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/thirdparty/hiir-1.33/hiir/
H A DStageProc16Avx512.h46 template <int REMAINING>
50 static_assert ((REMAINING >= 0), "REMAINING must be >= 0");
80 StageProc16Avx512 (const StageProc16Avx512 <REMAINING> &other) = delete;
81 StageProc16Avx512 (StageProc16Avx512 <REMAINING> &&other) = delete;
83 StageProc16Avx512 <REMAINING> &
84 operator = (const StageProc16Avx512 <REMAINING> &other) = delete;
85 StageProc16Avx512 <REMAINING> &
86 operator = (StageProc16Avx512 <REMAINING> &&other) = delete;
87 bool operator == (const StageProc16Avx512 <REMAINING> &other) = delete;
88 bool operator != (const StageProc16Avx512 <REMAINING> &other) = delete;
H A DStageProc2F64Sse2.h47 template <int REMAINING>
51 static_assert ((REMAINING >= 0), "REMAINING must be >= 0");
81 StageProc2F64Sse2 (const StageProc2F64Sse2 <REMAINING> &other) = delete;
82 StageProc2F64Sse2 (StageProc2F64Sse2 <REMAINING> &&other) = delete;
84 StageProc2F64Sse2 <REMAINING> &
85 operator = (const StageProc2F64Sse2 <REMAINING> &other) = delete;
86 StageProc2F64Sse2 <REMAINING> &
87 operator = (StageProc2F64Sse2 <REMAINING> &&other) = delete;
88 bool operator == (const StageProc2F64Sse2 <REMAINING> &other) = delete;
89 bool operator != (const StageProc2F64Sse2 <REMAINING> &other) = delete;
H A DStageProc4F64Avx.h47 template <int REMAINING>
51 static_assert ((REMAINING >= 0), "REMAINING must be >= 0");
81 StageProc4F64Avx (const StageProc4F64Avx <REMAINING> &other) = delete;
82 StageProc4F64Avx (StageProc4F64Avx <REMAINING> &&other) = delete;
84 StageProc4F64Avx <REMAINING> &
85 operator = (const StageProc4F64Avx <REMAINING> &other) = delete;
86 StageProc4F64Avx <REMAINING> &
87 operator = (StageProc4F64Avx <REMAINING> &&other) = delete;
88 bool operator == (const StageProc4F64Avx <REMAINING> &other) = delete;
89 bool operator != (const StageProc4F64Avx <REMAINING> &other) = delete;
H A DStageProc4Neon.h44 template <int REMAINING>
47 static_assert (REMAINING >= 0, "REMAINING must be >= 0.");
77 StageProc4Neon (const StageProc4Neon <REMAINING> &other) = delete;
78 StageProc4Neon (StageProc4Neon <REMAINING> &&other) = delete;
80 StageProc4Neon <REMAINING> &
81 operator = (const StageProc4Neon <REMAINING> &other) = delete;
82 StageProc4Neon <REMAINING> &
83 operator = (StageProc4Neon <REMAINING> &&other) = delete;
84 bool operator == (const StageProc4Neon <REMAINING> &other) const = delete;
85 bool operator != (const StageProc4Neon <REMAINING> &other) const = delete;
H A DStageProc8Avx.h47 template <int REMAINING>
51 static_assert ((REMAINING >= 0), "REMAINING must be >= 0");
81 StageProc8Avx (const StageProc8Avx <REMAINING> &other) = delete;
82 StageProc8Avx (StageProc8Avx <REMAINING> &&other) = delete;
84 StageProc8Avx <REMAINING> &
85 operator = (const StageProc8Avx <REMAINING> &other) = delete;
86 StageProc8Avx <REMAINING> &
87 operator = (StageProc8Avx <REMAINING> &&other) = delete;
88 bool operator == (const StageProc8Avx <REMAINING> &other) = delete;
89 bool operator != (const StageProc8Avx <REMAINING> &other) = delete;
H A DStageProc4Sse.h46 template <int REMAINING>
50 static_assert ((REMAINING >= 0), "REMAINING must be >= 0");
80 StageProc4Sse (const StageProc4Sse <REMAINING> &other) = delete;
81 StageProc4Sse (StageProc4Sse <REMAINING> &&other) = delete;
83 StageProc4Sse <REMAINING> &
84 operator = (const StageProc4Sse <REMAINING> &other) = delete;
85 StageProc4Sse <REMAINING> &
86 operator = (StageProc4Sse <REMAINING> &&other) = delete;
87 bool operator == (const StageProc4Sse <REMAINING> &other) = delete;
88 bool operator != (const StageProc4Sse <REMAINING> &other) = delete;
H A DStageProc8F64Avx512.h46 template <int REMAINING>
50 static_assert ((REMAINING >= 0), "REMAINING must be >= 0");
80 StageProc8F64Avx512 (const StageProc8F64Avx512 <REMAINING> &other) = delete;
81 StageProc8F64Avx512 (StageProc8F64Avx512 <REMAINING> &&other) = delete;
83 StageProc8F64Avx512 <REMAINING> &
84 operator = (const StageProc8F64Avx512 <REMAINING> &other) = delete;
85 StageProc8F64Avx512 <REMAINING> &
86 operator = (StageProc8F64Avx512 <REMAINING> &&other) = delete;
87 bool operator == (const StageProc8F64Avx512 <REMAINING> &other) = delete;
88 bool operator != (const StageProc8F64Avx512 <REMAINING> &other) = delete;
H A DStageProcFpu.h48 template <int REMAINING, typename DT>
52 static_assert ((REMAINING >= 0), "REMAINING must be >= 0");
82 StageProcFpu (const StageProcFpu <REMAINING, DT> &other) = delete;
83 StageProcFpu (StageProcFpu <REMAINING, DT> &&other) = delete;
85 StageProcFpu <REMAINING, DT> &
86 operator = (const StageProcFpu <REMAINING, DT> &other) = delete;
87 StageProcFpu <REMAINING, DT> &
88 operator = (StageProcFpu <REMAINING, DT> &&other) = delete;
89 bool operator == (const StageProcFpu <REMAINING, DT> &other) = delete;
90 bool operator != (const StageProcFpu <REMAINING, DT> &other) = delete;
H A DStageProc4Neon.hpp69 template <int REMAINING>
70 void StageProc4Neon <REMAINING>::process_sample_pos (const int nbr_coefs, float32x4_t &spl_0, float… in process_sample_pos()
72 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
91 StageProc4Neon <REMAINING - 2>::process_sample_pos ( in process_sample_pos()
127 template <int REMAINING>
128 void StageProc4Neon <REMAINING>::process_sample_neg (const int nbr_coefs, float32x4_t &spl_0, float… in process_sample_neg()
130 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
148 StageProc4Neon <REMAINING - 2>::process_sample_neg ( in process_sample_neg()
H A DStageProc16Avx512.hpp82 template <int REMAINING>
83 void StageProc16Avx512 <REMAINING>::process_sample_pos (const int nbr_coefs, __m512 &spl_0, __m512 … in process_sample_pos()
85 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
108 StageProc16Avx512 <REMAINING - 2>::process_sample_pos ( in process_sample_pos()
151 template <int REMAINING>
152 void StageProc16Avx512 <REMAINING>::process_sample_neg (const int nbr_coefs, __m512 &spl_0, __m512 … in process_sample_neg()
154 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
177 StageProc16Avx512 <REMAINING - 2>::process_sample_neg ( in process_sample_neg()
H A DStageProc2F64Sse2.hpp83 template <int REMAINING>
84 void StageProc2F64Sse2 <REMAINING>::process_sample_pos (const int nbr_coefs, __m128d &spl_0, __m128… in process_sample_pos()
86 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
109 StageProc2F64Sse2 <REMAINING - 2>::process_sample_pos ( in process_sample_pos()
152 template <int REMAINING>
153 void StageProc2F64Sse2 <REMAINING>::process_sample_neg (const int nbr_coefs, __m128d &spl_0, __m128… in process_sample_neg()
155 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
178 StageProc2F64Sse2 <REMAINING - 2>::process_sample_neg ( in process_sample_neg()
H A DStageProc4F64Avx.hpp83 template <int REMAINING>
84 void StageProc4F64Avx <REMAINING>::process_sample_pos (const int nbr_coefs, __m256d &spl_0, __m256d… in process_sample_pos()
86 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
109 StageProc4F64Avx <REMAINING - 2>::process_sample_pos ( in process_sample_pos()
152 template <int REMAINING>
153 void StageProc4F64Avx <REMAINING>::process_sample_neg (const int nbr_coefs, __m256d &spl_0, __m256d… in process_sample_neg()
155 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
178 StageProc4F64Avx <REMAINING - 2>::process_sample_neg ( in process_sample_neg()
H A DStageProc4Sse.hpp82 template <int REMAINING>
83 void StageProc4Sse <REMAINING>::process_sample_pos (const int nbr_coefs, __m128 &spl_0, __m128 &spl… in process_sample_pos()
85 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
108 StageProc4Sse <REMAINING - 2>::process_sample_pos ( in process_sample_pos()
151 template <int REMAINING>
152 void StageProc4Sse <REMAINING>::process_sample_neg (const int nbr_coefs, __m128 &spl_0, __m128 &spl… in process_sample_neg()
154 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
177 StageProc4Sse <REMAINING - 2>::process_sample_neg ( in process_sample_neg()
H A DStageProcFpu.hpp45 template <int REMAINING, typename DT>
46 void StageProcFpu <REMAINING, DT>::process_sample_pos (const int nbr_coefs, DT &spl_0, DT &spl_1, S… in process_sample_pos()
48 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
66 StageProcFpu <REMAINING - 2, DT>::process_sample_pos ( in process_sample_pos()
102 template <int REMAINING, typename DT>
103 void StageProcFpu <REMAINING, DT>::process_sample_neg (const int nbr_coefs, DT &spl_0, DT &spl_1, S… in process_sample_neg()
105 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
123 StageProcFpu <REMAINING - 2, DT>::process_sample_neg ( in process_sample_neg()
H A DStageProc8Avx.hpp83 template <int REMAINING>
84 void StageProc8Avx <REMAINING>::process_sample_pos (const int nbr_coefs, __m256 &spl_0, __m256 &spl… in process_sample_pos()
86 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
109 StageProc8Avx <REMAINING - 2>::process_sample_pos ( in process_sample_pos()
152 template <int REMAINING>
153 void StageProc8Avx <REMAINING>::process_sample_neg (const int nbr_coefs, __m256 &spl_0, __m256 &spl… in process_sample_neg()
155 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
178 StageProc8Avx <REMAINING - 2>::process_sample_neg ( in process_sample_neg()
H A DStageProc8F64Avx512.hpp82 template <int REMAINING>
83 void StageProc8F64Avx512 <REMAINING>::process_sample_pos (const int nbr_coefs, __m512d &spl_0, __m5… in process_sample_pos()
85 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_pos()
108 StageProc8F64Avx512 <REMAINING - 2>::process_sample_pos ( in process_sample_pos()
151 template <int REMAINING>
152 void StageProc8F64Avx512 <REMAINING>::process_sample_neg (const int nbr_coefs, __m512d &spl_0, __m5… in process_sample_neg()
154 const int cnt = nbr_coefs + 2 - REMAINING; in process_sample_neg()
177 StageProc8F64Avx512 <REMAINING - 2>::process_sample_neg ( in process_sample_neg()
/dports/graphics/Coin/coin-Coin-4.0.0/scripts/
H A DfindNecessaryBoostIncludes.sh120 REMAINING=$(eval ${DETECTCOMMAND})
121 echo "${REMAINING}"
122 if [ -n "${REMAINING}" ]
124 exitStatus=$(echo "${REMAINING}" | wc -l)
/dports/net/guacamole-server/guacamole-server-1.3.0/src/libguac/
H A Dstring.c43 #define REMAINING(n, length) (((n) < (length)) ? 0 : ((n) - (length))) macro
79 return length + guac_strlcpy(dest + length, src, REMAINING(n, length)); in guac_strlcat()
111 length += guac_strlcat(dest + length, delim, REMAINING(n, length)); in guac_strljoin()
112 length += guac_strlcat(dest + length, *current, REMAINING(n, length)); in guac_strljoin()
/dports/sysutils/cdroot/cdroot-1.2.6/
H A Dcdroot_initdisk228 REMAINING=$DISK_S
233 eval slblks_${i}=$REMAINING
237 eval echo "next size = \${slblks_${i}}, remaining is $REMAINING"
239 if [ "${b}" -gt "$REMAINING" ]; then
245 REMAINING=`expr $REMAINING - ${b}`
/dports/net/freerdp/freerdp-2.5.0/scripts/
H A Dandroid-build-freerdp.sh24 REMAINING=""
67 REMAINING="$REMAINING $key"
72 common_parse_arguments $REMAINING
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/ipmi/
H A Dipmi-fru.c53 #define REMAINING 257 macro
183 msg->data[REMAINING] -= write_count; in fru_write_complete()
184 if (msg->data[REMAINING] == 0) in fru_write_complete()
190 MIN(msg->data[REMAINING] + 3, IPMI_MAX_REQ_SIZE), 2); in fru_write_complete()
231 msg->data[REMAINING] = len; in fru_write()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/hw/ipmi/
H A Dipmi-fru.c53 #define REMAINING 257 macro
183 msg->data[REMAINING] -= write_count; in fru_write_complete()
184 if (msg->data[REMAINING] == 0) in fru_write_complete()
190 MIN(msg->data[REMAINING] + 3, IPMI_MAX_REQ_SIZE), 2); in fru_write_complete()
231 msg->data[REMAINING] = len; in fru_write()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/ipmi/
H A Dipmi-fru.c53 #define REMAINING 257 macro
181 msg->data[REMAINING] -= write_count; in fru_write_complete()
182 if (msg->data[REMAINING] == 0) in fru_write_complete()
188 MIN(msg->data[REMAINING] + 3, IPMI_MAX_REQ_SIZE), 2); in fru_write_complete()
229 msg->data[REMAINING] = len; in fru_write()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/hw/ipmi/
H A Dipmi-fru.c53 #define REMAINING 257 macro
183 msg->data[REMAINING] -= write_count; in fru_write_complete()
184 if (msg->data[REMAINING] == 0) in fru_write_complete()
190 MIN(msg->data[REMAINING] + 3, IPMI_MAX_REQ_SIZE), 2); in fru_write_complete()
231 msg->data[REMAINING] = len; in fru_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/hw/ipmi/
H A Dipmi-fru.c53 #define REMAINING 257 macro
183 msg->data[REMAINING] -= write_count; in fru_write_complete()
184 if (msg->data[REMAINING] == 0) in fru_write_complete()
190 MIN(msg->data[REMAINING] + 3, IPMI_MAX_REQ_SIZE), 2); in fru_write_complete()
231 msg->data[REMAINING] = len; in fru_write()

12345678910>>...15