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

  /frameworks/native/opengl/libagl/
primitives.cpp 306 int32_t dc01 = c1 - c0; local
309 const int B = gglClz(abs(dc01)|abs(dc02));
313 dc01 <<= scale;
317 dc01 >>= -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);
334 const GGLfixed dc01 = c1 - 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);
351 int32_t dc01 = (c1 - c0)>>s local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unormcmp.cpp 501 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
ustrcase.c 909 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
  /external/icu4c/common/
unormcmp.cpp 501 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
ustrcase.cpp 730 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
  /external/valgrind/main/none/tests/s390x/
cu12.stdout.exp 1246 UTF16: dbc0 dc00 dbc0 dc01
    [all...]
cu12_1.stdout.exp 1246 UTF16: dbc0 dc00 dbc0 dc01
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 598 0xed, 0xb0, 0x81, /* unpaired trail surrogate U+dc01 */
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 604 0xed, 0xb0, 0x81, /* unpaired trail surrogate U+dc01 */
    [all...]

Completed in 769 milliseconds