Home
last modified time | relevance | path

Searched refs:mx12 (Results 1 – 19 of 19) sorted by relevance

/dports/www/rt50/rt-5.0.2/t/data/emails/
H A Dmultipart-report17 from mx12.mcis.other.example.com [10.1.1.232]
40 Received: from mx12.other.example.com (mx12.mcis.other.example.com [10.1.1.232])
45 by mx12.other.example.com (8.12.9/8.12.9) with ESMTP id h7MGFGac020135
47 Message-Id: <200308221615.h7MGFGac020135@mx12.other.example.com>
/dports/www/rt44/rt-4.4.5/t/data/emails/
H A Dmultipart-report17 from mx12.mcis.other.example.com [10.1.1.232]
40 Received: from mx12.other.example.com (mx12.mcis.other.example.com [10.1.1.232])
45 by mx12.other.example.com (8.12.9/8.12.9) with ESMTP id h7MGFGac020135
47 Message-Id: <200308221615.h7MGFGac020135@mx12.other.example.com>
/dports/mail/p5-Sisimai/Sisimai-v4.25.11/set-of-emails/maildir/mac/
H A Dlhost-x3-01.eml2 Received: from mx12.example.com (mx12.example.com [192.0.2.9])
6 by mx12.example.com (Postfix) with ESMTP id 00000000000
15 Message-Id: <20060429233445.00000000000@mx12.example.com>
H A Dlhost-mfilter-01.eml4 Received: from mx12.example.com (mx12.example.com [192.0.2.90])
/dports/mail/p5-Sisimai/Sisimai-v4.25.11/set-of-emails/maildir/bsd/
H A Dlhost-x3-01.eml2 Received: from mx12.example.com (mx12.example.com [192.0.2.9])
6 by mx12.example.com (Postfix) with ESMTP id 00000000000
15 Message-Id: <20060429233445.00000000000@mx12.example.com>
H A Dlhost-x3-02.eml2 Received: from mx12.example.com (mx12.example.com [192.0.2.136])
6 by mx12.example.com (Postfix) with ESMTP id 00000000000
15 Message-Id: <20060000000000000000@mx12.example.com>
H A Dlhost-mfilter-01.eml4 Received: from mx12.example.com (mx12.example.com [192.0.2.90])
H A Dlhost-notes-03.eml34 Message-Id: <0000000000.0000000@mx12.example.or.jp>
/dports/mail/p5-Sisimai/Sisimai-v4.25.11/set-of-emails/maildir/dos/
H A Dlhost-x3-01.eml2 Received: from mx12.example.com (mx12.example.com [192.0.2.9])
6 by mx12.example.com (Postfix) with ESMTP id 00000000000
15 Message-Id: <20060429233445.00000000000@mx12.example.com>
H A Dlhost-mfilter-01.eml4 Received: from mx12.example.com (mx12.example.com [192.0.2.90])
/dports/ports-mgmt/porttools/porttools-1ec3e1d3c00e77cadc9a4dfd7f75de9674909016/
H A DREADME.md37 xmj@mx12:~% git clone https://git.freebsd.org/ports.git
38 xmj@mx12:~% cd ~/ports/net/ipsvd
47 xmj@mx12:~/ports/net/ipsvd% vim Makefile
55 xmj@mx12:~/ports/net/ipsvd% port fetch
61 xmj@mx12:~/ports/net/ipsvd% port test
68 xmj@mx12:~/ports/net/ipsvd% port submit
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_kmeans_partitioning.cpp371 int mx12 = MIN(p21 + p32, p22 + p31); in partition_mismatch4() local
376 int v0 = p00 + MIN3(p11 + mx23, p12 + mx13, p13 + mx12); in partition_mismatch4()
379 int v3 = p03 + MIN3(p11 + mx02, p12 + mx01, p10 + mx12); in partition_mismatch4()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_kmeans_partitioning.cpp371 int mx12 = MIN(p21 + p32, p22 + p31); in partition_mismatch4() local
376 int v0 = p00 + MIN3(p11 + mx23, p12 + mx13, p13 + mx12); in partition_mismatch4()
379 int v3 = p03 + MIN3(p11 + mx02, p12 + mx01, p10 + mx12); in partition_mismatch4()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dspline.c100 double mx1, my1, mx2, my2, mx3, my3, mx12, my12, mx23, my23; local
125 MidPoint(mx1, my1, mx2, my2, &mx12, &my12);
127 MidPoint(mx12, my12, mx23, my23, &x, &y);
556 MidPoint(mx1, my1, mx2, my2, &mx12, &my12);
559 MidPoint(mx12, my12, mx23, my23, &mx4, &my4);
564 SetSplineVs(N, MaxN, X1, Y1, mx1, my1, mx12, my12, mx4, my4);
604 MidPoint(mx1, my1, mx2, my2, &mx12, &my12);
607 MidPoint(mx12, my12, mx23, my23, &mx4, &my4);
729 MidPoint(mx1, my1, mx2, my2, &mx12, &my12);
732 MidPoint(mx12, my12, mx23, my23, &mx4, &my4);
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DRotation.java1341 double mx12 = m0[1] * x02 + m1[1] * x12 + m2[1] * x22; in orthogonalizeMatrix() local
1347 o0[2] = x02 - 0.5 * (x00 * mx02 + x01 * mx12 + x02 * mx22 - m0[2]); in orthogonalizeMatrix()
1350 o1[2] = x12 - 0.5 * (x10 * mx02 + x11 * mx12 + x12 * mx22 - m1[2]); in orthogonalizeMatrix()
1353 o2[2] = x22 - 0.5 * (x20 * mx02 + x21 * mx12 + x22 * mx22 - m2[2]); in orthogonalizeMatrix()
H A DFieldRotation.java1579 … final T mx12 = m[0][1].multiply(x02).add(m[1][1].multiply(x12)).add(m[2][1].multiply(x22)); in orthogonalizeMatrix() local
1585 …o[0][2] = x02.subtract(x00.multiply(mx02).add(x01.multiply(mx12)).add(x02.multiply(mx22)).subtract… in orthogonalizeMatrix()
1588 …o[1][2] = x12.subtract(x10.multiply(mx02).add(x11.multiply(mx12)).add(x12.multiply(mx22)).subtract… in orthogonalizeMatrix()
1591 …o[2][2] = x22.subtract(x20.multiply(mx02).add(x21.multiply(mx12)).add(x22.multiply(mx22)).subtract… in orthogonalizeMatrix()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/rules/
H A Dgenerated.rule3771 ^mx12
H A Dd3ad0ne.rule15653 ^mx12
/dports/security/hashcat-legacy/hashcat-legacy-2.00/tools/
H A Drules_debug24778 ^mx12
25022 ^mx12