Home
last modified time | relevance | path

Searched refs:ox2 (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/tests/
H A Dbenchtest2.c58 old_mutex_t ox1, ox2; variable
101 (void) old_mutex_lock(&ox2); in oldThread()
104 (void) old_mutex_unlock(&ox2); in oldThread()
237 assert(old_mutex_lock(&ox2) == 0); in main()
243 (void) old_mutex_unlock(&ox2); in main()
245 (void) old_mutex_lock(&ox2); in main()
249 assert(old_mutex_unlock(&ox2) == 0); in main()
264 assert(old_mutex_lock(&ox2) == 0); in main()
270 (void) old_mutex_unlock(&ox2); in main()
272 (void) old_mutex_lock(&ox2); in main()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/tests/
H A Dbenchtest2.c58 old_mutex_t ox1, ox2; variable
101 (void) old_mutex_lock(&ox2); in oldThread()
104 (void) old_mutex_unlock(&ox2); in oldThread()
237 assert(old_mutex_lock(&ox2) == 0); in main()
243 (void) old_mutex_unlock(&ox2); in main()
245 (void) old_mutex_lock(&ox2); in main()
249 assert(old_mutex_unlock(&ox2) == 0); in main()
264 assert(old_mutex_lock(&ox2) == 0); in main()
270 (void) old_mutex_unlock(&ox2); in main()
272 (void) old_mutex_lock(&ox2); in main()
[all …]
/dports/graphics/figurine/figurine-1.0.5/src/
H A Drectangle.c294 long ox1,oy1,ox2,oy2, r; in draw_roundbox() local
310 ox2 = XD2P(R(ob->bbox.x2-ob->bbox.x1,rx)+x,view); in draw_roundbox()
314 if (r>((ox2-ox1)/2) || r>((oy2-oy1)/2)) in draw_roundbox()
315 r = min(((ox2-ox1)/2),((oy2-oy1)/2)); in draw_roundbox()
320 XFillArc(display,view->draw_window->win,fillgc,ox2-2*r,oy2-2*r,(ulong)2*r,(ulong)2*r,0,-90*64); in draw_roundbox()
321 XFillArc(display,view->draw_window->win,fillgc,ox2-2*r,oy1,(ulong)2*r,(ulong)2*r,0,90*64); in draw_roundbox()
330 line.x1 = ox1+r; line.y1 = oy1; line.x2=ox2-r; line.y2=oy1; in draw_roundbox()
335 line.x1 = ox2; line.y1 = oy1+r; line.x2=ox2; line.y2=oy2-r; in draw_roundbox()
340 line.x1 = ox2-r; line.y1 = oy2; line.x2=ox1+r; line.y2=oy2; in draw_roundbox()
351 XDrawArc(display,view->draw_window->win,gc,ox2-2*r,oy2-2*r,(ulong)2*r,(ulong)2*r,0,-90*64); in draw_roundbox()
[all …]
/dports/biology/infernal/infernal-1.1.3/hmmer/src/impl_sse/
H A Doptacc.c485 P7_OMX *ox2 = NULL; in main() local
509 ox2 = p7_omx_Create(gm->M, L, L); in main()
515 p7_Decoding(om, ox1, ox2, ox2); in main()
524 p7_OATrace(om, ox2, ox1, tr); in main()
554 p7_omx_Destroy(ox2); in main()
631 if (p7_Decoding(om, ox1, ox2, ox2) != eslOK) esl_fatal(msg); in utest_optacc()
637 p7_omx_FDeconvert(ox2, gx1); in utest_optacc()
723 p7_omx_Destroy(ox2); in utest_optacc()
869 P7_OMX *ox2 = NULL; in main() local
912 p7_OATrace(om, ox2, ox1, tr); in main()
[all …]
H A Dnull2.c277 P7_OMX *ox2 = NULL; in main() local
296 ox2 = p7_omx_Create(gm->M, L, L); in main()
316 p7_Null2_ByTrace(om, tr, tr->tfrom[d], tr->tto[d], ox2, null2); in main()
334 p7_Backward(dsq, L, om, ox1, ox2, &bsc); in main()
335 p7_Decoding(om, ox1, ox2, ox2); in main()
339 p7_Null2_ByExpectation(om, ox2, null2); in main()
351 p7_omx_Destroy(ox2); in main()
/dports/biology/infernal/infernal-1.1.3/hmmer/src/impl_vmx/
H A Doptacc.c494 P7_OMX *ox2 = NULL; in main() local
518 ox2 = p7_omx_Create(gm->M, L, L); in main()
524 p7_Decoding(om, ox1, ox2, ox2); in main()
533 p7_OATrace(om, ox2, ox1, tr); in main()
563 p7_omx_Destroy(ox2); in main()
640 if (p7_Decoding(om, ox1, ox2, ox2) != eslOK) esl_fatal(msg); in utest_optacc()
646 p7_omx_FDeconvert(ox2, gx1); in utest_optacc()
732 p7_omx_Destroy(ox2); in utest_optacc()
878 P7_OMX *ox2 = NULL; in main() local
921 p7_OATrace(om, ox2, ox1, tr); in main()
[all …]
H A Dnull2.c286 P7_OMX *ox2 = NULL; in main() local
305 ox2 = p7_omx_Create(gm->M, L, L); in main()
325 p7_Null2_ByTrace(om, tr, tr->tfrom[d], tr->tto[d], ox2, null2); in main()
343 p7_Backward(dsq, L, om, ox1, ox2, &bsc); in main()
344 p7_Decoding(om, ox1, ox2, ox2); in main()
348 p7_Null2_ByExpectation(om, ox2, null2); in main()
360 p7_omx_Destroy(ox2); in main()
/dports/biology/hmmer/hmmer-3.3/src/impl_sse/
H A Doptacc.c485 P7_OMX *ox2 = NULL; in main() local
509 ox2 = p7_omx_Create(gm->M, L, L); in main()
515 p7_Decoding(om, ox1, ox2, ox2); in main()
524 p7_OATrace(om, ox2, ox1, tr); in main()
554 p7_omx_Destroy(ox2); in main()
631 if (p7_Decoding(om, ox1, ox2, ox2) != eslOK) esl_fatal(msg); in utest_optacc()
637 p7_omx_FDeconvert(ox2, gx1); in utest_optacc()
723 p7_omx_Destroy(ox2); in utest_optacc()
869 P7_OMX *ox2 = NULL; in main() local
912 p7_OATrace(om, ox2, ox1, tr); in main()
[all …]
H A Dnull2.c277 P7_OMX *ox2 = NULL; in main() local
296 ox2 = p7_omx_Create(gm->M, L, L); in main()
316 p7_Null2_ByTrace(om, tr, tr->tfrom[d], tr->tto[d], ox2, null2); in main()
334 p7_Backward(dsq, L, om, ox1, ox2, &bsc); in main()
335 p7_Decoding(om, ox1, ox2, ox2); in main()
339 p7_Null2_ByExpectation(om, ox2, null2); in main()
351 p7_omx_Destroy(ox2); in main()
/dports/biology/hmmer/hmmer-3.3/src/impl_vmx/
H A Doptacc.c494 P7_OMX *ox2 = NULL; in main() local
518 ox2 = p7_omx_Create(gm->M, L, L); in main()
524 p7_Decoding(om, ox1, ox2, ox2); in main()
533 p7_OATrace(om, ox2, ox1, tr); in main()
563 p7_omx_Destroy(ox2); in main()
640 if (p7_Decoding(om, ox1, ox2, ox2) != eslOK) esl_fatal(msg); in utest_optacc()
646 p7_omx_FDeconvert(ox2, gx1); in utest_optacc()
732 p7_omx_Destroy(ox2); in utest_optacc()
878 P7_OMX *ox2 = NULL; in main() local
921 p7_OATrace(om, ox2, ox1, tr); in main()
[all …]
H A Dnull2.c286 P7_OMX *ox2 = NULL; in main() local
305 ox2 = p7_omx_Create(gm->M, L, L); in main()
325 p7_Null2_ByTrace(om, tr, tr->tfrom[d], tr->tto[d], ox2, null2); in main()
343 p7_Backward(dsq, L, om, ox1, ox2, &bsc); in main()
344 p7_Decoding(om, ox1, ox2, ox2); in main()
348 p7_Null2_ByExpectation(om, ox2, null2); in main()
360 p7_omx_Destroy(ox2); in main()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_shear3d.h53 extern MCW_3shear permute_3shear( MCW_3shear shin , int ox1, int ox2, int ox3 ) ;
54 extern THD_dmat33 permute_dmat33( THD_dmat33 q , int ox1, int ox2, int ox3 ) ;
55 extern THD_dfvec3 permute_dfvec3( THD_dfvec3 q , int ox1, int ox2, int ox3 ) ;
57 extern MCW_3shear shear_arb( THD_dmat33 *q , THD_dfvec3 *xyzdel , int ox1,int ox2,int ox3 ) ;
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfWav.cpp169 int ox2 = ox * p2; in wav2Encode() local
185 for (; px <= ex; px += ox2) in wav2Encode()
237 for (; px <= ex; px += ox2) in wav2Encode()
300 int ox2 = ox * p2; in wav2Decode() local
316 for (; px <= ex; px += ox2) in wav2Decode()
368 for (; px <= ex; px += ox2) in wav2Decode()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfWav.cpp169 int ox2 = ox * p2; in wav2Encode() local
185 for (; px <= ex; px += ox2) in wav2Encode()
237 for (; px <= ex; px += ox2) in wav2Encode()
300 int ox2 = ox * p2; in wav2Decode() local
316 for (; px <= ex; px += ox2) in wav2Decode()
368 for (; px <= ex; px += ox2) in wav2Decode()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfWav.cpp169 int ox2 = ox * p2; in wav2Encode() local
185 for (; px <= ex; px += ox2) in wav2Encode()
237 for (; px <= ex; px += ox2) in wav2Encode()
300 int ox2 = ox * p2; in wav2Decode() local
316 for (; px <= ex; px += ox2) in wav2Decode()
368 for (; px <= ex; px += ox2) in wav2Decode()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfWav.cpp139 int ox2 = ox * p2; in wav2Encode() local
155 for (; px <= ex; px += ox2) in wav2Encode()
207 for (; px <= ex; px += ox2) in wav2Encode()
270 int ox2 = ox * p2; in wav2Decode() local
286 for (; px <= ex; px += ox2) in wav2Decode()
338 for (; px <= ex; px += ox2) in wav2Decode()
/dports/graphics/grx/grx249/src/draw/
H A Dbox.c24 int ox1,oy1,ox2,oy2; in GrBox() local
25 isort(x1,x2); ox1 = x1; ox2 = x2; in GrBox()
48 if((ox2 == x2) && ((x1 != x2) || ox1)) (*FDRV->drawvline)( in GrBox()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockNotebook/
H A DPlaceholderWindow.cs144 int ox2, oy2; in ShowPlaceholder()
145 notebook.ParentWindow.GetOrigin (out ox2, out oy2); in ShowPlaceholder()
147 ox2 += alloc.X; in ShowPlaceholder()
148 ox2 += alloc.Y; in ShowPlaceholder()
149 if (ox2 <= x && x <= ox2 + alloc.Width && oy2 <= y && y <= oy2 + alloc.Height) { in ShowPlaceholder()
152 ox = ox2; in ShowPlaceholder()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A Dqt_picture.hpp28 qt_picture_rep (const QImage& im, int ox2, int oy2);
35 void set_origin (int ox2, int oy2);
H A Dqt_picture.cpp30 qt_picture_rep::qt_picture_rep (const QImage& im, int ox2, int oy2): in qt_picture_rep() argument
31 pict (im), w (im.width ()), h (im.height ()), ox (ox2), oy (oy2) {} in qt_picture_rep()
40 void qt_picture_rep::set_origin (int ox2, int oy2) { ox= ox2; oy= oy2; } in set_origin() argument
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/X11/
H A Dx_picture.hpp32 x_picture_rep (Pixmap pm2, int w2, int h2, int ox2, int oy2);
41 void set_origin (int ox2, int oy2);
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dp7_domaindef.c49 …7_DOMAINDEF *ddef, P7_OPROFILE *om, const ESL_SQ *sq, const ESL_SQ *ntsq, P7_OMX *ox1, P7_OMX *ox2,
815 P7_OMX *ox1, P7_OMX *ox2, int i, int j, int null2_is_done, P7_BG *bg, int long_target, in rescore_isolated_domain() argument
844 p7_Backward(sq->dsq + i-1, Ld, om, ox1, ox2, NULL); in rescore_isolated_domain()
846 …status = p7_Decoding(om, ox1, ox2, ox2); /* <ox2> is now overwritten with post probabilities … in rescore_isolated_domain()
850 …p7_OptimalAccuracy(om, ox2, ox1, &oasc); /* <ox1> is now overwritten with OA scores … in rescore_isolated_domain()
851 …p7_OATrace (om, ox2, ox1, ddef->tr); /* <tr>'s seq coords are offset by i-1, rel to orig … in rescore_isolated_domain()
894 p7_Backward(sq->dsq + i-1, Ld, om, ox1, ox2, NULL); in rescore_isolated_domain()
896 …status = p7_Decoding(om, ox1, ox2, ox2); /* <ox2> is now overwritten with post probabilities … in rescore_isolated_domain()
900 …p7_OptimalAccuracy(om, ox2, ox1, &oasc); /* <ox1> is now overwritten with OA scores … in rescore_isolated_domain()
902 …p7_OATrace (om, ox2, ox1, ddef->tr); /* <tr>'s seq coords are offset by i-1, rel to orig … in rescore_isolated_domain()
[all …]
/dports/biology/hmmer/hmmer-3.3/src/
H A Dp7_domaindef.c49 …7_DOMAINDEF *ddef, P7_OPROFILE *om, const ESL_SQ *sq, const ESL_SQ *ntsq, P7_OMX *ox1, P7_OMX *ox2,
815 P7_OMX *ox1, P7_OMX *ox2, int i, int j, int null2_is_done, P7_BG *bg, int long_target, in rescore_isolated_domain() argument
844 p7_Backward(sq->dsq + i-1, Ld, om, ox1, ox2, NULL); in rescore_isolated_domain()
846 …status = p7_Decoding(om, ox1, ox2, ox2); /* <ox2> is now overwritten with post probabilities … in rescore_isolated_domain()
850 …p7_OptimalAccuracy(om, ox2, ox1, &oasc); /* <ox1> is now overwritten with OA scores … in rescore_isolated_domain()
851 …p7_OATrace (om, ox2, ox1, ddef->tr); /* <tr>'s seq coords are offset by i-1, rel to orig … in rescore_isolated_domain()
894 p7_Backward(sq->dsq + i-1, Ld, om, ox1, ox2, NULL); in rescore_isolated_domain()
896 …status = p7_Decoding(om, ox1, ox2, ox2); /* <ox2> is now overwritten with post probabilities … in rescore_isolated_domain()
900 …p7_OptimalAccuracy(om, ox2, ox1, &oasc); /* <ox1> is now overwritten with OA scores … in rescore_isolated_domain()
902 …p7_OATrace (om, ox2, ox1, ddef->tr); /* <tr>'s seq coords are offset by i-1, rel to orig … in rescore_isolated_domain()
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/Effects/
H A DRadialBlurEffect.cs100 int ox2 = fx; in Render()
109 Rotate (ref ox2, ref oy2, -fsr); in Render()
124 int u2 = ox2 + fcx + 32768 >> 16; in Render()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/tests/
H A Dtest_ray_intersect.cxx63 double sx2 = 0.0902, ox2 = 44.2278; in test_ray_intersect() local
70 …vpgl_rational_camera<double> rcam2(neu_u2, den_u2, neu_v2, den_v2, sx2, ox2, sy2, oy2, sz2, oz2, s… in test_ray_intersect()

12345678910>>...14