HomeSort by relevance Sort by last modified time
    Searched defs:negative (Results 76 - 100 of 284) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
vtzone.cpp 121 UBool negative = FALSE; local
126 negative = TRUE;
146 if (negative) {
156 UBool negative = FALSE; local
169 negative = TRUE;
178 if (negative) {
484 // A value of BYMONTHDAY could be negative, for example, -1 means
562 // Resolve negative day numbers. A negative day number should
    [all...]
  /external/python/cpython2/Objects/
longobject.c 107 int negative = 0; local
114 negative = 1;
132 v->ob_size = negative ? -ndigits : ndigits;
215 * (unsigned long)LONG_MAX, and for the smallest negative signed long
420 "can't convert negative value "
434 "can't convert negative value to unsigned long");
554 is positive, and leading 0xff bytes if negative. */
655 "can't convert negative long to unsigned");
852 int negative = 0; local
858 negative = 1
1344 int negative; local
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 824 printf ("negative literal\n");
1685 int negative; local
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 91 * non-termination. (We may discover that a presumed zero result is actually slightly negative
367 * in the data base. If no expressions with negative indices were preserved, this will
368 * return a small negative predefined constant.
860 final int negative = cache.charAt(0) == '-' ? 1 : 0; local
926 final int negative = cache.charAt(0) == '-' ? 1 : 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cp-demangle.c 769 printf ("negative literal\n");
1639 int negative; local
    [all...]
  /external/boringssl/src/third_party/fiat/
curve25519.c 1872 static uint8_t negative(signed char b) { function
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 35 /* Control logging of negative results. 0 disabled, 1 enabled */
38 /* Control logging of program source for negative results. 0 disabled, 1 enabled */
1340 const glw::GLfloat negative = -1.0f; local
1449 const glw::GLfloat negative = -1.0f; local
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 212 "'-' and a : separated list of negative patterns (tests to "
214 "patterns and does not match any of the negative patterns.");
246 "How many times to repeat each test. Specify a negative number "
482 // positive filter and negative filter portions
486 String negative; local
489 negative = String("");
492 negative = String(dash+1); // Everything after the dash
502 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/llvm/utils/unittest/googletest/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/mesa3d/src/gtest/src/
gtest.cc 218 "'-' and a : separated list of negative patterns (tests to "
220 "patterns and does not match any of the negative patterns.");
252 "How many times to repeat each test. Specify a negative number "
485 // positive filter and negative filter portions
489 std::string negative; local
492 negative = "";
495 negative = std::string(dash + 1); // Everything after the dash
505 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/protobuf/gtest/src/
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/python/cpython3/Objects/
longobject.c 373 * (unsigned long)LONG_MAX, and for the smallest negative signed long
581 "can't convert negative value to unsigned int");
625 "can't convert negative value to size_t");
774 is positive, and leading 0xff bytes if negative. */
875 "can't convert negative int to unsigned");
1050 int negative = 0; local
1057 negative = 1;
1075 Py_SIZE(v) = negative ? -ndigits : ndigits;
1123 int negative = 0; local
1129 negative = 1
1584 int negative; local
1777 int negative; local
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 3166 auto negative = x >> 31; local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 218 "'-' and a : separated list of negative patterns (tests to "
220 "patterns and does not match any of the negative patterns.");
252 "How many times to repeat each test. Specify a negative number "
485 // positive filter and negative filter portions
489 std::string negative; local
492 negative = "";
495 negative = std::string(dash + 1); // Everything after the dash
505 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatterBuilder.java 380 * Only negative numbers will be signed. No padding will be added.
405 * If the value of the field is negative then an exception is thrown during formatting.
428 * Adjacent value parsing applies to each set of fixed width not-negative values in the parser
437 * In addition, no positive or negative sign is permitted.
462 * zero-padding and the positive/negative sign.
481 * @param signStyle the positive/negative output style, not null
676 * If the value is negative an exception will be thrown.
3394 int negative = (sign == '-' ? -1 : 1); local
3539 int negative = 0; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest.cc 214 "'-' and a : separated list of negative patterns (tests to "
216 "patterns and does not match any of the negative patterns.");
248 "How many times to repeat each test. Specify a negative number "
481 // positive filter and negative filter portions
485 std::string negative; local
488 negative = "";
491 negative = std::string(dash + 1); // Everything after the dash
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-score7.c 5484 int negative = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /external/googletest/googletest/src/
gtest.cc 231 "'-' and a : separated list of negative patterns (tests to "
233 "patterns and does not match any of the negative patterns.");
265 "How many times to repeat each test. Specify a negative number "
508 // positive filter and negative filter portions
512 std::string negative; local
515 negative = "";
518 negative = std::string(dash + 1); // Everything after the dash
528 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 231 "'-' and a : separated list of negative patterns (tests to "
233 "patterns and does not match any of the negative patterns.");
265 "How many times to repeat each test. Specify a negative number "
508 // positive filter and negative filter portions
512 std::string negative; local
515 negative = "";
518 negative = std::string(dash + 1); // Everything after the dash
528 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 653 // some arbitrary but unique non-negative integer assigned to each test
1814 String negative; local
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 231 "'-' and a : separated list of negative patterns (tests to "
233 "patterns and does not match any of the negative patterns.");
265 "How many times to repeat each test. Specify a negative number "
507 // positive filter and negative filter portions
511 std::string negative; local
514 negative = "";
517 negative = std::string(dash + 1); // Everything after the dash
527 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 673 // some arbitrary but unique non-negative integer assigned to each test
1973 std::string negative; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 673 // some arbitrary but unique non-negative integer assigned to each test
1973 std::string negative; local
    [all...]

Completed in 2530 milliseconds

1 2 34 5 6 7 8 91011>>