HomeSort by relevance Sort by last modified time
    Searched defs:k7 (Results 1 - 11 of 11) sorted by null

  /external/v8/test/mjsunit/
global-infinity-strict.js 129 function k7() { return (1/0) === (1/0); } function
130 test(true, k7);
global-infinity.js 120 function k7() { return (1/0) === (1/0); } function
121 test(true, k7);
global-nan-strict.js 129 function k7() { return (0/0) === (0/0); } function
130 test(false, k7);
global-nan.js 120 function k7() { return (0/0) === (0/0); } function
121 test(false, k7);
global-undefined-strict.js 127 function k7() { return void 0 === void 0; } function
128 test(true, k7);
global-undefined.js 128 function k7() { return void 0 === void 0; } function
129 test(true, k7);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
82 k7 = mask & (tmp >> 15);
83 k6 = k7 - (k6 << 1);
84 k7 = (tmp2 >> 24) & 0xFF;
86 k7 = tmp - (k7 << 1);
91 k0 = k0 + k7;
92 k7 = k0 - (k7 << 1);
113 k6 = k6 + k7;
270 Int k0, k1, k2, k3, k4, k5, k6, k7; local
476 Int k0, k1, k2, k3, k4, k5, k6, k7; local
655 Int k0, k1, k2, k3, k4, k5, k6, k7; local
866 Int k0, k1, k2, k3, k4, k5, k6, k7; local
1053 Int k0, k1, k2, k3, k4, k5, k6, k7; local
    [all...]
dct_inline.h 83 int32 k4, int32 k5, int32 k6, int32 k7)
101 carry = k7 >> 31;
102 abs_sum += (k7 ^ carry) - carry;
242 int32 k4, int32 k5, int32 k6, int32 k7)
260 eors carry, k7, k7, asr #31 ; local
348 int32 k4, int32 k5, int32 k6, int32 k7)
359 register int32 hh = (int32)k7;
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 112 int k7 = 123._ambig2; // expected-error {{ambiguous}} member in namespace:AmbiguousRawTemplate::N
  /external/clang/test/CXX/drs/
dr1xx.cpp 168 int k7 = f(&s.f); // expected-error {{non-constant pointer to member}} member in namespace:dr115
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 811 milliseconds