HomeSort by relevance Sort by last modified time
    Searched full:dc02 (Results 1 - 3 of 3) 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/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 837 /* find U+dc02 in s[1..10[ */
859 log_err("error: one of the u_str[chr etc](U+dc02) does not find the correct place\n");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 833 /* find U+dc02 in s[1..10[ */
855 log_err("error: one of the u_str[chr etc](U+dc02) does not find the correct place\n");
    [all...]

Completed in 270 milliseconds