HomeSort by relevance Sort by last modified time
    Searched refs:Positive (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
DecimalTest.cpp 47 << ", " << (data.sign() == Decimal::Negative ? "Negative" : "Positive")
80 protected: static const Sign Positive = Decimal::Positive;
116 // FIXME: We should use expectedSign without "Decimal::", however, g++ causes undefined references for DecimalTest::Positive and Negative.
126 EXPECT_EQ(encode(0, 0, Positive), encode(0, 0, Positive).abs());
127 EXPECT_EQ(encode(0, 0, Positive), encode(0, 0, Negative).abs());
129 EXPECT_EQ(encode(0, 10, Positive), encode(0, 10, Positive).abs());
130 EXPECT_EQ(encode(0, 10, Positive), encode(0, 10, Negative).abs())
    [all...]
Decimal.h 54 Positive,
131 bool isPositive() const { return sign() == Positive; }
173 static inline Sign invertSign(Sign sign) { return sign == Negative ? Positive : Negative; }
Decimal.cpp 279 : m_data(i32 < 0 ? Negative : Positive, 0, i32 < 0 ? static_cast<uint64_t>(-static_cast<int64_t>(i32)) : static_cast<uint64_t>(i32))
368 if (lhsSign == Negative && rhsSign == Positive && !result)
369 return Decimal(Positive, alignedOperands.exponent, 0);
407 return Decimal(Positive, alignedOperands.exponent, 0);
419 const Sign resultSign = lhsSign == rhsSign ? Positive : Negative;
457 const Sign resultSign = lhsSign == rhsSign ? Positive : Negative;
563 result.m_data.setSign(Positive);
619 // Round toward positive infinity.
633 return isPositive() ? Decimal(1) : zero(Positive);
653 return zero(Positive);
    [all...]
  /external/chromium_org/testing/gtest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /external/protobuf/gtest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /ndk/sources/third_party/googletest/googletest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.cpp 70 DEFINE_STATIC_LOCAL(const Decimal, twoPowerOfFloatMantissaBits, (Decimal::Positive, 0, UINT64_C(1) << FLT_MANT_DIG));
76 DEFINE_STATIC_LOCAL(const Decimal, tenPowerOf21, (Decimal::Positive, 21, 1));
155 DEFINE_STATIC_LOCAL(const Decimal, twoPowerOfDoubleMantissaBits, (Decimal::Positive, 0, UINT64_C(1) << DBL_MANT_DIG));
RangeInputType.cpp 390 const Decimal closestRight = middle != m_tickMarkValues.size() ? m_tickMarkValues[middle] : Decimal::infinity(Decimal::Positive);
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 17 positive numbers, non-NULL pointers, and so on. The following
20 Number POSITIVE - Positive number (not zero)
23 Number NONNEGATIVE - Positive number (including zero)
38 void *malloc(int POSITIVE); // May return a NULL pointer
56 double log(double POSITIVE);
63 Real log(Real POSITIVE);
78 // Positive numbers
81 int POSITIVE,
82 short POSITIVE,
    [all...]
  /external/chromium_org/base/strings/
string_number_conversions.cc 194 if (!Positive::Invoke(begin, end, output)) {
246 class Positive : public Base<Positive> {
  /external/chromium_org/v8/test/mjsunit/
mod.js 33 // Positive case.
regexp-capture-3.js 178 NoHang(/(?=(((.*)*)*x)?)foo/); // Positive lookahead is filtered.
179 NoHang(/(?=(((.*)*)*x))?/); // Continuation branch of positive lookahead.
180 NoHang(/(?=?)(((.*)*)*x)/); // Positive lookahead also prunes continuation.
  /external/clang/test/SemaCXX/
compare.cpp 230 // A is max short plus 1. All zero and positive shorts are smaller than it.
345 Positive = 1
354 Positive = 1
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 917 // Positive values correspond to the tunnelling connection count
  /external/chromium_org/remoting/webapp/
client_session.js 220 // Note that the positive values in both of these enums are copied directly
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/libmtp/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 525 milliseconds