HomeSort by: relevance | last modified time | path
    Searched refs:U2 (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
var-tag-4.cc 22 union U2 {int a; char b;} U2;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
var-tag-4.cc 22 union U2 {int a; char b;} U2;
  /src/external/lgpl3/gmp/dist/mpf/
sqrt_ui.c 67 #define U2 (GMP_NUMB_BITS < BITS_PER_ULONG)
88 rsize = zeros + 1 + U2;
95 #if U2
  /src/share/misc/
make.country 31 U2=http://www.iso.org/iso/$I2
35 ftp $U2
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 76 E0 L Milestone U2
988 FLOAT OneUlp, UfThold, U1, U2;
1004 /*U2 gap above 1.0, i.e, 1.0+U2 is next number above 1.0 */
1064 U2 = "0.001";
1145 U2 = Radix * U1;
1152 E9 = U2;
1160 if (X < U2)
1161 X = U2;
1166 U2 = X
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 76 E0 L Milestone U2
988 FLOAT OneUlp, UfThold, U1, U2;
1004 /*U2 gap above 1.0, i.e, 1.0+U2 is next number above 1.0 */
1064 U2 = "0.001";
1145 U2 = Radix * U1;
1152 E9 = U2;
1160 if (X < U2)
1161 X = U2;
1166 U2 = X
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
div_qr_1n_pi1.asm 73 define(`U2', `%r12')
145 sbb U2, U2
155 C {Q2, Q1, Q0} <-- DINV * U1 + B (Q0 + U2 DINV) + B^2 U2
158 mov U2, Q2
159 and U2, Q1
170 C {U2, U1, U0} <-- (U0 + U2 B2 -c U) B + U1 B2 + u
172 and B2, U2
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
div_qr_1n_pi1.asm 73 define(`U2', `%r12')
145 sbb U2, U2
155 C is zero, and carry holds an extra copy of U2.
157 C {Q2, Q1, Q0} <-- DINV * U1 + B (Q0 + U2 DINV) + B^2 U2
160 mov U2, Q2
171 C {U2, U1, U0} <-- (U0 + U2 B2 -c U) B + U1 B2 + u
173 and B2, U2
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_exteuclid.c 21 a*u1 + b*u2 = u3
23 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3)
25 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
28 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
32 /* initialize, (u1,u2,u3) = (1,0,a) */
45 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
49 if ((err = mp_sub(&u2, &tmp, &t2)) != MP_OKAY) { goto _ERR; }
53 /* (u1,u2,u3) = (v1,v2,v3) */
55 if ((err = mp_copy(&v2, &u2)) != MP_OKAY) { goto _ERR; }
67 mp_neg(&u2, &u2)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_asm_test.cc 123 DECLARE_ASM_WRITE(U2, "2", "movw", "r");
128 DECLARE_ASM_READ(U2, "2", "movw", "=r");
133 DECLARE_ASM_REP_MOVS(U2, "movsw");
222 TestAsmWrite<U2>("WRITE of size 2");
230 TestAsmRead<U2>("READ of size 2");
265 TestAsmRepMovs<U2>("READ of size 2", "WRITE of size 2");
asan_test_utils.h 59 typedef uint16_t U2;
  /src/external/gpl3/gcc/dist/libquadmath/math/
tanq_kernel.c 78 U2 = -4.180787672237927475505536849168729386782E6Q,
126 v = U0 + z * (U1 + z * (U2 + z * (U3 + z * (U4 + z))));
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tanq_kernel.c 78 U2 = -4.180787672237927475505536849168729386782E6Q,
126 v = U0 + z * (U1 + z * (U2 + z * (U3 + z * (U4 + z))));
  /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/
ecp_nistz256-x86.pl 1383 $U1,$U2,$S1,$S2)=map(32*$_,(0..17));
1504 &lea ("edi",&DWP($U2,"esp"));
1505 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(U2, in2_x, Z1sqr);
1507 &lea ("esi",&DWP($U2,"esp"));
1510 &call ("_ecp_nistz256_sub"); # p256_sub(H, U2, U1);
1518 &or ("eax",&DWP(12,"edi")); # ~is_equal(U1,U2)
1528 # if (~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
1566 &lea ("edi",&DWP($U2,"esp"));
1567 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(U2, U1, Hsqr);
1575 &lea ("esi",&DWP($U2,"esp"))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/
ecp_nistz256-x86.pl 1383 $U1,$U2,$S1,$S2)=map(32*$_,(0..17));
1504 &lea ("edi",&DWP($U2,"esp"));
1505 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(U2, in2_x, Z1sqr);
1507 &lea ("esi",&DWP($U2,"esp"));
1510 &call ("_ecp_nistz256_sub"); # p256_sub(H, U2, U1);
1518 &or ("eax",&DWP(12,"edi")); # ~is_equal(U1,U2)
1528 # if (~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
1566 &lea ("edi",&DWP($U2,"esp"));
1567 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(U2, U1, Hsqr);
1575 &lea ("esi",&DWP($U2,"esp"))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
ecp_nistz256-x86.pl 1384 $U1,$U2,$S1,$S2)=map(32*$_,(0..17));
1505 &lea ("edi",&DWP($U2,"esp"));
1506 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(U2, in2_x, Z1sqr);
1508 &lea ("esi",&DWP($U2,"esp"));
1511 &call ("_ecp_nistz256_sub"); # p256_sub(H, U2, U1);
1519 &or ("eax",&DWP(12,"edi")); # ~is_equal(U1,U2)
1529 # if (~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
1567 &lea ("edi",&DWP($U2,"esp"));
1568 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(U2, U1, Hsqr);
1576 &lea ("esi",&DWP($U2,"esp"))
    [all...]
  /src/usr.bin/make/unit-tests/
opt-debug-lint.mk 89 # '${:U2}' is not expanded, instead it is copied verbatim into the regular
90 # expression, leading to '.*=.{1,${:U2}}$'.
102 VARMOD_REGEX= ${:UA=111 B=222 C=33:C/.*=.{1,${:U2}}$//g}
cond-func-empty.mk 191 # "VARNAME${:U2}", but without expanding any nested expression, in
192 # this case the ${:U2}. The expression '${:U2}' was replaced with an empty
207 .if defined(VARNAME${:U2}) && !empty(VARNAME${:U2})
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/array/
comparison.d 91 alias U2 = Unqual!T2;
93 static if (is(U1 == void) && is(U2 == void))
124 static assert(is(U1 == U2), "Internal error.");
  /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 111 ^ *((const word32*)U2[w[1]])
118 ^ *((const word32*)U2[w[1]])
125 ^ *((const word32*)U2[w[1]])
132 ^ *((const word32*)U2[w[1]])
448 ^ *((const word32*)U2[a[0][1]])
454 ^ *((const word32*)U2[a[1][1]])
460 ^ *((const word32*)U2[a[2][1]])
466 ^ *((const word32*)U2[a[3][1]])
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistz256.c 306 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS];
354 ecp_nistz256_mul_mont(U2, in2_x, Z1sqr); /* U2 = X2*Z1^2 */
355 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
368 * intermediate variables U1, U2 and S1, S2 that are derived from
370 * - U1 = X1 * (Z2)^2 ; U2 = X2 * (Z1)^2
373 * It is easy to prove that is_equal(U1, U2) implies that the affine
384 * Therefore since U1 = U2, we know H = 0, and therefore Z3 = H*Z1*Z2
391 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistz256.c 315 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS];
363 ecp_nistz256_mul_mont(U2, in2_x, Z1sqr); /* U2 = X2*Z1^2 */
364 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
377 * intermediate variables U1, U2 and S1, S2 that are derived from
379 * - U1 = X1 * (Z2)^2 ; U2 = X2 * (Z1)^2
382 * It is easy to prove that is_equal(U1, U2) implies that the affine
393 * Therefore since U1 = U2, we know H = 0, and therefore Z3 = H*Z1*Z2
400 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistz256.c 309 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS];
357 ecp_nistz256_mul_mont(U2, in2_x, Z1sqr); /* U2 = X2*Z1^2 */
358 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
371 * intermediate variables U1, U2 and S1, S2 that are derived from
373 * - U1 = X1 * (Z2)^2 ; U2 = X2 * (Z1)^2
376 * It is easy to prove that is_equal(U1, U2) implies that the affine
387 * Therefore since U1 = U2, we know H = 0, and therefore Z3 = H*Z1*Z2
394 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h 186 unsigned U2 = hexDigitValue(LSB);
187 if (U1 == ~0U || U2 == ~0U)
190 Hex = static_cast<uint8_t>((U1 << 4) | U2);

Completed in 45 milliseconds

1 2 3