HomeSort by relevance Sort by last modified time
    Searched refs:negative (Results 226 - 250 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 164 * @return {number} Zero if they intersect, negative if the point is before
  /external/chromium_org/v8/src/x64/
assembler-x64.h 296 negative = 8,
314 sign = negative,
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
smi-ops-inlined.js 348 // 2^32 subtracted from negative numbers.
smi-ops.js 355 // 2^32 subtracted from negative numbers.
  /external/chromium_org/testing/gtest/src/
gtest.cc 222 "'-' and a : separated list of negative patterns (tests to "
224 "patterns and does not match any of the negative patterns.");
256 "How many times to repeat each test. Specify a negative number "
489 // positive filter and negative filter portions
493 std::string negative; local
496 negative = "";
499 negative = std::string(dash + 1); // Everything after the dash
509 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
filter_altivec.asm 75 vmuleub v18, \P1, v1 ;# 2 negative taps
97 vmuleub v23, \P1, v14 ;# 2 negative taps
  /external/chromium_org/third_party/mesa/src/src/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/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 454 @ Note: W^k is stored as negative values in the table.
  /external/chromium_org/tools/traceline/svgui/
traceline.js 9 // letting them go negative or off the screen. This might give us a little
576 // We get negative done values (well, really, it was 0 and then made
  /external/gcc-demangle/
cp-demangle.c 669 printf ("negative literal\n");
1436 int negative; local
    [all...]
  /external/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/libvpx/libvpx/vp8/common/ppc/
filter_altivec.asm 75 vmuleub v18, \P1, v1 ;# 2 negative taps
97 vmuleub v23, \P1, v14 ;# 2 negative taps
  /external/llvm/lib/Support/
APFloat.cpp 165 bool negative, overflow;
170 negative = *p == '-';
196 if (negative)
204 exponent = negative ? -32768: 32767;
618 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
621 sign = Negative;
665 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
668 value.makeNaN(SNaN, Negative, fill);
    [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 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/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/valgrind/main/coregrind/m_demangle/
cp-demangle.c 691 printf ("negative literal\n");
1484 int negative; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_altivec.asm 75 vmuleub v18, \P1, v1 ;# 2 negative taps
97 vmuleub v23, \P1, v14 ;# 2 negative taps
  /ndk/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...]
  /external/chromium_org/remoting/webapp/
client_session.js 247 // from chromoting_scriptable_object.h and must be kept in sync. The negative
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 195 // Math.round on negative arguments causes V8 to deoptimize the calling
  /external/iproute2/doc/
api-ip6-flowlabels.tex 400 be negative, if the label is in use.
  /external/libunwind/doc/
libunwind.tex 80 of the chain has been reached, and any negative value indicates that

Completed in 2311 milliseconds

1 2 3 4 5 6 7 8 91011>>