Home
last modified time | relevance | path

Searched refs:pi6 (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/period/
H A Dtest_asfreq.py22 assert pi1.asfreq("Min", "S") == pi6
29 assert pi2.asfreq("Min", "S") == pi6
36 assert pi3.asfreq("Min", "S") == pi6
43 assert pi4.asfreq("Min", "S") == pi6
50 assert pi5.asfreq("Min", "S") == pi6
53 assert pi6.asfreq("A", "S") == pi1
54 assert pi6.asfreq("Q", "S") == pi2
55 assert pi6.asfreq("M", "S") == pi3
56 assert pi6.asfreq("D", "S") == pi4
57 assert pi6.asfreq("H", "S") == pi5
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/test/
H A Drspamd_cxx_local_ptr.hxx106 rspamd::local_shared_ptr<int> pi6(pi5);
107 CHECK(pi5 == pi6);
108 CHECK((pi6? true: false));
109 CHECK(!!pi6);
110 CHECK(pi6.get() == p);
111 CHECK(pi6.use_count() == 2);
112 CHECK(!pi6.unique());
113 CHECK(*pi6 == 7);
114 CHECK(pi6.use_count() == pi6.use_count());
115 CHECK(!(pi5 < pi6 || pi5 < pi6)); // shared ownership test
[all …]
/dports/mail/rspamd/rspamd-3.1/test/
H A Drspamd_cxx_local_ptr.hxx106 rspamd::local_shared_ptr<int> pi6(pi5);
107 CHECK(pi5 == pi6);
108 CHECK((pi6? true: false));
109 CHECK(!!pi6);
110 CHECK(pi6.get() == p);
111 CHECK(pi6.use_count() == 2);
112 CHECK(!pi6.unique());
113 CHECK(*pi6 == 7);
114 CHECK(pi6.use_count() == pi6.use_count());
115 CHECK(!(pi5 < pi6 || pi5 < pi6)); // shared ownership test
[all …]
/dports/mail/qmail/netqmail-1.06/
H A Dqmail-start.c20 int pi6[2]; variable
27 close(pi5[0]); close(pi5[1]); close(pi6[0]); close(pi6[1]); in closepipes()
72 if (pipe(pi6) == -1) die();
102 if (fd_copy(1,pi6[1]) == -1) die();
116 if (fd_copy(6,pi6[0]) == -1) die();
/dports/mail/qmail-tls/netqmail-1.06/
H A Dqmail-start.c20 int pi6[2]; variable
27 close(pi5[0]); close(pi5[1]); close(pi6[0]); close(pi6[1]); in closepipes()
72 if (pipe(pi6) == -1) die();
102 if (fd_copy(1,pi6[1]) == -1) die();
116 if (fd_copy(6,pi6[0]) == -1) die();
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dqmail-start.c20 int pi6[2]; variable
27 close(pi5[0]); close(pi5[1]); close(pi6[0]); close(pi6[1]); in closepipes()
72 if (pipe(pi6) == -1) die();
102 if (fd_copy(1,pi6[1]) == -1) die();
116 if (fd_copy(6,pi6[0]) == -1) die();
/dports/mail/qmail-dk/qmail-1.03/
H A Dqmail-start.c20 int pi6[2]; variable
27 close(pi5[0]); close(pi5[1]); close(pi6[0]); close(pi6[1]); in closepipes()
72 if (pipe(pi6) == -1) die();
102 if (fd_copy(1,pi6[1]) == -1) die();
116 if (fd_copy(6,pi6[0]) == -1) die();
/dports/cad/netgen/netgen-6.2.2105/python/
H A Dgengeom_curve.py10 pi6 = geom.AppendPoint(0,1) variable
16 geom.Append(Line(pi5,pi6))
17 geom.Append(Line(pi6,pi1))
/dports/graphics/gmt/gmt-6.3.0/test/psxy/
H A Dsnakes.sh5 gmt subplot begin 4x1 -Fs17c/5c -M12p -A -R-pi6/13pi6/-1/1.5 -Scb -Srl -Bxapif -Byaf -Bwsrt
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_buoyancy.cpp226 double pi6 = M_PI/6.; in post_force() local
256 double Vsegment = h*pi6 * (3.*a*a + h*h); in post_force()
266 Vimmersed = h * pi6 * (3.*a*a + h*h); in post_force()
/dports/databases/grass7/grass-7.8.6/lib/cdhc/
H A Das181.c48 static double pi6 = 1.90985932, stqr = 1.04719755; in wext() local
126 *pw = pi6 * (atan(sqrt(ww / (one - ww))) - stqr); in wext()
155 *pw = pi6 * (atan(sqrt(ww / (one - ww))) - stqr); in wext()
/dports/math/pspp/pspp-1.4.1/src/math/
H A Dshapiro-wilk.c177 double pi6 = 6.0 / M_PI; in shapiro_wilk_significance() local
179 double p = pi6 * (asin (sqrt (w)) - stqr); in shapiro_wilk_significance()
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dswilk.c153 double pi6 = 1.90985931710274, /* = 6/pi */ in swilk() local
155 *pw = pi6 * (asin(sqrt(*w)) - stqr); in swilk()
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dswilk.c153 double pi6 = 1.90985931710274, /* = 6/pi */ in swilk() local
155 *pw = pi6 * (asin(sqrt(*w)) - stqr); in swilk()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/
H A DPolygonsSetTest.java656 double pi6 = FastMath.PI / 6.0; in testChoppedHexagon() local
659 new Line(new Vector2D( 0.0, 1.0), 5 * pi6, 1.0e-10).wholeHyperplane(), in testChoppedHexagon()
660 new Line(new Vector2D(-sqrt3, 1.0), 7 * pi6, 1.0e-10).wholeHyperplane(), in testChoppedHexagon()
661 new Line(new Vector2D(-sqrt3, 1.0), 9 * pi6, 1.0e-10).wholeHyperplane(), in testChoppedHexagon()
662 new Line(new Vector2D(-sqrt3, 0.0), 11 * pi6, 1.0e-10).wholeHyperplane(), in testChoppedHexagon()
663 new Line(new Vector2D( 0.0, 0.0), 13 * pi6, 1.0e-10).wholeHyperplane(), in testChoppedHexagon()
664 new Line(new Vector2D( 0.0, 1.0), 3 * pi6, 1.0e-10).wholeHyperplane(), in testChoppedHexagon()
665 new Line(new Vector2D(-5.0 * sqrt3 / 6.0, 0.0), 9 * pi6, 1.0e-10).wholeHyperplane() in testChoppedHexagon()
679 new Line(new Vector2D(-2.0 * sqrt3 / 3.0, 0.0), 9 * pi6, 1.0e-10).wholeHyperplane(); in testChoppedHexagon()
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dimprove3.cpp1548 pi6.Invalidate(); in SwapImproveSequential()
1557 pi6 = elem[l]; in SwapImproveSequential()
1578 el3[2] = pi5; el3[3] = pi6; in SwapImproveSequential()
2324 pi6.Invalidate(); in SwapImproveEdge()
2346 el3[2] = pi5; el3[3] = pi6; in SwapImproveEdge()
2350 el4[2] = pi6; el4[3] = pi3; in SwapImproveEdge()
2383 el3[2] = pi1; el3[3] = pi6; in SwapImproveEdge()
2410 el1b[0] = pi4; el1b[1] = pi6; in SwapImproveEdge()
2414 el2b[0] = pi4; el2b[1] = pi6; in SwapImproveEdge()
2418 el3b[0] = pi4; el3b[1] = pi6; in SwapImproveEdge()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dimprove3.cpp923 pi6 = 0; in SwapImprove()
935 pi6 = elem[l]; in SwapImprove()
955 el3[2] = pi5; el3[3] = pi6; in SwapImprove()
959 el4[2] = pi6; el4[3] = pi3; in SwapImprove()
995 el3[2] = pi1; el3[3] = pi6; in SwapImprove()
999 el4[2] = pi6; el4[3] = pi2; in SwapImprove()
1022 el1b[0] = pi4; el1b[1] = pi6; in SwapImprove()
1026 el2b[0] = pi4; el2b[1] = pi6; in SwapImprove()
1030 el3b[0] = pi4; el3b[1] = pi6; in SwapImprove()
1034 el4b[0] = pi4; el4b[1] = pi6; in SwapImprove()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dimprove3.cpp956 pi6 = 0; in SwapImprove()
968 pi6 = elem[l]; in SwapImprove()
988 el3[2] = pi5; el3[3] = pi6; in SwapImprove()
992 el4[2] = pi6; el4[3] = pi3; in SwapImprove()
1028 el3[2] = pi1; el3[3] = pi6; in SwapImprove()
1032 el4[2] = pi6; el4[3] = pi2; in SwapImprove()
1055 el1b[0] = pi4; el1b[1] = pi6; in SwapImprove()
1059 el2b[0] = pi4; el2b[1] = pi6; in SwapImprove()
1063 el3b[0] = pi4; el3b[1] = pi6; in SwapImprove()
1067 el4b[0] = pi4; el4b[1] = pi6; in SwapImprove()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dqtrle.c82 unsigned char pi1, pi2, pi3, pi4, pi5, pi6, pi7, pi8; /* 8 palette indices */ in qtrle_decode_4bpp() local
132 pi6 = (s->buf[stream_ptr++]) & 0x0f; in qtrle_decode_4bpp()
144 rgb[pixel_ptr++] = pi6; in qtrle_decode_4bpp()
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/dgryski/go-onlinestats/
H A Dswilk.go53 pi6 = 0.1909859E1 const
167 pw = pi6 * (math.Asin(math.Sqrt(w)) - stqr)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/
H A Dnettest.c838 struct in6_pktinfo *pi6; in get_index_from_cmsg() local
840 pi6 = (struct in6_pktinfo *)(CMSG_DATA(cm)); in get_index_from_cmsg()
841 inet_ntop(AF_INET6, &pi6->ipi6_addr, buf, sizeof(buf)); in get_index_from_cmsg()
842 ifindex = pi6->ipi6_ifindex; in get_index_from_cmsg()
906 struct in6_pktinfo *pi6; in send_msg_cmsg() local
912 pi6 = (struct in6_pktinfo *)(CMSG_DATA(cm)); in send_msg_cmsg()
913 pi6->ipi6_ifindex = ifindex; in send_msg_cmsg()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/
H A Dnettest.c838 struct in6_pktinfo *pi6; in get_index_from_cmsg() local
840 pi6 = (struct in6_pktinfo *)(CMSG_DATA(cm)); in get_index_from_cmsg()
841 inet_ntop(AF_INET6, &pi6->ipi6_addr, buf, sizeof(buf)); in get_index_from_cmsg()
842 ifindex = pi6->ipi6_ifindex; in get_index_from_cmsg()
906 struct in6_pktinfo *pi6; in send_msg_cmsg() local
912 pi6 = (struct in6_pktinfo *)(CMSG_DATA(cm)); in send_msg_cmsg()
913 pi6->ipi6_ifindex = ifindex; in send_msg_cmsg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/
H A Dnettest.c838 struct in6_pktinfo *pi6; in get_index_from_cmsg() local
840 pi6 = (struct in6_pktinfo *)(CMSG_DATA(cm)); in get_index_from_cmsg()
841 inet_ntop(AF_INET6, &pi6->ipi6_addr, buf, sizeof(buf)); in get_index_from_cmsg()
842 ifindex = pi6->ipi6_ifindex; in get_index_from_cmsg()
906 struct in6_pktinfo *pi6; in send_msg_cmsg() local
912 pi6 = (struct in6_pktinfo *)(CMSG_DATA(cm)); in send_msg_cmsg()
913 pi6->ipi6_ifindex = ifindex; in send_msg_cmsg()
/dports/net/frr7-pythontools/frr-frr-7.5.1/bfdd/
H A Dbfd_packet.c393 struct in6_pktinfo *pi6 = NULL; in bfd_recv_ipv6() local
441 pi6 = (struct in6_pktinfo *)CMSG_DATA(cm); in bfd_recv_ipv6()
442 if (pi6) { in bfd_recv_ipv6()
444 local->sa_sin6.sin6_addr = pi6->ipi6_addr; in bfd_recv_ipv6()
449 *ifindex = pi6->ipi6_ifindex; in bfd_recv_ipv6()
/dports/net/frr7/frr-frr-7.5.1/bfdd/
H A Dbfd_packet.c393 struct in6_pktinfo *pi6 = NULL; in bfd_recv_ipv6() local
441 pi6 = (struct in6_pktinfo *)CMSG_DATA(cm); in bfd_recv_ipv6()
442 if (pi6) { in bfd_recv_ipv6()
444 local->sa_sin6.sin6_addr = pi6->ipi6_addr; in bfd_recv_ipv6()
449 *ifindex = pi6->ipi6_ifindex; in bfd_recv_ipv6()

12345678910