Home
last modified time | relevance | path

Searched refs:fix1 (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/mail/neomutt/neomutt-20211029/test/gui/
H A Dreflow.c167 fix1->state.rows = fix1->req_rows; in test_window_reflow()
168 fix1->state.cols = fix1->req_cols; in test_window_reflow()
201 fix1->state.rows = fix1->req_rows; in test_window_reflow()
202 fix1->state.cols = fix1->req_cols; in test_window_reflow()
242 fix1->state.rows = fix1->req_rows; in test_window_reflow()
243 fix1->state.cols = fix1->req_cols; in test_window_reflow()
280 fix1->state.rows = fix1->req_rows; in test_window_reflow()
281 fix1->state.cols = fix1->req_cols; in test_window_reflow()
317 fix1->state.rows = fix1->req_rows; in test_window_reflow()
318 fix1->state.cols = fix1->req_cols; in test_window_reflow()
[all …]
/dports/math/polymake/polymake-4.5/apps/graph/src/
H A Dbounded_embedder.cc83 for (auto fix1 = entire(fixed_nodes); !fix1.at_end(); ++fix1) { in bounded_embedder() local
84 auto fix2 = fix1; in bounded_embedder()
86 scale += max_norm(V,*fix1,*fix2)/square_norm(GR,*fix1,*fix2); in bounded_embedder()
90 for (auto fix1 = entire(fixed_nodes); !fix1.at_end(); ++fix1) { in bounded_embedder() local
91 auto fix2 = fix1; in bounded_embedder()
93 scale += square_norm(V,*fix1,*fix2)/square_norm(GR,*fix1,*fix2); in bounded_embedder()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Dand_test.go34 fix1 := NewFixed(Int64Node(234))
35 fix1.Tagger().Add("foo")
36 and := NewAnd(qs, fix1)
38 out := fix1.Tagger().Tags()
70 fix1 := NewFixed(
81 and := NewAnd(qs, fix1, fix2)
113 fix1 := NewFixed(
124 and := NewAnd(qs, fix1, fix2)
/dports/math/arb/arb-2.21.1/arf/test/
H A Dt-set_round_uiui.c27 slong prec, fix1, fix2; in main() local
58 ret1 = _arf_set_round_mpn(x, &fix1, t, 2, sgnbit, prec, rnd); in main()
59 fmpz_set_si(ARF_EXPREF(x), 2 * FLINT_BITS + fix1); in main()
63 ret1 = _arf_set_round_mpn(x, &fix1, t, 1, sgnbit, prec, rnd); in main()
64 fmpz_set_si(ARF_EXPREF(x), FLINT_BITS + fix1); in main()
H A Dt-set_round_ui.c27 slong prec, fix1; in main() local
58 ret1 = _arf_set_round_mpn(x, &fix1, &t, 1, 0, prec, rnd); in main()
59 fmpz_set_si(ARF_EXPREF(x), FLINT_BITS + fix1); in main()
/dports/math/jags/JAGS-4.3.0/src/lib/compiler/
H A DNodeFactory.cc50 bool fix1 = node1->isFixed(); in lt() local
53 if (fix1 && fix2) { in lt()
62 else if (!fix1 && !fix2) { in lt()
69 return fix1 > fix2; in lt()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py5 def fix1(fix2): function
10 def fix2(fix1): argument
14 def test(fix1): argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py5 def fix1(fix2): function
10 def fix2(fix1): argument
14 def test(fix1): argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py5 def fix1(fix2): function
10 def fix2(fix1): argument
14 def test(fix1): argument
/dports/devel/py-pytest/pytest-4.6.11/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py6 def fix1(fix2): function
11 def fix2(fix1): argument
15 def test(fix1): argument
/dports/graphics/cptutils/cptutils-1.74/src/cptcat/
H A Daccept.sh7 fix1="$TESTFIX/cpt/$base1.cpt"
15 assert_raises "./cptcat -o $out12 $fix1 $fix2" 0
16 assert_raises "./cptcat -o $out21 $fix2 $fix1" 0
/dports/math/zn_poly/zn_poly-0.9.2/src/
H A Dmpn_mulmid.c203 mp_limb_t fix0 = 0, fix1 = 0; in bilinear1_add_fixup() local
210 ZNP_ADD_WIDE (fix1, fix0, fix1, fix0, 0, carry & *op3); in bilinear1_add_fixup()
214 lo[1] = fix1; in bilinear1_add_fixup()
216 fix0 = fix1 = 0; in bilinear1_add_fixup()
223 ZNP_ADD_WIDE (fix1, fix0, fix1, fix0, 0, carry & *op3); in bilinear1_add_fixup()
226 ZNP_ADD_WIDE (fix1, fix0, fix1, fix0, 0, (-last_carry) & *op3); in bilinear1_add_fixup()
229 hi[1] = fix1; in bilinear1_add_fixup()
/dports/devel/py-pytest/pytest-4.6.11/testing/example_scripts/
H A Dissue_519.py36 def fix1(request, arg1, checked_order): function
42 def fix2(request, fix1, arg2, checked_order): argument
44 yield "fix2-" + arg2 + fix1
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/
H A Dissue_519.py37 def fix1(request, arg1, checked_order): function
43 def fix2(request, fix1, arg2, checked_order): argument
45 yield "fix2-" + arg2 + fix1
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/
H A Dissue_519.py37 def fix1(request, arg1, checked_order): function
43 def fix2(request, fix1, arg2, checked_order): argument
45 yield "fix2-" + arg2 + fix1
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/
H A Dissue_519.py37 def fix1(request, arg1, checked_order): function
43 def fix2(request, fix1, arg2, checked_order): argument
45 yield "fix2-" + arg2 + fix1
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug28112_28 fixsmallfaces fix1 shape1 -1
9 checknbshapes fix1 -face 4
20 offsetshapesimple res1 fix1 10.
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-releasenotes-merging.t13 $ touch fix1
57 $ touch fix1
117 $ touch fix1
123 > this is fix1.
140 * this is fix1.
157 * this is fix1.
169 $ touch fix1
244 $ touch fix1
/dports/math/petanque/arybo-release-1.1.0/arybo/lib/
H A Dbool_solver.py71 fix1 = Vector(X.vec)
74 fix1[idx] = imm(1)
76 return [fix1]
99 new = Vector(fix1)
/dports/math/py-arybo/arybo-1.1.0/arybo/lib/
H A Dbool_solver.py71 fix1 = Vector(X.vec)
74 fix1[idx] = imm(1)
76 return [fix1]
99 new = Vector(fix1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll13 %fix1 = fmul float %flt, 128.0
14 %cvt1 = fptosi float %fix1 to i32
59 %fix1 = fmul float %flt, 128.0
60 %cvt1 = fptoui float %fix1 to i32
109 %fix1 = fdiv float %cvt1, 128.0
111 store volatile float %fix1, float* @varfloat
155 %fix1 = fdiv float %cvt1, 128.0
157 store volatile float %fix1, float* @varfloat
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll13 %fix1 = fmul float %flt, 128.0
14 %cvt1 = fptosi float %fix1 to i32
59 %fix1 = fmul float %flt, 128.0
60 %cvt1 = fptoui float %fix1 to i32
109 %fix1 = fdiv float %cvt1, 128.0
111 store volatile float %fix1, float* @varfloat
155 %fix1 = fdiv float %cvt1, 128.0
157 store volatile float %fix1, float* @varfloat
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll13 %fix1 = fmul float %flt, 128.0
14 %cvt1 = fptosi float %fix1 to i32
59 %fix1 = fmul float %flt, 128.0
60 %cvt1 = fptoui float %fix1 to i32
109 %fix1 = fdiv float %cvt1, 128.0
111 store volatile float %fix1, float* @varfloat
155 %fix1 = fdiv float %cvt1, 128.0
157 store volatile float %fix1, float* @varfloat
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll13 %fix1 = fmul float %flt, 128.0
14 %cvt1 = fptosi float %fix1 to i32
59 %fix1 = fmul float %flt, 128.0
60 %cvt1 = fptoui float %fix1 to i32
109 %fix1 = fdiv float %cvt1, 128.0
111 store volatile float %fix1, float* @varfloat
155 %fix1 = fdiv float %cvt1, 128.0
157 store volatile float %fix1, float* @varfloat
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll13 %fix1 = fmul float %flt, 128.0
14 %cvt1 = fptosi float %fix1 to i32
59 %fix1 = fmul float %flt, 128.0
60 %cvt1 = fptoui float %fix1 to i32
109 %fix1 = fdiv float %cvt1, 128.0
111 store volatile float %fix1, float* @varfloat
155 %fix1 = fdiv float %cvt1, 128.0
157 store volatile float %fix1, float* @varfloat

1234567