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

  /external/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
65 /// isC11 - Language is a superset of C11.
66 bool isC11() const { return Flags & frontend::C11; }
  /external/libvpx/vp8/encoder/
ssim.c 85 static const double C11 = (0.01 * 0.01) * (255 * 255);
88 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
147 static const double C11 = (0.01 * 0.01) * (255 * 255);
150 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
  /external/openssl/crypto/modes/
gcm128.c     [all...]

Completed in 300 milliseconds