HomeSort by: relevance | last modified time | path
    Searched defs:U1 (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_utils.h 58 typedef uint8_t U1;
  /src/external/gpl3/gcc/dist/libquadmath/math/
tanq_kernel.c 77 U1 = 6.494370630656893175666729313065113194784E7Q,
89 ieee854_float128 u, u1; local
126 v = U0 + z * (U1 + z * (U2 + z * (U3 + z * (U4 + z))));
154 u1.value = w;
155 u1.words32.w2 = 0;
156 u1.words32.w3 = 0;
157 v = r - (u1.value - x); /* u1+v = r+x */
162 s = 1.0 + u.value * u1.value;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tanq_kernel.c 77 U1 = 6.494370630656893175666729313065113194784E7Q,
89 ieee854_float128 u, u1; local
126 v = U0 + z * (U1 + z * (U2 + z * (U3 + z * (U4 + z))));
154 u1.value = w;
155 u1.words32.w2 = 0;
156 u1.words32.w3 = 0;
157 v = r - (u1.value - x); /* u1+v = r+x */
162 s = 1.0 + u.value * u1.value;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
var-tag.cc 24 union U1 {int a1; char b1;} U1;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
var-tag.cc 24 union U1 {int a1; char b1;} U1;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h 185 unsigned U1 = hexDigitValue(MSB);
187 if (U1 == ~0U || U2 == ~0U)
190 Hex = static_cast<uint8_t>((U1 << 4) | U2);
  /src/external/bsd/elftosb/dist/common/
rijndael.cpp 677 static uint8_t U1[256][4]=
1445 *((uint32_t*)w) = *((uint32_t*)U1[w[0]]) ^ *((uint32_t*)U2[w[1]]) ^ *((uint32_t*)U3[w[2]]) ^ *((uint32_t*)U4[w[3]]);
1447 *((uint32_t*)w) = *((uint32_t*)U1[w[0]]) ^ *((uint32_t*)U2[w[1]]) ^ *((uint32_t*)U3[w[2]]) ^ *((uint32_t*)U4[w[3]]);
1449 *((uint32_t*)w) = *((uint32_t*)U1[w[0]]) ^ *((uint32_t*)U2[w[1]]) ^ *((uint32_t*)U3[w[2]]) ^ *((uint32_t*)U4[w[3]]);
1451 *((uint32_t*)w) = *((uint32_t*)U1[w[0]]) ^ *((uint32_t*)U2[w[1]]) ^ *((uint32_t*)U3[w[2]]) ^ *((uint32_t*)U4[w[3]]);
  /src/external/mit/isl/dist/
isl_equalities.c 502 * M [U1 U2] = M U = H = [H1 0]
510 * x = [U1 U2] [ x1' ] = [U1 U2] [Q1] x
524 * x = U1 H1^{-1} C(y) + U2 x2'
535 isl_mat *H = NULL, *C, *H1, *U = NULL, *U1, *U2;
587 U1 = isl_mat_sub_alloc(U, 0, U->n_row, 0, B->n_row);
588 U1 = isl_mat_lin_to_aff(U1);
592 C = isl_mat_product(U1, C);
739 struct isl_mat *H = NULL, *U = NULL, *C, *H1, *U1;
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
ht.c 128 uint8_t u1 = s1[i]; local
130 int U1 = maptolower[u1];
132 int diff = U1 - U2;
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistz256.c 307 BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS];
353 ecp_nistz256_mul_mont(U1, in1_x, Z2sqr); /* U1 = X1*Z2^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 316 BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS];
362 ecp_nistz256_mul_mont(U1, in1_x, Z2sqr); /* U1 = X1*Z2^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 310 BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS];
356 ecp_nistz256_mul_mont(U1, in1_x, Z2sqr); /* U1 = X1*Z2^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/DebugInfo/CodeView/
SymbolRecord.h 163 uint32_t U1 = 0;
266 Result.U1 = GetCompressedAnnotation(Next);
270 Result.U1 = GetCompressedAnnotation(Next);
274 Result.U1 = GetCompressedAnnotation(Next);
278 Result.U1 = GetCompressedAnnotation(Next);
282 Result.U1 = GetCompressedAnnotation(Next);
286 Result.U1 = GetCompressedAnnotation(Next);
290 Result.U1 = GetCompressedAnnotation(Next);
294 Result.U1 = GetCompressedAnnotation(Next);
298 Result.U1 = GetCompressedAnnotation(Next)
    [all...]
  /src/external/bsd/zstd/dist/lib/dictBuilder/
divsufsort.c 234 const unsigned char *U1, *U2, *U1n, *U2n;
236 for(U1 = T + depth + *p1,
240 (U1 < U1n) && (U2 < U2n) && (*U1 == *U2);
241 ++U1, ++U2) {
244 return U1 < U1n ?
245 (U2 < U2n ? *U1 - *U2 : 1) :
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 239 Instruction *U1 = cast<Instruction>(*IncrUse++);
246 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 75 D4 FourD K PageNo U1
988 FLOAT OneUlp, UfThold, U1, U2;
1003 /*U1 gap below 1.0, i.e, 1.0-U1 is next number below 1.0 */
1144 U1 = One / W;
1145 U2 = Radix * U1;
1146 printf ("Closest relative separation found is U1 = %s .\n\n", U1.str());
1151 E1 = U1;
1179 if (X < U1)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 75 D4 FourD K PageNo U1
988 FLOAT OneUlp, UfThold, U1, U2;
1003 /*U1 gap below 1.0, i.e, 1.0-U1 is next number below 1.0 */
1144 U1 = One / W;
1145 U2 = Radix * U1;
1146 printf ("Closest relative separation found is U1 = %s .\n\n", U1.str());
1151 E1 = U1;
1179 if (X < U1)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 134 typedef unsigned char U1;
274 EXPECT_POISONED(*GetPoisoned<U1>());
275 EXPECT_POISONED(*GetPoisoned<U1>());
276 EXPECT_POISONED(*GetPoisoned<U1>());
395 ((U1*)p)[1] = 0;
396 ((U1*)p)[2] = 0xff;
434 EXPECT_NOT_POISONED(applyNot<U1>(0x0, 0x0));
435 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0xFE));
436 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0x0));
437 EXPECT_POISONED(applyNot<U1>(0xFF, 0xFF))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 676 SDValue U1 = U->getOperand(1);
683 if (U1.getOpcode() == ISD::ROTL) {
684 auto *C = dyn_cast<ConstantSDNode>(U1.getOperand(0));

Completed in 57 milliseconds