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

  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 103 var K4 = 0x80000001;
104 assertEquals(K3 | 0, Uint32Phi(true, K3, K4));
105 assertEquals(K4 | 0, Uint32Phi(false, K3, K4));
106 assertEquals(K3 | 0, Uint32Phi(true, K3, K4));
107 assertEquals(K4 | 0, Uint32Phi(false, K3, K4));
109 assertEquals(K3 | 0, Uint32Phi(true, K3, K4));
110 assertEquals(K4 | 0, Uint32Phi(false, K3, K4));
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 70 K4 = K2,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFECompositeElement.h 96 DECLARE_ANIMATED_NUMBER(K4, k4)
SVGFECompositeElement.cpp 39 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k4Attr, K4, k4)
48 REGISTER_LOCAL_ANIMATED_PROPERTY(k4)
  /external/speex/libspeex/
math_approx.h 186 #define K4 -10
195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
  /external/clang/lib/Format/
FormatToken.h 208 tok::TokenKind K4, tok::TokenKind K5 = tok::NUM_TOKENS,
216 return is(K1) || is(K2) || is(K3) || is(K4) || is(K5) || is(K6) || is(K7) ||
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
gcm128.c     [all...]
  /external/openssl/crypto/modes/
gcm128.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 696 milliseconds