HomeSort by relevance Sort by last modified time
    Searched defs:C11 (Results 1 - 5 of 5) 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 150 C11 = 2.50521083854417203619031960151253944e-8L,
247 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/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;

Completed in 88 milliseconds