HomeSort by relevance Sort by last modified time
    Searched defs:negative (Results 26 - 43 of 43) sorted by null

12

  /external/icu4c/i18n/
smpdtfmt.cpp 146 // suppress the parsing of negative numbers. Adjust as needed (if
1077 UBool negative = FALSE; local
    [all...]
vtzone.cpp 119 UBool negative = FALSE; local
124 negative = TRUE;
144 if (negative) {
154 UBool negative = FALSE; local
167 negative = TRUE;
176 if (negative) {
482 // A value of BYMONTHDAY could be negative, for example, -1 means
560 // Resolve negative day numbers. A negative day number should
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 199 negative = 8, enumerator in enum:v8::internal::Condition
213 sign = negative,
    [all...]
code-stubs-ia32.cc 600 // - 0x40000000: this number would convert to negative when
633 // Check for negative zero result. Use combined = left | right.
649 // Check for the corner case of dividing the most negative smi by
655 // Check for negative zero result. Use combined = left | right.
674 // Check for negative zero result. Use combined = left | right.
2032 NearLabel negative; local
    [all...]
lithium-codegen-ia32.cc 816 // Check for (0 % -x) that will produce negative zero.
855 // Check for (0 / -x) that will produce negative zero.
946 // Bail out if the result is supposed to be negative zero.
955 // Test the non-zero operand for negative sign.
2597 Label negative; local
2823 NearLabel positive, done, zero, negative; local
    [all...]
  /external/v8/src/x64/
assembler-x64.h 272 negative = 8, enumerator in enum:v8::internal::Condition
290 sign = negative,
    [all...]
macro-assembler-x64.cc 845 bool negative = value < 0; local
846 unsigned int uvalue = negative ? -value : value;
879 if (negative) {
    [all...]
lithium-codegen-x64.cc 817 // Check for (0 % -x) that will produce negative zero.
856 // Check for (0 / -x) that will produce negative zero.
948 // Bail out if the result is supposed to be negative zero.
960 // Test the non-zero operand for negative sign.
2613 Label negative; local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c 670 printf ("negative literal\n");
1365 int negative; local
    [all...]
  /external/v8/src/mips/
constants-mips.h 385 negative = 8, enumerator in enum:v8::internal::Condition
404 sign = negative,
406 mi = negative,
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 153 "'-' and a : separated list of negative patterns (tests to "
155 "patterns and does not match any of the negative patterns.");
175 "How many times to repeat each test. Specify a negative number "
363 // positive filter and negative filter portions
367 String negative; local
370 negative = String("");
373 negative = String(dash+1); // Everything after the dash
383 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 211 "'-' and a : separated list of negative patterns (tests to "
213 "patterns and does not match any of the negative patterns.");
245 "How many times to repeat each test. Specify a negative number "
481 // positive filter and negative filter portions
485 String negative; local
488 negative = String("");
491 negative = String(dash+1); // Everything after the dash
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/gtest/src/
gtest.cc 196 "'-' and a : separated list of negative patterns (tests to "
198 "patterns and does not match any of the negative patterns.");
224 "How many times to repeat each test. Specify a negative number "
428 // positive filter and negative filter portions
432 String negative; local
435 negative = String("");
438 negative = String(dash+1); // Everything after the dash
448 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 207 "'-' and a : separated list of negative patterns (tests to "
209 "patterns and does not match any of the negative patterns.");
241 "How many times to repeat each test. Specify a negative number "
470 // positive filter and negative filter portions
474 String negative; local
477 negative = String("");
480 negative = String(dash+1); // Everything after the dash
490 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 195 "'-' and a : separated list of negative patterns (tests to "
197 "patterns and does not match any of the negative patterns.");
229 "How many times to repeat each test. Specify a negative number "
462 // positive filter and negative filter portions
466 String negative; local
469 negative = String("");
472 negative = String(dash+1); // Everything after the dash
482 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 4234 bool negative = false; local
4315 bool negative = false; local
    [all...]
  /external/svox/pico/lib/
picopr.c 558 picoos_bool negative=FALSE; local
563 negative = TRUE;
582 if (negative) {
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1206 milliseconds

12