Home
last modified time | relevance | path

Searched refs:sign (Results 101 – 125 of 36812) sorted by relevance

12345678910>>...1473

/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/WebCryptoAPI/generateKey/
H A Dtest_failures_ECDSA.https.html.ini983 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
995 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1007 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1019 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1031 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1055 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, verify, sign, sign, verify…
1067 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, verify, sign, sign, verify…
1079 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, verify, sign, sign, verify…
1127 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, verify, sign, sign, verify…
1139 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, verify, sign, sign, verify…
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/WebCryptoAPI/generateKey/
H A Dtest_failures_ECDSA.html.ini984 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
996 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1008 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1020 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1032 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, verify, sign, sign, verify…
1056 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, verify, sign, sign, verify…
1068 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, verify, sign, sign, verify…
1080 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, verify, sign, sign, verify…
1128 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, verify, sign, sign, verify…
1140 …[Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, verify, sign, sign, verify…
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dieee754.scm34 (values sign 0 0))
43 (values sign
51 (values sign
93 sign
131 (* (expt -1 sign) 0))
134 (* (expt -1 sign)
139 (* (expt -1 sign)
169 (assert (or (= sign 0) (= sign 1)))
174 (assert (or (= sign 0) (= sign 1)))
177 (let ((sign (if (zero? sign) "" "-"))
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm648 $self->{sign} = $mis->{sign};
1020 $self->{sign} = $sign;
1071 $sign = defined $sign && $sign =~ /^\s*-/ ? "-" : "+";
1075 $self -> {sign} = $sign . 'inf';
1159 $copy->{sign} = $self->{sign};
1190 $sign = '+' if !defined $sign || $sign ne '-';
2124 $x -> {sign} = $y -> {sign};
2355 $num->{sign} = $sign;
2482 $x->{sign} = $u->{sign};
2715 $x->{sign} = $r->{sign};
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/WebCryptoAPI/generateKey/
H A Dfailures_RSASSA-PKCS1-v1_5.https.any.js.ini11 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
23 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
35 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
47 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
59 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
71 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
83 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
95 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
107 … RSASSA-PKCS1-v1_5, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
164 …1024, name: RSASSA-PKCS1-v1_5, publicExponent: {0: 1}}, false, [sign, verify, sign, sign, verify\]…
[all …]
H A Dfailures_RSA-PSS.https.any.js.ini11 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
23 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
35 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
47 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
59 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
71 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
83 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
95 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
107 …048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, verify, sign, sign, verify, …
164 …usLength: 1024, name: RSA-PSS, publicExponent: {0: 1}}, false, [sign, verify, sign, sign, verify\]…
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm646 $self->{sign} = $mis->{sign};
1018 $self->{sign} = $sign;
1069 $sign = defined $sign && $sign =~ /^\s*-/ ? "-" : "+";
1073 $self -> {sign} = $sign . 'inf';
1157 $copy->{sign} = $self->{sign};
1188 $sign = '+' if !defined $sign || $sign ne '-';
2140 $x -> {sign} = $y -> {sign};
2371 $num->{sign} = $sign;
2491 $x->{sign} = $u->{sign};
2844 $x->{sign} = $r->{sign};
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm646 $self->{sign} = $mis->{sign};
1018 $self->{sign} = $sign;
1069 $sign = defined $sign && $sign =~ /^\s*-/ ? "-" : "+";
1073 $self -> {sign} = $sign . 'inf';
1157 $copy->{sign} = $self->{sign};
1188 $sign = '+' if !defined $sign || $sign ne '-';
2140 $x -> {sign} = $y -> {sign};
2371 $num->{sign} = $sign;
2491 $x->{sign} = $u->{sign};
2844 $x->{sign} = $r->{sign};
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/test/
H A Ddtst.out6 dtoa returns sign = 0, decpt = 1, 3 digits:
10 dtoa returns sign = 0, decpt = 1, 17 digits:
14 dtoa returns sign = 0, decpt = 1, 17 digits:
21 dtoa returns sign = 0, decpt = 21, 3 digits:
25 dtoa returns sign = 0, decpt = 21, 17 digits:
29 dtoa returns sign = 0, decpt = 21, 17 digits:
36 dtoa returns sign = 0, decpt = -19, 3 digits:
51 dtoa returns sign = 0, decpt = 1, 9 digits:
55 dtoa returns sign = 0, decpt = 1, 17 digits:
59 dtoa returns sign = 0, decpt = 1, 17 digits:
[all …]
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_sign.mac6 sign(minf);
9 sign(-1);
12 sign(-1.0);
18 sign(0);
21 sign(0.0);
27 sign(1);
30 sign(1.0);
36 sign(inf);
39 sign(%pi);
42 sign(%e);
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_gamma.hpp235 int sign = 1; in test_spots() local
237 BOOST_CHECK(sign == 1); in test_spots()
239 BOOST_CHECK(sign == 1); in test_spots()
243 BOOST_CHECK(sign == 1); in test_spots()
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
252 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
256 BOOST_CHECK(sign == 1); in test_spots()
258 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/test/
H A Dtest_gamma.hpp246 int sign = 1; in test_spots() local
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
259 BOOST_CHECK(sign == 1); in test_spots()
261 BOOST_CHECK(sign == 1); in test_spots()
263 BOOST_CHECK(sign == 1); in test_spots()
265 BOOST_CHECK(sign == 1); in test_spots()
267 BOOST_CHECK(sign == 1); in test_spots()
269 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/
H A Dtest_gamma.hpp246 int sign = 1; in test_spots() local
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
259 BOOST_CHECK(sign == 1); in test_spots()
261 BOOST_CHECK(sign == 1); in test_spots()
263 BOOST_CHECK(sign == 1); in test_spots()
265 BOOST_CHECK(sign == 1); in test_spots()
267 BOOST_CHECK(sign == 1); in test_spots()
269 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/math/test/
H A Dtest_gamma.hpp246 int sign = 1; in test_spots() local
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
259 BOOST_CHECK(sign == 1); in test_spots()
261 BOOST_CHECK(sign == 1); in test_spots()
263 BOOST_CHECK(sign == 1); in test_spots()
265 BOOST_CHECK(sign == 1); in test_spots()
267 BOOST_CHECK(sign == 1); in test_spots()
269 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/math/test/
H A Dtest_gamma.hpp246 int sign = 1; in test_spots() local
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
259 BOOST_CHECK(sign == 1); in test_spots()
261 BOOST_CHECK(sign == 1); in test_spots()
263 BOOST_CHECK(sign == 1); in test_spots()
265 BOOST_CHECK(sign == 1); in test_spots()
267 BOOST_CHECK(sign == 1); in test_spots()
269 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_gamma.hpp235 int sign = 1; in test_spots() local
237 BOOST_CHECK(sign == 1); in test_spots()
239 BOOST_CHECK(sign == 1); in test_spots()
243 BOOST_CHECK(sign == 1); in test_spots()
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
252 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
256 BOOST_CHECK(sign == 1); in test_spots()
258 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/math/test/
H A Dtest_gamma.hpp246 int sign = 1; in test_spots() local
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
259 BOOST_CHECK(sign == 1); in test_spots()
261 BOOST_CHECK(sign == 1); in test_spots()
263 BOOST_CHECK(sign == 1); in test_spots()
265 BOOST_CHECK(sign == 1); in test_spots()
267 BOOST_CHECK(sign == 1); in test_spots()
269 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_gamma.hpp235 int sign = 1; in test_spots() local
237 BOOST_CHECK(sign == 1); in test_spots()
239 BOOST_CHECK(sign == 1); in test_spots()
243 BOOST_CHECK(sign == 1); in test_spots()
248 BOOST_CHECK(sign == 1); in test_spots()
250 BOOST_CHECK(sign == 1); in test_spots()
252 BOOST_CHECK(sign == 1); in test_spots()
254 BOOST_CHECK(sign == 1); in test_spots()
256 BOOST_CHECK(sign == 1); in test_spots()
258 BOOST_CHECK(sign == 1); in test_spots()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tables/
H A Dukchardefs.cti31 sign % 146 # 37
37 sign * 16 # 42
66 sign \x00A2 4-14 # 162 ¢ cents sign
67 sign \x00A3 4-123 # 163 £ pounds sign
69 sign \x00A5 4-13456 # 165 ¥ yen sign
71 sign § 4-234-3 # 167 section sign \x00A7
73 sign \x00A9 2356-6-14-2356 # 169 © copyright sign
77 sign \x00B0 356 # 176 ° degrees sign
79 sign \x00B5 46-134 # 181 µ micro sign
80 sign \x00B6 4-1234-345 # 182 ¶ pilcrow sign
[all …]
/dports/devel/liblouis/liblouis-3.20.0/tables/
H A Dukchardefs.cti31 sign % 146 # 37
37 sign * 16 # 42
66 sign \x00A2 4-14 # 162 ¢ cents sign
67 sign \x00A3 4-123 # 163 £ pounds sign
69 sign \x00A5 4-13456 # 165 ¥ yen sign
71 sign § 4-234-3 # 167 section sign \x00A7
73 sign \x00A9 2356-6-14-2356 # 169 © copyright sign
77 sign \x00B0 356 # 176 ° degrees sign
79 sign \x00B5 46-134 # 181 µ micro sign
80 sign \x00B6 4-1234-345 # 182 ¶ pilcrow sign
[all …]
/dports/security/beecrypt/beecrypt-4.2.1/c++/math/
H A DBigInteger.cxx57 sign = 0; in BigInteger()
90 BigInteger::BigInteger(size_t size, mpw* data, int sign) : size(size), data(data), sign(sign) in BigInteger() argument
214 sign = copy.sign; in operator =()
222 return (sign == val.sign) && ((sign == 0) || mpeqx(size, data, val.size, val.data)); in operator ==()
227 return (sign != val.sign) || ((sign != 0) && mpnex(size, data, val.size, val.data)); in operator !=()
269 if (sign == val.sign) in compareTo()
277 return (sign > val.sign) ? 1 : -1; in compareTo()
288 if (sign != cmp->sign) in equals()
366 if (sign == val.sign) in add()
438 if (sign != val.sign) in subtract()
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dnum_put_float.cpp115 if (sign) *sign = 1; in _symbian_ecvt()
119 if (sign) *sign = 0; in _symbian_ecvt()
193 *sign = 1; in _symbian_fcvt()
197 *sign = 0; in _symbian_fcvt()
333 # define RETURN_CVT(ecvt, x, n, pt, sign, buf) return ecvt(x, n, pt, sign); argument
337 # define RETURN_CVT(ecvt, x, n, pt, sign, buf) strcpy(buf, ecvt(x, n, pt, sign)); return buf;
609 if (sign) in __format_float_scientific()
852 int decpt, sign; in __write_float()
896 int decpt, sign; in __write_float()
937 int decpt, sign; in __get_floor_digits()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-values/
H A Dsigns-abs-computed.html.ini5 [sign(1) should be used-value-equivalent to 1]
11 [sign(-1) should be used-value-equivalent to -1]
32 [calc(sign(1) + sign(1) - 0.05) should be used-value-equivalent to 1.95]
170 [abs(sign(sign(1))) should be used-value-equivalent to 1]
173 [sign(sign(sign(1) + sign(1))) should be used-value-equivalent to 1]
176 [sign(1px) should be used-value-equivalent to 1]
179 [sign(1cm) should be used-value-equivalent to 1]
182 [sign(1mm) should be used-value-equivalent to 1]
185 [sign(1Q) should be used-value-equivalent to 1]
188 [sign(1in) should be used-value-equivalent to 1]
[all …]
/dports/lang/pocl/pocl-1.8/include/CL/
H A Dcl_half.h93 return (sign << 15) | 1; in cl_half_handle_underflow()
98 return (sign << 15) | 1; in cl_half_handle_underflow()
102 return (sign << 15); in cl_half_handle_underflow()
120 uint16_t sign = f32.i >> 31; in cl_half_from_float() local
155 return (sign << 15); in cl_half_from_float()
206 if ((f_mant & mask) && !sign) in cl_half_from_float()
213 if ((f_mant & mask) && sign) in cl_half_from_float()
246 uint16_t sign = f64.i >> 63; in cl_half_from_double() local
281 return (sign << 15); in cl_half_from_double()
339 if ((d_mant & mask) && sign) in cl_half_from_double()
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/expected/
H A Dresult-conversions_1.out27 'true' (boolean) as SQL_C_INTERVAL_YEAR: interval sign: 0 unknown interval type: 0
28 'true' (boolean) as SQL_C_INTERVAL_MONTH: interval sign: 0 unknown interval type: 0
29 'true' (boolean) as SQL_C_INTERVAL_DAY: interval sign: 0 unknown interval type: 0
30 'true' (boolean) as SQL_C_INTERVAL_HOUR: interval sign: 0 unknown interval type: 0
95 'x' (char) as SQL_C_INTERVAL_YEAR: interval sign: 0 unknown interval type: 0
96 'x' (char) as SQL_C_INTERVAL_MONTH: interval sign: 0 unknown interval type: 0
97 'x' (char) as SQL_C_INTERVAL_DAY: interval sign: 0 unknown interval type: 0
98 'x' (char) as SQL_C_INTERVAL_HOUR: interval sign: 0 unknown interval type: 0
99 'x' (char) as SQL_C_INTERVAL_MINUTE: interval sign: 0 unknown interval type: 0
100 'x' (char) as SQL_C_INTERVAL_SECOND: interval sign: 0 unknown interval type: 0
[all …]

12345678910>>...1473