Home
last modified time | relevance | path

Searched refs:ab3 (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/dports/math/gf2x/gf2x-1.3.0/already_tuned/generic/
H A Dgf2x_mul5.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul5() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul5()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul5()
H A Dgf2x_mul6.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul6() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul6()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul6()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/lowlevel/
H A Dmul5k_b.c40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul5() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul5()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul5()
H A Dmul6k_b.c40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul6() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul6()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul6()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/x86_sse2/
H A Dgf2x_mul5.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul5() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul5()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul5()
H A Dgf2x_mul6.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul6() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul6()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul6()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/generic/
H A Dgf2x_mul5.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul5() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul5()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul5()
H A Dgf2x_mul6.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul6() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul6()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul6()
/dports/math/gf2x/gf2x-1.3.0/already_tuned/x86_sse2/
H A Dgf2x_mul5.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul5() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul5()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul5()
H A Dgf2x_mul6.h40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul6() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul6()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul6()
/dports/math/gf2x/gf2x-1.3.0/lowlevel/
H A Dmul5k_b.c40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul5() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul5()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul5()
H A Dmul6k_b.c40 unsigned long aa[3], bb[3], ab[6], ab3, ab4, ab5; in gf2x_mul6() local
50 ab3 = ab[3] ^ c[3]; in gf2x_mul6()
56 c[6] ^= ab3 ^ c[9]; in gf2x_mul6()
/dports/devel/acme/acme-0.97.r323/contrib/toacme/src/
H A DMakefile.riscos16 ab3.o: config.h ab.h acme.h io.h mnemo.h scr2iso.h ab3.c
44 toacme: vis.o ab.o ab3.o acme.o f8ab.o giga.o gighyp.o hypra.o io.o main.o mnemo.o obj.o pet2iso.o …
45 …$(CC) $(LIBS) $(CFLAGS) -o toacme vis.o ab.o ab3.o acme.o f8ab.o giga.o gighyp.o hypra.o io.o main…
H A DMakefile.dos16 ab3.o: config.h ab.h acme.h io.h mnemo.h scr2iso.h ab3.c
44 toacme: vis.o ab.o ab3.o acme.o f8ab.o giga.o gighyp.o hypra.o io.o main.o mnemo.o obj.o pet2iso.o …
45 …$(CC) $(LIBS) $(CFLAGS) -o toacme.out vis.o ab.o ab3.o acme.o f8ab.o giga.o gighyp.o hypra.o io.o …
/dports/devel/boost-docs/boost_1_72_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/phoenix/test/function/
H A Dlazy_make_pair_tests.cpp103 std::pair<int,int> ab3 = phx::make_pair(arg1,arg2)(a,b); in main() local
105 BOOST_TEST(ab3.first == 99 && ab3.second == 256); in main()
/dports/lang/nx/nsf2.3.0/doc/
H A Dnx-small.css6 .nx-comment {color: #717ab3; font-weight: normal; font-style: italic;}
19 color: #717ab3;font-style: italic;
25 color: #717ab3;
H A Dnx.css7 .nx-comment {color: #717ab3; font-weight: normal; font-style: italic;}
20 color: #717ab3;font-style: italic;
26 color: #717ab3;

12345678910>>...29