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

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 48 C11 = 0.1601061435794535138244346256065192782581e-23;
57 z*(C8+z*(C9+z*(C10+z*C11))))))))));
s_expl.c 334 C11 = 2.50521083854417203619031960151253944e-8L,
415 x * (C11 + x * (C12 + x * (C13 +
  /external/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
67 /// isC11 - Language is a superset of C11.
68 bool isC11() const { return Flags & frontend::C11; }
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
dct16x16_test.cc 74 const double C11 = 0.471396736825998;
117 temp1 = step[ 9] * C11;
138 temp2 = step[14] * C11;
  /external/chromium_org/third_party/libyuv/util/
ssim.cc 86 static const double C11 = (0.01 * 0.01) * (255 * 255);
89 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
  /external/libvpx/libvpx/test/
dct16x16_test.cc 77 const double C11 = 0.471396736825998;
120 temp1 = step[ 9] * C11;
141 temp2 = step[14] * C11;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 77 const double C11 = 0.471396736825998;
120 temp1 = step[ 9] * C11;
141 temp2 = step[14] * C11;
  /external/openssl/crypto/modes/
gcm128.c     [all...]

Completed in 156 milliseconds