Home
last modified time | relevance | path

Searched refs:isNegative (Results 1 – 25 of 4354) sorted by path

12345678910>>...175

/dports/astro/celestia-gtk/celestia-1.6.1/src/celutil/
H A Dbigfix.cpp64 bool isNegative = false; in BigFix() local
70 isNegative = true; in BigFix()
91 if (isNegative) in BigFix()
104 if (isNegative()) in operator double()
147 if (a.isNegative() == b.isNegative()) in operator <()
156 return a.isNegative(); in operator <()
195 if (a.isNegative()) in operator *()
200 if (b.isNegative()) in operator *()
259 bool resultNegative = a.isNegative() != b.isNegative(); in operator *()
H A Dbigfix.h55 bool isNegative() const in isNegative() function
/dports/astro/celestia/celestia-1.6.1/src/celutil/
H A Dbigfix.cpp64 bool isNegative = false; in BigFix() local
70 isNegative = true; in BigFix()
91 if (isNegative) in BigFix()
104 if (isNegative()) in operator double()
147 if (a.isNegative() == b.isNegative()) in operator <()
156 return a.isNegative(); in operator <()
195 if (a.isNegative()) in operator *()
200 if (b.isNegative()) in operator *()
259 bool resultNegative = a.isNegative() != b.isNegative(); in operator *()
H A Dbigfix.h55 bool isNegative() const in isNegative() function
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DLatLonEdit.cpp649 const bool isNegative = (value < 0.0); in setValue() local
650 d->m_sign->setCurrentIndex( isNegative ? NegativeSphereIndex : PositiveSphereIndex ); in setValue()
/dports/astro/marble/marble-21.12.3/src/plugins/positionprovider/flightgear/
H A DFlightGearPositionProviderPlugin.cpp174 double FlightGearPositionProviderPlugin::parsePosition( const QString &value, bool isNegative ) in parsePosition() argument
178 return isNegative ? -qAbs( pos ) : pos; in parsePosition()
H A DFlightGearPositionProviderPlugin.h55 static double parsePosition(const QString &value, bool isNegative);
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/garmin/
H A DCGarminPolygon.cpp164 bool isNegative = (iCenterLon >= 0x800000); in decode() local
169 if(x1 >= 0x800000 && !isNegative) in decode()
182 if(x1 >= 0x800000 && !isNegative) in decode()
280 bool isNegative = (iCenterLon >= 0x800000); in decode2() local
285 if(x1 >= 0x800000 && !isNegative) in decode2()
298 if(x1 >= 0x800000 && !isNegative) in decode2()
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/libs/
H A Dindicom.c195 uint8_t isNegative=0; in f_scansexa() local
220 isNegative = 1; in f_scansexa()
231 if (isNegative) in f_scansexa()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-string-utils/
H A DFromChars.cpp60 bool isNegative) noexcept in FastStringToInt() argument
101 (isNegative ? 1 : 0); in FastStringToInt()
110 value = isNegative ? in FastStringToInt()
130 const bool isNegative = *buffer == '-'; in IntFromChars() local
132 if (isNegative) in IntFromChars()
141 FastStringToInt(buffer, last, value, isNegative); in IntFromChars()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/javascript/
H A Djuce_JSON.cpp189 var parseNumber (bool isNegative) in parseNumber()
212 return var (isNegative ? -asDouble : asDouble); in parseNumber()
225 auto correctedValue = isNegative ? -intValue : intValue; in parseNumber()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/maths/
H A Djuce_BigInteger.cpp419 if (other.isNegative()) in operator +=()
422 if (isNegative()) in operator +=()
473 if (other.isNegative()) in operator -=()
476 if (isNegative()) in operator -=()
530 auto wasNegative = isNegative(); in operator *=()
627 jassert (isNegative() == other.isNegative()); in operator |=()
654 jassert (isNegative() == other.isNegative()); in operator &=()
683 jassert (isNegative() == other.isNegative()); in operator ^=()
734 auto isNeg = isNegative(); in compare()
988 else if (isNegative()) in montgomeryMultiplication()
[all …]
H A Djuce_BigInteger.h183 bool isNegative() const noexcept;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_CharacterFunctions.h150 bool isNegative = false;
165 isNegative = true;
298 return isNegative ? -r : r;
/dports/audio/carla/Carla-2.4.1/source/modules/water/text/
H A DCharacterFunctions.h110 bool isNegative = false, digitsFound = false; in readDoubleValue() local
118 case '-': isNegative = true; // fall-through.. in readDoubleValue()
230 return isNegative ? -r : r; in readDoubleValue()
/dports/audio/faust/faust-2.37.3/compiler/normalize/
H A Daterm.cpp144 if (m.isNegative()) { in normalizedTree()
H A Dmterm.cpp73 bool mterm::isNegative() const in isNegative() function in mterm
H A Dmterm.hh62 bool isNegative() const; ///< true if mterm has a negative coefficient
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/javascript/
H A Djuce_JSON.cpp187 var parseNumber (bool isNegative) in parseNumber()
210 return var (isNegative ? -asDouble : asDouble); in parseNumber()
223 auto correctedValue = isNegative ? -intValue : intValue; in parseNumber()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/maths/
H A Djuce_BigInteger.cpp419 if (other.isNegative()) in operator +=()
422 if (isNegative()) in operator +=()
473 if (other.isNegative()) in operator -=()
476 if (isNegative()) in operator -=()
530 auto wasNegative = isNegative(); in operator *=()
627 jassert (isNegative() == other.isNegative()); in operator |=()
654 jassert (isNegative() == other.isNegative()); in operator &=()
683 jassert (isNegative() == other.isNegative()); in operator ^=()
734 auto isNeg = isNegative(); in compare()
988 else if (isNegative()) in montgomeryMultiplication()
[all …]
H A Djuce_BigInteger.h183 bool isNegative() const noexcept;
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_CharacterFunctions.h150 bool isNegative = false;
165 isNegative = true;
292 return isNegative ? -r : r;
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/com/ibm/icu/text/
H A DFixedDecimal.java34 final boolean isNegative;
108 public boolean isNegative() {
109 return isNegative;
134 isNegative = n < 0;
135 source = isNegative ? -n : n;
300 this.isNegative = other.isNegative;
632 return (isNegative ? -source : source);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DAbstractFunction.schelp150 method::isNegative
H A DSequenceableCollection.schelp643 …, bilinrand, sum3rand, distort, softclip, coin, even, odd, isPositive, isNegative, isStrictlyPosit…

12345678910>>...175