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

  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 66 class C8
152 // CHECK-NEXT: -- (Test1::C8, 184) vtable address --
200 , virtual public C8
debug-info-use-after-free.cpp 300 C8:
305 C8 {
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 45 C8 = -0.1561920696721507929516718307820958119868e-15,
57 z*(C8+z*(C9+z*(C10+z*C11))))))))));
s_expl.c 147 C8 = 2.48015873015873015873015112487849040e-5L,
246 x * (C7 + x * (C8 + x * (C9 + x * (C10 +
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_coshl.c 52 C8 = 2.4801587301767953e-5, /* 0x1a01a01a027061.0p-68 */
65 C8 = 2.48015873015873015873015871870962089e-5L, /* 0x1a01a01a01a01a01a01a017af2756.0p-128L */
108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1);
113 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
  /external/libvpx/libvpx/test/
dct16x16_test.cc 74 const double C8 = 0.707106781186548;
187 output[ 4] = 2*(temp1 * C8);
192 output[12] = 2 * (temp1 * C8);
194 output[ 2] = 2 * ((step[4] + step[ 5]) * C8);
195 output[14] = 2 * ((step[7] - step[ 6]) * C8);
208 output[3] = 2 * (temp1 * C8);
213 output[13] = 2 * (temp1 * C8);
215 output[ 9] = 2 * ((step[10] + step[11]) * C8);
226 output[ 7] = 2 * (intermediate[13] * C8);
231 output[11] = -2 * (temp1 * C8);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 74 const double C8 = 0.707106781186548;
187 output[ 4] = 2*(temp1 * C8);
192 output[12] = 2 * (temp1 * C8);
194 output[ 2] = 2 * ((step[4] + step[ 5]) * C8);
195 output[14] = 2 * ((step[7] - step[ 6]) * C8);
208 output[3] = 2 * (temp1 * C8);
213 output[13] = 2 * (temp1 * C8);
215 output[ 9] = 2 * ((step[10] + step[11]) * C8);
226 output[ 7] = 2 * (intermediate[13] * C8);
231 output[11] = -2 * (temp1 * C8);
    [all...]

Completed in 286 milliseconds