Home
last modified time | relevance | path

Searched refs:Digit (Results 1 – 25 of 3322) sorted by relevance

12345678910>>...133

/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-unbounded_integers.adb61 exit Reduce when Value.Digit.Last_Index = 1 or Value.Digit.Last_Element /= 0;
63 Value.Digit.Delete_Last;
303 if Left.Digit.Last_Index = Right.Digit.Last_Index then
359 Onto.Digit.Append (New_Item => From.Digit.Element (I) );
454 … if Abs_Left.Digit.Last_Index in Abs_Right.Digit.Last_Index .. Abs_Right.Digit.Last_Index + 1 then
548 if Left.Digit.Last_Index = 1 and then Left.Digit.Element (1) = 0 then
556 return Left.Digit = Right.Digit;
567 if Left.Digit.Last_Index < Right.Digit.Last_Index then
571 if Left.Digit.Last_Index > Right.Digit.Last_Index then
579 if Left.Digit.Last_Index > Right.Digit.Last_Index then
[all …]
/dports/lang/adacontrol/adactl-1.18r9/test/
H A Dt_movable_accept_statements-renaming.adb9 entry One_Parameter (P : in out Digit);
13 D1, D2: Digit;
14 D : Digit renames D1;
25 accept One_Parameter (P : in out Digit) do
38 entry One_Parameter (P : in out Digit);
46 D : Digit;
51 R2_D : Digit renames R2.D;
86 D : Digit;
90 D : Digit;
95 D : Digit;
[all …]
H A Dt_movable_accept_statements.adb3 type Digit is range 0..9; type
7 entry Declare_Entry (P : in out Digit);
13 D : Digit;
30 D := Digit'First; -- should trigger (no dependency)
37 accept Declare_Entry (P : in out Digit) do
39 …D := Digit'First; -- should not trigger (referenced follows in unmova…
42 procedure Assign (Left : out Digit;
43 Right : in Digit)
56 D := Digit'Last; -- should trigger (no dependency)
62 D := Digit'Last; -- should trigger (no dependency)
/dports/comms/flrig/flrig-1.3.54/src/widgets/
H A DFreqControl.cxx85 int H = Digit[0]->h(); in set_ndigits()
86 int W = Digit[0]->w(); in set_ndigits()
105 Digit[n]->box(B); in set_ndigits()
110 Digit[n]->redraw(); in set_ndigits()
123 Digit[n]->box(B); in set_ndigits()
128 Digit[n]->redraw(); in set_ndigits()
183 Digit[n]->box(B); in cFreqControl()
198 Digit[n]->box(B); in cFreqControl()
236 delete Digit[i]; in ~cFreqControl()
278 Digit[n]->redraw(); in SetONOFFCOLOR()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-valuer.adb46 (Digit : Char_As_Digit;
125 (Digit : Char_As_Digit;
136 if Digit >= Base / 2 then
195 Digit : Char_As_Digit; variable
221 Digit := As_Digit (Str (Index));
228 if Digit >= Base then
252 if Digit = 0 then
301 Extra := Digit;
373 Digit : Char_As_Digit; variable
402 if Digit >= Base then
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-valuer.adb46 (Digit : Char_As_Digit;
125 (Digit : Char_As_Digit;
134 if Digit >= Base / 2 then
193 Digit : Char_As_Digit; variable
219 Digit := As_Digit (Str (Index));
226 if Digit >= Base then
250 if Digit = 0 then
290 Extra := Digit;
362 Digit : Char_As_Digit; variable
391 if Digit >= Base then
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-valuer.adb46 (Digit : Char_As_Digit;
125 (Digit : Char_As_Digit;
134 if Digit >= Base / 2 then
193 Digit : Char_As_Digit; variable
219 Digit := As_Digit (Str (Index));
226 if Digit >= Base then
250 if Digit = 0 then
290 Extra := Digit;
362 Digit : Char_As_Digit; variable
391 if Digit >= Base then
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-valuer.adb46 (Digit : Char_As_Digit;
125 (Digit : Char_As_Digit;
134 if Digit >= Base / 2 then
193 Digit : Char_As_Digit; variable
219 Digit := As_Digit (Str (Index));
226 if Digit >= Base then
250 if Digit = 0 then
290 Extra := Digit;
362 Digit : Char_As_Digit; variable
391 if Digit >= Base then
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-valrea.adb131 Digit : Char_As_Digit; variable
146 Digit := As_Digit (Str (Index));
152 if Digit >= Base then
155 elsif Digit = E_Digit then
166 if Digit = 0 then
203 Digit := As_Digit (Str (Index));
205 if Digit < 0 then
241 Digit : Char_As_Digit; variable
251 Digit := As_Digit (Str (Index));
257 if Digit >= Base then
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-valrea.adb131 Digit : Char_As_Digit; variable
146 Digit := As_Digit (Str (Index));
152 if Digit >= Base then
155 elsif Digit = E_Digit then
166 if Digit = 0 then
203 Digit := As_Digit (Str (Index));
205 if Digit < 0 then
241 Digit : Char_As_Digit; variable
251 Digit := As_Digit (Str (Index));
257 if Digit >= Base then
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-valrea.adb131 Digit : Char_As_Digit; variable
146 Digit := As_Digit (Str (Index));
152 if Digit >= Base then
155 elsif Digit = E_Digit then
166 if Digit = 0 then
203 Digit := As_Digit (Str (Index));
205 if Digit < 0 then
241 Digit : Char_As_Digit; variable
251 Digit := As_Digit (Str (Index));
257 if Digit >= Base then
[all …]
/dports/cad/yosys/yosys-yosys-0.12/libs/bigint/
H A DBigUnsignedInABase.hh36 typedef unsigned short Digit; typedef in BigUnsignedInABase
38 typedef Digit Base;
45 BigUnsignedInABase(int, Index c) : NumberlikeArray<Digit>(0, c) {} in BigUnsignedInABase()
55 BigUnsignedInABase() : NumberlikeArray<Digit>(), base(2) {} in BigUnsignedInABase()
62 NumberlikeArray<Digit>::operator =(x); in operator =()
67 BigUnsignedInABase(const Digit *d, Index l, Base base);
103 using NumberlikeArray<Digit>::getCapacity;
104 using NumberlikeArray<Digit>::getLength;
108 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; } in getDigit()
111 bool isZero() const { return NumberlikeArray<Digit>::isEmpty(); } in isZero()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/bigint/
H A DBigUnsignedInABase.hh42 typedef unsigned short Digit; typedef in BigUnsignedInABase
44 typedef Digit Base;
51 BigUnsignedInABase(int, Index c) : NumberlikeArray<Digit>(0, c) {} in BigUnsignedInABase()
61 BigUnsignedInABase() : NumberlikeArray<Digit>(), base(2) {} in BigUnsignedInABase()
68 NumberlikeArray<Digit>::operator =(x); in operator =()
73 BigUnsignedInABase(const Digit *d, Index l, Base base);
109 using NumberlikeArray<Digit>::getCapacity;
110 using NumberlikeArray<Digit>::getLength;
114 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; } in getDigit()
117 bool isZero() const { return NumberlikeArray<Digit>::isEmpty(); } in isZero()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/bigint/
H A DBigUnsignedInABase.hh42 typedef unsigned short Digit; typedef in BigUnsignedInABase
44 typedef Digit Base;
51 BigUnsignedInABase(int, Index c) : NumberlikeArray<Digit>(0, c) {} in BigUnsignedInABase()
61 BigUnsignedInABase() : NumberlikeArray<Digit>(), base(2) {} in BigUnsignedInABase()
68 NumberlikeArray<Digit>::operator =(x); in operator =()
73 BigUnsignedInABase(const Digit *d, Index l, Base base);
109 using NumberlikeArray<Digit>::getCapacity;
110 using NumberlikeArray<Digit>::getLength;
114 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; } in getDigit()
117 bool isZero() const { return NumberlikeArray<Digit>::isEmpty(); } in isZero()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/bigint/
H A DBigUnsignedInABase.hh42 typedef unsigned short Digit; typedef in BigUnsignedInABase
44 typedef Digit Base;
51 BigUnsignedInABase(int, Index c) : NumberlikeArray<Digit>(0, c) {} in BigUnsignedInABase()
61 BigUnsignedInABase() : NumberlikeArray<Digit>(), base(2) {} in BigUnsignedInABase()
68 NumberlikeArray<Digit>::operator =(x); in operator =()
74 BigUnsignedInABase(const Digit *d, Index l, Base base);
110 using NumberlikeArray<Digit>::getCapacity;
111 using NumberlikeArray<Digit>::getLength;
115 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; } in getDigit()
118 bool isZero() const { return NumberlikeArray<Digit>::isEmpty(); } in isZero()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/bigint/
H A DBigUnsignedInABase.hh42 typedef unsigned short Digit; typedef in BigUnsignedInABase
44 typedef Digit Base;
51 BigUnsignedInABase(int, Index c) : NumberlikeArray<Digit>(0, c) {} in BigUnsignedInABase()
61 BigUnsignedInABase() : NumberlikeArray<Digit>(), base(2) {} in BigUnsignedInABase()
68 NumberlikeArray<Digit>::operator =(x); in operator =()
74 BigUnsignedInABase(const Digit *d, Index l, Base base);
110 using NumberlikeArray<Digit>::getCapacity;
111 using NumberlikeArray<Digit>::getLength;
115 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; } in getDigit()
118 bool isZero() const { return NumberlikeArray<Digit>::isEmpty(); } in isZero()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dau/
H A DdauDivs.c51 int i, j, k, Digit, Counter[5]; in Dau_DsdDivisors() local
71 Digit = Abc_TtGetHex( Copy, k ); in Dau_DsdDivisors()
72 if ( Digit == 1 || Digit == 14 ) in Dau_DsdDivisors()
74 else if ( Digit == 2 || Digit == 13 ) in Dau_DsdDivisors()
76 else if ( Digit == 4 || Digit == 11 ) in Dau_DsdDivisors()
78 else if ( Digit == 8 || Digit == 7 ) in Dau_DsdDivisors()
80 else if ( Digit == 6 || Digit == 9 ) in Dau_DsdDivisors()
/dports/comms/fldigi/fldigi-4.1.20/src/rigcontrol/
H A DFreqControl.cxx218 Digit[n]->labelsize(fh); in cFreqControl()
273 delete Digit[i]; in ~cFreqControl()
291 Digit[i]->label("0"); in updatevalue()
293 Digit[i]->label(""); in updatevalue()
315 Digit[n]->redraw(); in SetONOFFCOLOR()
341 Digit[n]->redraw(); in SetONCOLOR()
410 Digit[n]->redraw(); in restore_colors()
435 Digit[n]->redraw(); in reverse_colors()
639 delete Digit[n]; in set_ndigits()
706 this->add(Digit[n]); in set_ndigits()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBigIntType.h44 using Digit = uintptr_t;
62 Digit* heapDigits_;
290 static void internalMultiplyAdd(BigInt* source, Digit factor, Digit summand,
305 static bool productGreaterThan(Digit factor1, Digit factor2, Digit high,
317 void inplaceMultiplyAdd(Digit multiplier, Digit part);
357 static inline Digit digitAdd(Digit a, Digit b, Digit* carry) { in digitAdd()
358 Digit result = a + b; in digitAdd()
364 static inline Digit digitSub(Digit left, Digit right, Digit* borrow) { in digitSub()
365 Digit result = left - right; in digitSub()
372 static Digit digitMul(Digit a, Digit b, Digit* high);
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DBigIntType.h36 using Digit = uintptr_t;
54 Digit* heapDigits_;
283 static void internalMultiplyAdd(BigInt* source, Digit factor, Digit summand,
298 static bool productGreaterThan(Digit factor1, Digit factor2, Digit high,
310 void inplaceMultiplyAdd(Digit multiplier, Digit part);
350 static inline Digit digitAdd(Digit a, Digit b, Digit* carry) { in digitAdd()
351 Digit result = a + b; in digitAdd()
357 static inline Digit digitSub(Digit left, Digit right, Digit* borrow) { in digitSub()
358 Digit result = left - right; in digitSub()
365 static Digit digitMul(Digit a, Digit b, Digit* high);
[all …]
H A DBigIntType.cpp279 inline BigInt::Digit BigInt::digitMul(Digit a, Digit b, Digit* high) { in digitMul()
316 BigInt::Digit BigInt::digitDiv(Digit high, Digit low, Digit divisor, in digitDiv()
321 Digit rem; in digitDiv()
332 Digit rem; in digitDiv()
373 Digit un32 = in digitDiv()
447 void BigInt::inplaceMultiplyAdd(Digit factor, Digit summand) { in inplaceMultiplyAdd()
759 inline bool BigInt::productGreaterThan(Digit factor1, Digit factor2, Digit high, in productGreaterThan()
907 Digit qhat = std::numeric_limits<Digit>::max(); in absoluteDivWithBigIntDivisor()
1728 Digit digit; in createFromDouble()
2592 Digit minuendMSD = Digit(1) << (DigitBits - drop); in truncateAndSubFromPowerOfTwo()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DBigIntType.h44 using Digit = uintptr_t;
62 Digit* heapDigits_;
290 static void internalMultiplyAdd(BigInt* source, Digit factor, Digit summand,
305 static bool productGreaterThan(Digit factor1, Digit factor2, Digit high,
317 void inplaceMultiplyAdd(Digit multiplier, Digit part);
357 static inline Digit digitAdd(Digit a, Digit b, Digit* carry) { in digitAdd()
358 Digit result = a + b; in digitAdd()
364 static inline Digit digitSub(Digit left, Digit right, Digit* borrow) { in digitSub()
365 Digit result = left - right; in digitSub()
372 static Digit digitMul(Digit a, Digit b, Digit* high);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DBigIntType.cpp279 inline BigInt::Digit BigInt::digitMul(Digit a, Digit b, Digit* high) { in digitMul()
316 BigInt::Digit BigInt::digitDiv(Digit high, Digit low, Digit divisor, in digitDiv()
321 Digit rem; in digitDiv()
332 Digit rem; in digitDiv()
373 Digit un32 = in digitDiv()
447 void BigInt::inplaceMultiplyAdd(Digit factor, Digit summand) { in inplaceMultiplyAdd()
759 inline bool BigInt::productGreaterThan(Digit factor1, Digit factor2, Digit high, in productGreaterThan()
907 Digit qhat = std::numeric_limits<Digit>::max(); in absoluteDivWithBigIntDivisor()
1727 Digit digit; in createFromDouble()
2557 Digit minuendMSD = Digit(1) << (DigitBits - drop); in truncateAndSubFromPowerOfTwo()
[all …]
H A DBigIntType.h44 using Digit = uintptr_t;
61 Digit* heapDigits_;
308 static void internalMultiplyAdd(BigInt* source, Digit factor, Digit summand,
323 static bool productGreaterThan(Digit factor1, Digit factor2, Digit high,
335 void inplaceMultiplyAdd(Digit multiplier, Digit part);
375 static inline Digit digitAdd(Digit a, Digit b, Digit* carry) { in digitAdd()
376 Digit result = a + b; in digitAdd()
382 static inline Digit digitSub(Digit left, Digit right, Digit* borrow) { in digitSub()
383 Digit result = left - right; in digitSub()
390 static Digit digitMul(Digit a, Digit b, Digit* high);
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/csharp-review-needed.r/keyword_explicit.cs.t/
H A Dexpected.tags1 Digit input.cs /^ public Digit(byte value) $/;" m struct:Digit
2 Digit input.cs /^struct Digit$/;" s
5 operator Digit input.cs /^ public static explicit operator Digit(byte b) $/;" m struct:Digit
6 value input.cs /^ byte value;$/;" f struct:Digit

12345678910>>...133