HomeSort by relevance Sort by last modified time
    Searched full:dc02 (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
primitives.cpp 307 int32_t dc02 = c2 - c0; local
309 const int B = gglClz(abs(dc01)|abs(dc02));
314 dc02 <<= scale;
318 dc02 >>= -scale;
321 int32_t dcdx = gglMulAddx(dc01, m_dy02, gglMulx(dc02, m_dy10, s), s);
322 int32_t dcdy = gglMulAddx(dc02, m_dx01, gglMulx(dc01, m_dx20, s), s);
335 const GGLfixed dc02 = c2 - c0; local
338 int32_t dcdx = gglMulAddx(dc01, m_dy02, gglMulx(dc02, m_dy10, s), s);
339 int32_t dcdy = gglMulAddx(dc02, m_dx01, gglMulx(dc01, m_dx20, s), s);
352 int32_t dc02 = (c2 - c0)>>s local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 832 /* find U+dc02 in s[1..10[ */
854 log_err("error: one of the u_str[chr etc](U+dc02) does not find the correct place\n");
    [all...]

Completed in 178 milliseconds