Home
last modified time | relevance | path

Searched refs:Negative (Results 1 – 25 of 7670) sorted by relevance

12345678910>>...307

/dports/math/p5-Math-BigInt-Lite/Math-BigInt-Lite-0.24/t/
H A Dfrom_oct-mbl.t83 # Negative
129 # Negative
175 # Negative
221 # Negative
267 # Negative
313 # Negative
359 # Negative
405 # Negative
451 # Negative
497 # Negative
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/time-0.2.16/src/
H A Dsign.rs27 Negative = -1, enumerator
117 (Positive, Negative) | (Negative, Positive) => Negative, in mul()
261 assert_eq!(Positive * Negative, Negative); in sign_mul_sign()
262 assert_eq!(Negative * Positive, Negative); in sign_mul_sign()
263 assert_eq!(Negative * Negative, Positive); in sign_mul_sign()
274 assert_eq!(op_assign!(Positive *= Negative), Negative); in sign_mul_assign_sign()
275 assert_eq!(op_assign!(Negative *= Positive), Negative); in sign_mul_assign_sign()
276 assert_eq!(op_assign!(Negative *= Negative), Positive); in sign_mul_assign_sign()
288 assert_eq!(Positive / Negative, Negative); in sign_div_sign()
289 assert_eq!(Negative / Positive, Negative); in sign_div_sign()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/test/
H A Dboxclipper.cxx93 aDisjunctRanges.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
96 aEqualRanges.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
97 aEqualRanges.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
99 aIntersectionN.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
100 aIntersectionN.appendElement( aNorth, B2VectorOrientation::Negative ); in setUp()
102 aIntersectionE.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
103 aIntersectionE.appendElement( aEast, B2VectorOrientation::Negative ); in setUp()
105 aIntersectionS.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
106 aIntersectionS.appendElement( aSouth, B2VectorOrientation::Negative ); in setUp()
108 aIntersectionW.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/test/
H A Dboxclipper.cxx92 aDisjunctRanges.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
95 aEqualRanges.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
96 aEqualRanges.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
98 aIntersectionN.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
99 aIntersectionN.appendElement( aNorth, B2VectorOrientation::Negative ); in setUp()
101 aIntersectionE.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
102 aIntersectionE.appendElement( aEast, B2VectorOrientation::Negative ); in setUp()
104 aIntersectionS.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
105 aIntersectionS.appendElement( aSouth, B2VectorOrientation::Negative ); in setUp()
107 aIntersectionW.appendElement( aCenter, B2VectorOrientation::Negative ); in setUp()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/generate/
H A Demulate_film_instant_pro.conf5Negative --,Fuji FP-100c Negative -,Fuji FP-100c Negative,Fuji FP-100c Negative +,Fuji FP-100c Neg…
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/enum_primitive-0.1.1/tests/
H A Dtests.rs174 enum Negative {
182 assert_eq!(Negative::from_isize(-17), Some(Negative::A)); in negative()
184 assert_eq!(Negative::from_i8(-17), Some(Negative::A)); in negative()
185 assert_eq!(Negative::from_i8(-91), None); in negative()
186 assert_eq!(Negative::from_i16(-17), Some(Negative::A)); in negative()
188 assert_eq!(Negative::from_i32(-17), Some(Negative::A)); in negative()
190 assert_eq!(Negative::from_i64(-17), Some(Negative::A)); in negative()
192 assert_eq!(Negative::from_usize(!16), Some(Negative::A)); in negative()
194 assert_eq!(Negative::from_u8(!16), None); in negative()
195 assert_eq!(Negative::from_u8(!90), None); in negative()
[all …]
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/enum_primitive-0.1.1/tests/
H A Dtests.rs174 enum Negative {
182 assert_eq!(Negative::from_isize(-17), Some(Negative::A)); in negative()
184 assert_eq!(Negative::from_i8(-17), Some(Negative::A)); in negative()
185 assert_eq!(Negative::from_i8(-91), None); in negative()
186 assert_eq!(Negative::from_i16(-17), Some(Negative::A)); in negative()
188 assert_eq!(Negative::from_i32(-17), Some(Negative::A)); in negative()
190 assert_eq!(Negative::from_i64(-17), Some(Negative::A)); in negative()
192 assert_eq!(Negative::from_usize(!16), Some(Negative::A)); in negative()
194 assert_eq!(Negative::from_u8(!16), None); in negative()
195 assert_eq!(Negative::from_u8(!90), None); in negative()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/enum_primitive/tests/
H A Dtests.rs174 enum Negative {
182 assert_eq!(Negative::from_isize(-17), Some(Negative::A)); in negative()
184 assert_eq!(Negative::from_i8(-17), Some(Negative::A)); in negative()
185 assert_eq!(Negative::from_i8(-91), None); in negative()
186 assert_eq!(Negative::from_i16(-17), Some(Negative::A)); in negative()
188 assert_eq!(Negative::from_i32(-17), Some(Negative::A)); in negative()
190 assert_eq!(Negative::from_i64(-17), Some(Negative::A)); in negative()
192 assert_eq!(Negative::from_usize(!16), Some(Negative::A)); in negative()
194 assert_eq!(Negative::from_u8(!16), None); in negative()
195 assert_eq!(Negative::from_u8(!90), None); in negative()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/StdLib/
H A DNumericInt.c46 Negative = FALSE; in atoi()
50 Negative = TRUE; in atoi()
54 if(Negative) { in atoi()
76 Negative = FALSE; in atol()
80 Negative = TRUE; in atol()
84 if(Negative) { in atol()
106 Negative = FALSE; in atoll()
110 Negative = TRUE; in atoll()
114 if(Negative) { in atoll()
251 if(Negative) { in strtol()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/iter/
H A Dranges-negative.hpp47 class Negative { class
55 Negative(void);
57 Negative(I& i);
84 Negative<I,strict>::Negative(void) {} in Negative() function in Gecode::Iter::Ranges::Negative
88 Negative<I,strict>::init(I& i0) { in init()
94 Negative<I,strict>::Negative(I& i0) : i(i0) {} in Negative() function in Gecode::Iter::Ranges::Negative
98 Negative<I,strict>::operator ++(void) { in operator ++()
103 Negative<I,strict>::operator ()(void) const { in operator ()()
113 Negative<I,strict>::min(void) const { in min()
118 Negative<I,strict>::max(void) const { in max()
[all …]
H A Dvalues-negative.hpp43 class Negative { class
51 Negative(void);
53 Negative(I& i);
76 Negative<I,strict>::Negative(void) {} in Negative() function in Gecode::Iter::Values::Negative
80 Negative<I,strict>::init(I& i0) { in init()
86 Negative<I,strict>::Negative(I& i0) : i(i0) {} in Negative() function in Gecode::Iter::Values::Negative
90 Negative<I,strict>::operator ++(void) { in operator ++()
95 Negative<I,strict>::operator ()(void) const { in operator ()()
105 Negative<I,strict>::val(void) const { in val()
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkLargeInteger.cxx72 this->Negative = 0; in vtkLargeInteger()
177 this->Negative = n.Negative; in vtkLargeInteger()
302 this->Negative = !this->Negative; in Complement()
313 if (this->Negative != n.Negative) // check sign in operator ==()
390 else if (!this->Negative & n.Negative) in operator <()
450 this->Negative = n.Negative; in operator =()
498 if ((this->Negative ^ n.Negative) == 0) // cope with negatives in operator +=()
524 if ((this->Negative ^ n.Negative) == 1) // cope with negatives in operator -=()
673 c.Negative = this->Negative ^ n.Negative; in operator *=()
709 c.Negative = this->Negative ^ n.Negative; in operator /=()
[all …]
/dports/devel/p5-Perl6-Rules/Perl6-Rules-0.03/t/
H A Dnamed_chars.t20 ok( "\x{c}" !~ m/^ \X[C]/, "Negative hex \X[C] nomatch" );
22 ok( "\x{c}" =~ m/^ \X[A]/, "Negative hex \X[A] match" );
35 ok( "\x{d}" !~ m/^ \X[D]/, "Negative hex \X[D] nomatch" );
37 ok( "\x{d}" =~ m/^ \X[C]/, "Negative hex \X[C] match" );
52 ok( "\x{85}" =~ m/^ \X[D]/, "Negative hex \X[D] match" );
95 ok( "\N{LF}" !~ m/^ \C[LF]/, "Negative named LF nomatch" );
104 ok( "\N{FF}" !~ m/^ \C[FF]/, "Negative named FF nomatch" );
105 ok( "\N{LF}" =~ m/^ \C[FF]/, "Negative named FF match" );
113 ok( "\N{CR}" !~ m/^ \C[CR]/, "Negative named CR nomatch" );
114 ok( "\N{FF}" =~ m/^ \C[CR]/, "Negative named CR match" );
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Durealp.adb56 Negative : Boolean; component
375 Negative => Val.Negative);
564 Negative => Lval.Negative));
596 Negative => Lval.Negative));
618 if Val.Negative then
642 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
861 if Val.Negative then
884 Negative => Negative));
1082 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1219 Rval.Negative /= Lval.Negative
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Durealp.adb56 Negative : Boolean;
375 Negative => Val.Negative);
564 Negative => Lval.Negative));
596 Negative => Lval.Negative));
618 if Val.Negative then
642 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
861 if Val.Negative then
884 Negative => Negative));
1082 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1219 Rval.Negative /= Lval.Negative
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkLargeInteger.cxx71 this->Negative = 0; in vtkLargeInteger()
144 this->Negative = n.Negative; in vtkLargeInteger()
269 this->Negative = !this->Negative; in Complement()
280 if (this->Negative != n.Negative) // check sign in operator ==()
357 else if ((!this->Negative) && n.Negative) in operator <()
417 this->Negative = n.Negative; in operator =()
465 if ((this->Negative ^ n.Negative) == 0) // cope with negatives in operator +=()
491 if ((this->Negative ^ n.Negative) == 1) // cope with negatives in operator -=()
640 c.Negative = this->Negative ^ n.Negative; in operator *=()
676 c.Negative = this->Negative ^ n.Negative; in operator /=()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkLargeInteger.cxx48 this->Negative = 0; in vtkLargeInteger()
143 this->Negative = n.Negative; in vtkLargeInteger()
268 this->Negative = !this->Negative; in Complement()
279 if (this->Negative != n.Negative) // check sign in operator ==()
356 else if ((!this->Negative) && n.Negative) in operator <()
416 this->Negative = n.Negative; in operator =()
464 if ((this->Negative ^ n.Negative) == 0) // cope with negatives in operator +=()
490 if ((this->Negative ^ n.Negative) == 1) // cope with negatives in operator -=()
639 c.Negative = this->Negative ^ n.Negative; in operator *=()
675 c.Negative = this->Negative ^ n.Negative; in operator /=()
[all …]
/dports/games/pcgen/pcgen/data/modern/wizards_of_the_coast/msrd/future/future_cybernetics/
H A Dfuturecybernetics_implants.lst9 …:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|…
10 …:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|…
11 …:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|…
12 …:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|…
13 …:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|…
14 …:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|…
15 … SOURCEPAGE:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels
16 … SOURCEPAGE:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels
17 … SOURCEPAGE:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels
28 …:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels …
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Durealp.adb47 Negative : Boolean; component
445 Negative => Val.Negative);
597 Negative => Lval.Negative));
629 Negative => Lval.Negative));
649 if Val.Negative then
673 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
886 if Val.Negative then
909 Negative => Negative));
1107 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1238 Rval.Negative /= Lval.Negative
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Durealp.adb54 Negative : Boolean; component
414 Negative => Val.Negative);
609 Negative => Lval.Negative));
641 Negative => Lval.Negative));
661 if Val.Negative then
685 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
896 if Val.Negative then
919 Negative => Negative));
1117 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1248 Rval.Negative /= Lval.Negative
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Durealp.adb54 Negative : Boolean; component
414 Negative => Val.Negative);
609 Negative => Lval.Negative));
641 Negative => Lval.Negative));
661 if Val.Negative then
685 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
896 if Val.Negative then
919 Negative => Negative));
1117 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1248 Rval.Negative /= Lval.Negative
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Durealp.adb54 Negative : Boolean; component
414 Negative => Val.Negative);
609 Negative => Lval.Negative));
641 Negative => Lval.Negative));
661 if Val.Negative then
685 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
896 if Val.Negative then
919 Negative => Negative));
1117 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1248 Rval.Negative /= Lval.Negative
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Durealp.adb54 Negative : Boolean; component
414 Negative => Val.Negative);
609 Negative => Lval.Negative));
641 Negative => Lval.Negative));
661 if Val.Negative then
685 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
896 if Val.Negative then
919 Negative => Negative));
1117 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1248 Rval.Negative /= Lval.Negative
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Durealp.adb54 Negative : Boolean; component
414 Negative => Val.Negative);
609 Negative => Lval.Negative));
641 Negative => Lval.Negative));
661 if Val.Negative then
685 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
896 if Val.Negative then
919 Negative => Negative));
1117 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1248 Rval.Negative /= Lval.Negative
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Durealp.adb47 Negative : Boolean; component
419 Negative => Val.Negative);
571 Negative => Lval.Negative));
603 Negative => Lval.Negative));
623 if Val.Negative then
647 Rneg : constant Boolean := Rval.Negative xor Lval.Negative;
860 if Val.Negative then
883 Negative => Negative));
1081 Rneg : constant Boolean := Lval.Negative xor Rval.Negative;
1212 Rval.Negative /= Lval.Negative
[all …]

12345678910>>...307