Home
last modified time | relevance | path

Searched refs:fix2 (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dinfo.cc68 dump(os, "time_total", fix2(info.time_total)); in operator <<()
69 dump(os, "time_ipm1", fix2(info.time_ipm1)); in operator <<()
70 dump(os, "time_ipm2", fix2(info.time_ipm2)); in operator <<()
76 dump(os, "time_maxvol", fix2(info.time_maxvol)); in operator <<()
77 dump(os, "time_cr1", fix2(info.time_cr1)); in operator <<()
80 dump(os, "time_cr2", fix2(info.time_cr2)); in operator <<()
82 dump(os, "time_cr2_B", fix2(info.time_cr2_B)); in operator <<()
87 dump(os, "time_ftran", fix2(info.time_ftran)); in operator <<()
88 dump(os, "time_btran", fix2(info.time_btran)); in operator <<()
91 dump(os, "mean_fill", fix2(info.mean_fill)); in operator <<()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dinfo.cc69 dump(os, "time_total", fix2(info.time_total)); in operator <<()
70 dump(os, "time_ipm1", fix2(info.time_ipm1)); in operator <<()
71 dump(os, "time_ipm2", fix2(info.time_ipm2)); in operator <<()
77 dump(os, "time_maxvol", fix2(info.time_maxvol)); in operator <<()
78 dump(os, "time_cr1", fix2(info.time_cr1)); in operator <<()
81 dump(os, "time_cr2", fix2(info.time_cr2)); in operator <<()
83 dump(os, "time_cr2_B", fix2(info.time_cr2_B)); in operator <<()
88 dump(os, "time_ftran", fix2(info.time_ftran)); in operator <<()
89 dump(os, "time_btran", fix2(info.time_btran)); in operator <<()
92 dump(os, "mean_fill", fix2(info.mean_fill)); in operator <<()
[all …]
/dports/mail/neomutt/neomutt-20211029/test/gui/
H A Dreflow.c245 struct MuttWindow *fix2 = in test_window_reflow() local
248 fix2->state.rows = fix2->req_rows; in test_window_reflow()
249 fix2->state.cols = fix2->req_cols; in test_window_reflow()
283 struct MuttWindow *fix2 = in test_window_reflow() local
286 fix2->state.rows = fix2->req_rows; in test_window_reflow()
287 fix2->state.cols = fix2->req_cols; in test_window_reflow()
509 struct MuttWindow *fix2 = in test_window_reflow() local
892 fix2->state.rows = fix2->req_rows; in test_window_reflow()
893 fix2->state.cols = fix2->req_cols; in test_window_reflow()
930 fix2->state.rows = fix2->req_rows; in test_window_reflow()
[all …]
/dports/math/polymake/polymake-4.5/apps/graph/src/
H A Dbounded_embedder.cc84 auto fix2 = fix1; in bounded_embedder() local
85 while (!(++fix2).at_end()) in bounded_embedder()
86 scale += max_norm(V,*fix1,*fix2)/square_norm(GR,*fix1,*fix2); in bounded_embedder()
91 auto fix2 = fix1; in bounded_embedder() local
92 while (!(++fix2).at_end()) in bounded_embedder()
93 scale += square_norm(V,*fix1,*fix2)/square_norm(GR,*fix1,*fix2); in bounded_embedder()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-ex-9.0.0.4/src/Language/Haskell/GhclibParserEx/
H A DFixity.hs85 mkConOpPat fs op2 fix2 p1@(L loc (ConPat _ op1 (InfixCon p11 p12))) p2
87 mkConOpPat fs op2 fix2 p1@(L loc (ConPatIn op1 (InfixCon p11 p12))) p2
89 mkConOpPat fs op2 fix2 p1@(dL->L loc (ConPatIn op1 (InfixCon p11 p12))) p2
99 | associate_right = ConPatIn op1 (InfixCon p11 (L loc (mkConOpPat fs op2 fix2 p12 p2)))
110 (nofix_error, associate_right) = compareFixity fix1 fix2
125 mkOpApp fs loc e1@(L _ (OpApp x1 e11 op1 e12)) op2 fix2 e2
127 | associate_right = L loc (OpApp x1 e11 op1 (mkOpApp fs loc' e12 op2 fix2 e2 ))
131 (nofix_error, associate_right) = compareFixity fix1 fix2
133 mkOpApp fs loc e1@(L _ (NegApp _ neg_arg neg_name)) op2 fix2 e2
135 | associate_right = L loc (NegApp noExt (mkOpApp fs loc' neg_arg op2 fix2 e2) neg_name)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/
H A DFixity.hs85 mkConOpPat fs op2 fix2 p1@(L loc (ConPat _ op1 (InfixCon p11 p12))) p2
87 mkConOpPat fs op2 fix2 p1@(L loc (ConPatIn op1 (InfixCon p11 p12))) p2
89 mkConOpPat fs op2 fix2 p1@(dL->L loc (ConPatIn op1 (InfixCon p11 p12))) p2
99 | associate_right = ConPatIn op1 (InfixCon p11 (L loc (mkConOpPat fs op2 fix2 p12 p2)))
110 (nofix_error, associate_right) = compareFixity fix1 fix2
125 mkOpApp fs loc e1@(L _ (OpApp x1 e11 op1 e12)) op2 fix2 e2
127 | associate_right = L loc (OpApp x1 e11 op1 (mkOpApp fs loc' e12 op2 fix2 e2 ))
131 (nofix_error, associate_right) = compareFixity fix1 fix2
133 mkOpApp fs loc e1@(L _ (NegApp _ neg_arg neg_name)) op2 fix2 e2
135 | associate_right = L loc (NegApp noExt (mkOpApp fs loc' neg_arg op2 fix2 e2) neg_name)
[all …]
/dports/math/jags/JAGS-4.3.0/src/lib/compiler/
H A DNodeFactory.cc51 bool fix2 = node2->isFixed(); in lt() local
53 if (fix1 && fix2) { in lt()
62 else if (!fix1 && !fix2) { in lt()
69 return fix1 > fix2; in lt()
/dports/graphics/cptutils/cptutils-1.74/src/cptcat/
H A Daccept.sh8 fix2="$TESTFIX/cpt/$base2.cpt"
15 assert_raises "./cptcat -o $out12 $fix1 $fix2" 0
16 assert_raises "./cptcat -o $out21 $fix2 $fix1" 0
/dports/devel/py-pytest/pytest-4.6.11/testing/example_scripts/
H A Dissue_519.py42 def fix2(request, fix1, arg2, checked_order): function
47 def test_one(fix2): argument
51 def test_two(fix2): argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/
H A Dissue_519.py43 def fix2(request, fix1, arg2, checked_order): function
48 def test_one(fix2): argument
52 def test_two(fix2): argument
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/
H A Dissue_519.py43 def fix2(request, fix1, arg2, checked_order): function
48 def test_one(fix2): argument
52 def test_two(fix2): argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/
H A Dissue_519.py43 def fix2(request, fix1, arg2, checked_order): function
48 def test_one(fix2): argument
52 def test_two(fix2): argument
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug28112_214 fixsmallfaces fix2 shape2 -1
15 checknbshapes fix2 -face 4
21 offsetshapesimple res2 fix2 10.
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/fortran2/
H A Dsimple.f9038 real (C_double) :: fix, fix2 variable
67 call lammps_extract_fix (fix2, lmp, '4', LMP_STYLE_GLOBAL, LMP_TYPE_ARRAY, 1, 1)
68 print *, 'Fix 2 is ', fix2
/dports/math/arb/arb-2.21.1/arf/
H A Dadd_mpn.c96 slong fix2; in _arf_add_mpn() local
146 fix2 = cy * FLINT_BITS; in _arf_add_mpn()
152 fix2 -= FLINT_BITS; in _arf_add_mpn()
167 fix2 = 0; in _arf_add_mpn()
172 fix2 -= FLINT_BITS; in _arf_add_mpn()
201 fix2 = 0; in _arf_add_mpn()
207 fix2 -= FLINT_BITS; in _arf_add_mpn()
213 _fmpz_add_fast(ARF_EXPREF(z), xexp, fix + fix2); in _arf_add_mpn()
H A Ddiv.c49 slong fix, fix2; in arf_div() local
107 fix2 = 0; in arf_div()
111 fix2 = FLINT_BITS; in arf_div()
138 _fmpz_sub2_fast(ARF_EXPREF(z), ARF_EXPREF(x), ARF_EXPREF(y), fix + fix2); in arf_div()
/dports/math/polymake/polymake-4.5/apps/matroid/include/
H A Dutil.h81 …ruct_unary2_with_arg< pm::SelectedSubset, operations::fix2<Int, operations::ne> >(operations::fix2 in drop_shift()
91 … operations::fix2<Int, operations::add> >(operations::fix2<Int, operations::add>(n))) }; in shift_elements()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat

12345678