Home
last modified time | relevance | path

Searched refs:left_1 (Results 1 – 25 of 39) sorted by path

12

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dlayout.c578 static FloatHi calculate_overlap(Int4 left_1, Int4 right_1, Int4 left_2, Int4 right_2) in calculate_overlap() argument
582 temp1 = MAX(left_1, left_2); in calculate_overlap()
584 if ( right_1 == left_1 ) return 1.0; in calculate_overlap()
585 return (FloatHi)(temp2 - temp1 +1)/(FloatHi)(right_1 - left_1 +1); in calculate_overlap()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/devel/monotone/monotone-1.1/test/func/resolve_conflicts_dropped_modified_1/
H A D__driver__.lua75 left_1 = base_revision()
101 check(mtn("show_conflicts", left_1, right_1), 0, nil, true)
105 check(mtn("automate", "show_conflicts", left_1, right_1), 0, true, nil)
110 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
134 check(mtn("explicit_merge", "--resolve-conflicts", left_1, right_1, "testbranch"), 1, nil, true)
214 check(mtn("explicit_merge", "--resolve-conflicts", left_1, right_1, "testbranch"), 0, nil, true)
/dports/devel/monotone/monotone-1.1/test/func/resolve_conflicts_dropped_modified_2/
H A D__driver__.lua23 left_1 = base_revision()
32 check(mtn("show_conflicts", left_1, right_1), 0, nil, true)
42 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
46 check(mtn("explicit_merge", "--resolve-conflicts", left_1, right_1, "testbranch"), 0, nil, true)
60 revert_to(left_1)
/dports/devel/monotone/monotone-1.1/test/func/resolve_conflicts_dropped_modified_3/
H A D__driver__.lua116 left_1 = base_revision()
129 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
179 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
196 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
233 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
256 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
267 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
273 check(mtn("explicit_merge", "--resolve-conflicts", left_1, right_1, "testbranch"), 1, nil, true)
/dports/devel/monotone/monotone-1.1/test/func/resolve_conflicts_errors/
H A D__driver__.lua13 left_1 = base_revision()
22 check(mtn("conflicts", "store", left_1), 1, nil, true)
23 check(mtn("conflicts", "store", left_1, right_1, right_1), 1, nil, true)
26 check(mtn("conflicts", "store", left_1, right_1), 0, nil, true)
46 check(mtn("conflicts", "--conflicts-file", "conflicts", "store", left_1, right_1), 1, nil, true)
70 revert_to(left_1)
/dports/devel/monotone/monotone-1.1/test/func/resolve_conflicts_multiple_names/
H A D__driver__.lua18 left_1 = base_revision()
/dports/devel/monotone/monotone-1.1/test/func/resolve_conflicts_orphaned_file/
H A D__driver__.lua26 left_1 = base_revision()
/dports/devel/z88dk/z88dk/libsrc/stdio/
H A Dfputc_cons_generic.inc269 jr nz,left_1
274 left_1: dec c
/dports/games/flightgear-data/fgdata/Aircraft/c172p/Models/Exterior/ladder/
H A Dladder.ac119 name "ladder.left_1"
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dmessage.cpp72 message_implementation::init_button(window, buttons_[left_1], "left_side"); in pre_show()
H A Dmessage.hpp55 left_1 = 0, enumerator
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Denc_mips_dsp_r2.c437 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
444 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Denc_mips_dsp_r2.c439 : [left_1]"r"(left_1), [top]"r"((TOP)), [dst]"r"((DST)) \
446 const int left_1 = ((int)(LEFT)[-1] << 16) + (LEFT)[-1]; \
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_for_spheres/
H A Dinternal_functions_on_roots_and_polynomial_1_3_and_2_3.h125 Root_of_2 left_1 = make_root_of_2(d2,FT(-2),sq_r1r2); in intersect() local
126 if(left_1 > sq_r1_p_sq_r2) return false; in intersect()
157 Root_of_2 left_1 = make_root_of_2(d2,RT(-2),sq_r1r2); in tangent() local
158 if(left_1 == sq_r1_p_sq_r2) return true; in tangent()
/dports/math/p5-Math-BigInt-Pari/Math-BigInt-Pari-1.3008/
H A DCHANGES373 left_1 => sub { $z->blsft(1,2); },
381 left_1: 2577 6450 2.5
/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dmainfunction.c1084 if ((key == keys.left_1) ||(key == keys.left_2)) in work()
H A Dmanual.c1471 if ((key==keys.left_1)||(key==keys.left_2)) in manualwork()

12