/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/tape/dialogs/ |
H A D | dialogmeasurementscsvcolumns.cpp | 190 SaveColum(static_cast<int>(MultisizeMeasurementsColumns::ShiftA)); in ColumnChanged() 273 case MultisizeMeasurementsColumns::ShiftA: in ColumnHeader() 448 if (not ColumnValid(static_cast<int>(MultisizeMeasurementsColumns::ShiftA))) in ColumnsValid() 537 InitColumn(static_cast<int>(MultisizeMeasurementsColumns::ShiftA), index); in InitColumnsMap() 611 InitControl(ui->comboBoxShiftA, static_cast<int>(MultisizeMeasurementsColumns::ShiftA)); in InitColumnsControls() 660 AddHeader(static_cast<int>(MultisizeMeasurementsColumns::ShiftA), m_dimensions.size() > 0); in InitImportHeaders() 858 SetDefault(ui->comboBoxShiftA, static_cast<int>(MultisizeMeasurementsColumns::ShiftA)); in SetDefaultColumns()
|
H A D | dialogmeasurementscsvcolumns.h | 50 ShiftA = 2, enumerator
|
/dports/misc/xplr/xplr-0.17.0/src/ |
H A D | input.rs | 159 ShiftA, enumerator 395 | Self::ShiftA in is_alphabet() 597 Self::ShiftA => Some('A'), in to_char() 673 'A' => Key::ShiftA, in from()
|
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/simplify/ |
H A D | test_hyperexpand.py | 18 ReduceOrder, ShiftA, ShiftB, 317 pytest.raises(ValueError, lambda: ShiftA(0)) 320 assert tn(ShiftA(a1).apply(h, op), hyper((a1 + 1, a2), (b1, b2, b3), z), z) 321 assert tn(ShiftA(a2).apply(h, op), hyper((a1, a2 + 1), (b1, b2, b3), z), z) 326 assert str(ShiftA(a1)).find('<Increment upper') == 0
|
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 37 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/f/ |
H A D | fortran.go | 37 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 33 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 33 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 37 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 37 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 37 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/devel/chroma/chroma-0.9.2/lexers/f/ |
H A D | fortran.go | 37 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 33 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/lexers/f/ |
H A D | fortran.go | 33 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/lexers/f/ |
H A D | fortran.go | 33 …d`, `Selected_Int_Kind`, `Selected_Real_Kind`, `Set_Exponent`, `Shape`, `ShiftA`, `ShiftL`, `Shift…
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/ |
H A D | GenXEmulate.cpp | 1386 auto *ShiftA = ConstantDataVector::get(Builder.getContext(), Sa); in tryOptimizedShr() local 1387 auto *Lo1 = Builder.CreateLShr(Operand.Lo, ShiftA); in tryOptimizedShr() 1388 auto *Hi = (IsLogical) ? Builder.CreateLShr(Operand.Hi, ShiftA) in tryOptimizedShr() 1389 : Builder.CreateAShr(Operand.Hi, ShiftA); in tryOptimizedShr() 1391 auto *CShift = ConstantExpr::getSub(C32, ShiftA); in tryOptimizedShr()
|
/dports/math/py-sympy/sympy-1.9/sympy/simplify/tests/ |
H A D | test_hyperexpand.py | 3 from sympy.simplify.hyperexpand import (ShiftA, ShiftB, UnShiftA, UnShiftB, 285 raises(ValueError, lambda: ShiftA(0)) 288 assert tn(ShiftA(a1).apply(h, op), hyper((a1 + 1, a2), (b1, b2, b3), z), z) 289 assert tn(ShiftA(a2).apply(h, op), hyper((a1, a2 + 1), (b1, b2, b3), z), z)
|
/dports/math/py-Diofant/Diofant-0.13.0/diofant/simplify/ |
H A D | hyperexpand.py | 968 class ShiftA(Operator): class 1567 return do_shifts(nal, al, lambda p, i: ShiftA(p[i]), 1657 ops.append(ShiftA(n + 1))
|
/dports/math/py-sympy/sympy-1.9/sympy/simplify/ |
H A D | hyperexpand.py | 1013 class ShiftA(Operator): class 1600 return do_shifts(nal, al, lambda p, i: ShiftA(p[i]), 1690 ops.append(ShiftA(n + 1))
|
/dports/math/fricas/fricas-1.3.7/src/algebra/ |
H A D | mantepse.spad | 2532 ShiftA(k : NNI, l : NNI, f : SUP S) : S == 2557 -- 'shiftHP, 'dummy, ShiftA, ShiftAF, ShiftAXGF, ShiftC]$HPSPEC 2574 'shiftHP, 'dummy, ShiftA, ShiftAF, ShiftAX, ShiftC]$HPSPEC 2760 'qmixed, q, ShiftA, ShiftAF, ShiftAX, ShiftC]$HPSPEC
|
/dports/math/glm/glm-0.9.9.8/ |
H A D | manual.md | 752 glm::uint64 ShiftA = 0; 756 …return (glm::uint64(A) << ShiftA) | (glm::uint64(B) << ShiftB) | (glm::uint64(C) << ShiftC) | (glm…
|
/dports/games/warzone2100/warzone2100/3rdparty/glm/ |
H A D | manual.md | 752 glm::uint64 ShiftA = 0; 756 …return (glm::uint64(A) << ShiftA) | (glm::uint64(B) << ShiftB) | (glm::uint64(C) << ShiftC) | (glm…
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/tape/ |
H A D | tmainwindow.cpp | 4015 const int shiftAColumn = map.at(static_cast<int>(MultisizeMeasurementsColumns::ShiftA)); in ImportMultisizeMeasurements()
|