Home
last modified time | relevance | path

Searched +refs:sign +refs:prep (Results 126 – 150 of 2285) sorted by relevance

12345678910>>...92

/dports/multimedia/handbrake/dav1d-0.9.0/src/x86/
H A Dmc_avx512.asm195 BASE_JMP_TABLE prep, avx512icl, 4, 8, 16, 32, 64, 128
196 HV_JMP_TABLE prep, bilin, avx512icl, 7, 4, 8, 16, 32, 64, 128
197 HV_JMP_TABLE prep, 8tap, avx512icl, 7, 4, 8, 16, 32, 64, 128
234 .prep: label
235 movzx wd, word [t2+wq*2+table_offset(prep,)]
845 movzx wd, word [r7+wq*2+table_offset(prep,)]
1335 psraw m0, 8 ; sign-extend
1359 psraw m0, 8 ; sign-extend
1884 mov r6d, r7m ; sign
1891 vpbroadcastd m8, [base+wm_sign+r6*8] ; (258 - sign) << 6
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test120 # up-to-date results is not a sign of it being invalidated in the cache,
122 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test120 # up-to-date results is not a sign of it being invalidated in the cache,
122 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test120 # up-to-date results is not a sign of it being invalidated in the cache,
122 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test120 # up-to-date results is not a sign of it being invalidated in the cache,
122 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test120 # up-to-date results is not a sign of it being invalidated in the cache,
122 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/archivers/gtar/tar-1.34/po/
H A Dsk.po2573 msgid "Malformed extended header: missing equal sign"
2885 msgstr "Potomok bol ukon�en� sign�lom %d"
3087 #~ "prep�e\n"
3312 #~ "prep�san�m\n"
3356 #~ "prep�na�om\n"
3368 #~ msgstr "Zastaral� prep�na�, nahraden� prep�na�om --blocking-factor"
3371 #~ msgstr "Zastaral� prep�na�, nahraden� prep�na�om --read-full-records"
3379 #~ msgstr "Zastaral� prep�na�, nahraden� prep�na�om --touch"
3382 #~ msgstr "Zastaral� prep�na�, nahraden� prep�na�om --absolute-names"
3385 #~ msgstr "Zastaral� prep�na�, nahraen� prep�na�om --block-number"
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php1223 $sign = $seconds < 0 ? -1 : 1;
1226 $seconds = $sign * $val . ' ' . ($val == 1 ? $labelArr[4] : $labelArr[0]);
1229 $seconds = $sign * $val . ' ' . ($val == 1 ? $labelArr[5] : $labelArr[1]);
1232 $seconds = $sign * $val . ' ' . ($val == 1 ? $labelArr[6] : $labelArr[2]);
1235 $seconds = $sign * $val . ' ' . ($val == 1 ? $labelArr[7] : $labelArr[3]);
1863 if ($prep || $forceResult) {
1864 if ($prep) {
1868 $recordTitle = self::getNoRecordTitle($prep);
1902 * @param bool $prep Wrap result in <em>|</em>
1905 public static function getNoRecordTitle($prep = false) argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/fontsubset/
H A Dsft.cxx180 int sign; in fixedMul() local
182 sign = (a & 0x80000000) ^ (b & 0x80000000); in fixedMul()
198 return sign ? -res : res; in fixedMul()
205 int sign; in fixedDiv() local
207 sign = (a & 0x80000000) ^ (b & 0x80000000); in fixedDiv()
223 return sign ? -res : res; in fixedDiv()
1957 prep = TrueTypeTableNew(T_prep, getTableSize(ttf, O_prep), p); in CreateTTFromTTGlyphs()
1978 AddTable(ttcr, cvt ); AddTable(ttcr, prep); AddTable(ttcr, fpgm); in CreateTTFromTTGlyphs()
2147 …TrueTypeTable *head=nullptr, *hhea=nullptr, *maxp=nullptr, *cvt=nullptr, *prep=nullptr, *glyf=null… in CreateT42FromTTGlyphs() local
2190 prep = TrueTypeTableNew(T_prep, getTableSize(ttf, O_prep), p); in CreateT42FromTTGlyphs()
[all …]
/dports/graphics/xournal/xournal-0.4.8.2016/src/ttsubset/
H A Dsft.c329 int sign; in fixedMul() local
331 sign = (a & 0x80000000) ^ (b & 0x80000000); in fixedMul()
347 return sign ? -res : res; in fixedMul()
355 int sign; in fixedDiv() local
357 sign = (a & 0x80000000) ^ (b & 0x80000000); in fixedDiv()
373 return sign ? -res : res; in fixedDiv()
2148 prep = TrueTypeTableNew(T_prep, getTableSize(ttf, O_prep), p); in CreateTTFromTTGlyphs()
2175 AddTable(ttcr, cvt ); AddTable(ttcr, prep); AddTable(ttcr, fpgm); in CreateTTFromTTGlyphs()
2301 prep = TrueTypeTableNew(T_prep, getTableSize(ttf, O_prep), p); in CreateTTFromTTGlyphs_tomemory()
2328 AddTable(ttcr, cvt ); AddTable(ttcr, prep); AddTable(ttcr, fpgm); in CreateTTFromTTGlyphs_tomemory()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test125 # up-to-date results is not a sign of it being invalidated in the cache,
127 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test125 # up-to-date results is not a sign of it being invalidated in the cache,
127 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/deskutils/plan/plan-1.10.1/
H A Dplan.spec33 %prep
97 %% a percent sign, '%'
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/packaging/fedora/
H A Dldns.spec28 level API which allows a programmer to (for instance) create or sign
49 %prep
/dports/dns/py-ldns/ldns-1.8.1/packaging/fedora/
H A Dldns.spec28 level API which allows a programmer to (for instance) create or sign
49 %prep
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test125 # up-to-date results is not a sign of it being invalidated in the cache,
127 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test125 # up-to-date results is not a sign of it being invalidated in the cache,
127 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test125 # up-to-date results is not a sign of it being invalidated in the cache,
127 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_cache_multi2.test125 # up-to-date results is not a sign of it being invalidated in the cache,
127 # was done with prep stmts, while `select a!=3 from t1` is not,
/dports/dns/ldns/ldns-1.8.1/packaging/fedora/
H A Dldns.spec28 level API which allows a programmer to (for instance) create or sign
49 %prep
/dports/japanese/plan/plan-1.10.1/
H A Dplan.spec33 %prep
97 %% a percent sign, '%'
/dports/deskutils/todo/todo.txt_cli-2.12.0/
H A Dtodo.sh64 prepend|prep ITEM# "TEXT TO PREPEND"
222 minus sign (i.e. -TERM). If no TERM specified, lists entire todo.txt.
228 contain TERM(s) preceded by a minus sign (i.e. -TERM). If no
237 Lists all the task contexts that start with the @ sign in todo.txt.
245 contain TERM(s) preceded by a minus sign (i.e. -TERM).
255 Hides all tasks that contain TERM(s) preceded by a minus sign
260 Lists all the projects (terms that start with a + sign) in
/dports/security/sudoscript/sudoscript-2.1.2/
H A DMakefile557 prep-rpmtree: rpmdist
564 rpm: $(SRC) $(SPECFILE) prep-rpmtree
565 rpmbuild -ba --sign --define "_topdir `pwd`/rpm/" \
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/platforms/win32/
H A Dwinbareos-nsi.spec125 %prep
296 osslsigncode sign \
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/platforms/win32/
H A Dwinbareos-nsi.spec125 %prep
295 osslsigncode sign \

12345678910>>...92