Searched refs:z3 (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dinstantiate8.C37 typedef Z z3; // ok typedef
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Datomic-10.c7 volatile unsigned char z1, z2, z3, z4, z5; variable
84 ++z3;
94 z3 ^= 1;
104 z3 >>= 3;
130 if (z1 != 0 || z2 != 8 || z3 != 0 || z4 != 253 || z5 != 0)
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo2.pl9 my %z3 :Multi(qw(method,maybe));
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
H A Dbitset_ctor.cc97 std::bitset<0> z3(std::string("10101010101"));
98 VERIFY( z3.any() == false );
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dvar-cmd.c204 long z0, *z1, **z2, ***z3; local
247 z3 = &z2;
257 snp0.long_ptr = &z3;
280 snp2.long_ptr = &z3;
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DARM64_DWARF_Registers.h118 z3, enumerator in enum:arm64_dwarf::__anon1558
H A DARM64_ehframe_Registers.h117 z3, enumerator in enum:arm64_ehframe::__anon1559
/openbsd-current/sys/crypto/
H A Dcurve25519.c786 fe x1, x2, z2, x3, z3; local
799 * z2' = z3' = 0, and z2 = z3 = 0 gives z2' = z3' = 0. The statement was
824 fe_1(&z3);
831 * pos >= -1; if z2 = 0 then x2 is nonzero; if z3 = 0 then x3
835 * to_xz (r*P) === if swap then (x3, z3) else (x2, z2)
836 * to_xz ((r+1)*P) === if swap then (x2, z2) else (x3, z3)
843 fe_cswap(&z2, &z3, swap);
852 fe_sub(&tmp0l, &x3, &z3);
[all...]
H A Daes.c111 uint32_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; local
210 z3 = t43 & y16;
236 t53 = z0 ^ z3;
242 t59 = z3 ^ t54;
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-macros.h460 bits32 z0, z1, z2, z3; local
463 mul32To64( a1, b1, &z2, &z3 );
471 *z3Ptr = z3;
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t424 my \$z3 = Math::Complex->emake();
425 print ((\$z3->rho() == 0) ? "ok $test\n" : "not ok $test\n");
430 print ((\$z3->theta() == 0) ? "ok $test\n" : "not ok $test\n");
/openbsd-current/sys/lib/libkern/
H A Dsoftfloat-macros.h557 bits64 z0, z1, z2, z3; local
560 mul64To128( a1, b1, &z2, &z3 );
568 *z3Ptr = z3;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h412 DEFINE_VREG_SVE(v3, z3),
446 DEFINE_FPU_PSEUDO_SVE(s3, 4, z3),
479 DEFINE_FPU_PSEUDO_SVE(d3, 8, z3),
518 DEFINE_ZREG(z3),
/openbsd-current/lib/libcrypto/curve25519/
H A Dcurve25519.c4824 fe x1, x2, z2, x3, z3, tmp0, tmp1; local
4835 fe_1(z3);
4843 fe_cswap(z2, z3, swap);
4845 fe_sub(tmp0, x3, z3);
4848 fe_add(z2, x3, z3);
4849 fe_mul(z3, tmp0, x2);
4853 fe_add(x3, z3, z2);
4854 fe_sub(z2, z3, z2);
4858 fe_mul121666(z3, tmp1);
4860 fe_add(tmp0, tmp0, z3);
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp21 #include <z3.h>

Completed in 314 milliseconds