Searched refs:Negative (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPFloat.h194 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
195 return APFloat(Sem, fcZero, Negative);
197 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
198 return APFloat(Sem, fcInfinity, Negative);
203 /// \param Negative - True iff the NaN generated should be negative.
206 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false,
210 return getQNaN(Sem, Negative, &fill);
212 return getQNaN(Sem, Negative, 0);
218 bool Negative = false,
220 return makeNaN(Sem, false, Negative, payloa
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDecimal.h54 Negative, enumerator in enum:WebCore::Decimal::Sign
129 bool isNegative() const { return sign() == Negative; }
172 static inline Sign invertSign(Sign sign) { return sign == Negative ? Positive : Negative; }
H A DDecimal.cpp282 : m_data(i32 < 0 ? Negative : Positive, 0, i32 < 0 ? static_cast<uint64_t>(-static_cast<int64_t>(i32)) : static_cast<uint64_t>(i32))
371 if (lhsSign == Negative && rhsSign == Positive && !result)
409 if (lhsSign == Negative && rhsSign == Negative && !result)
422 const Sign resultSign = lhsSign == rhsSign ? Positive : Negative;
460 const Sign resultSign = lhsSign == rhsSign ? Positive : Negative;
688 return infinity(doubleValue < 0 ? Negative : Positive);
781 exponentSign = Negative;
800 return exponentSign == Negative ? zero(Positive) : infinity(sign);
838 sign = Negative;
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathPredicate.h58 class Negative final : public Expression {
60 explicit Negative(std::unique_ptr<Expression>);
H A DXPathPredicate.cpp59 Negative::Negative(std::unique_ptr<Expression> expression) function in class:WebCore::XPath::Negative
64 Value Negative::evaluate() const
H A DXPathGrammar.y479 $$ = new Negative(std::unique_ptr<Expression>($2));
/macosx-10.10/Security-57031.1.35/SecurityTests/testclient/
H A Dattributes.h27 CSSM_DB_ATTR_DECL(Negative);
H A Ddltests.cpp56 CSSM_DB_ATTR(Attributes::Negative),
79 CSSM_DB_ATTR(Attributes::Negative),
102 CSSM_DB_ATTR(Attributes::Negative),
H A Dattributes.cpp32 CSSM_DB_INTEGER_ATTR(Attributes::Negative, kNegativeKCItemAttr, "Negative", 0, NULL, BLOB);
/macosx-10.10/swig-12/Lib/
H A Dconstraints.i24 Number NEGATIVE - Negative number (not zero)
27 Number NONPOSITIVE - Negative number (including zero)
101 // Negative numbers
/macosx-10.10/vim-55/runtime/syntax/
H A Dacedb.vim59 syn keyword acedbMagic Reversed_physical Points Positive Negative
83 syn match acedbHyb "\<Positive_\w\+\>\|\<Negative\w\+\>"
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp634 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
637 sign = Negative;
681 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
684 value.makeNaN(SNaN, Negative, fill);
2003 // Negative zero can't be represented as an int.
2058 /* Negative numbers cannot be represented as unsigned. */
3259 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) {
3260 APFloat Val(Sem, fcNormal, Negative);
3263 // sign = {Negative}
3284 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt130 sure there are no spaces around the ','. Negative indices are allowed.
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DAPFloatTest.cpp399 bool SNaN, bool Negative, uint64_t fill) {
402 return APFloat::getSNaN(Sem, Negative, &apfill).bitcastToAPInt();
404 return APFloat::getQNaN(Sem, Negative, &apfill).bitcastToAPInt();
398 nanbits(const fltSemantics &Sem, bool SNaN, bool Negative, uint64_t fill) argument
/macosx-10.10/CPANInternal-159.1/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm92 will store the values passed directly, which must both be integers. Negative
/macosx-10.10/WebCore-7600.1.25/html/
H A DRangeInputType.cpp411 const Decimal closestLeft = middle ? m_tickMarkValues[middle - 1] : Decimal::infinity(Decimal::Negative);
/macosx-10.10/vim-55/runtime/macros/
H A Djustify.vim43 " Negative values: Keep current amount of leading whitespace.
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DConstants.h261 static ConstantFP *getInfinity(Type *Ty, bool Negative = false);
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp581 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { argument
584 APFloat::getInf(Semantics, Negative));
/macosx-10.10/emacs-93/emacs/etc/
H A Dgnus-refcard.tex998 T k & (M-C-k) {\bf Kill} the current (sub)thread. [Negative prefix:

Completed in 311 milliseconds