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

  /external/icu/icu4c/source/test/intltest/
colldata.cpp 536 int32_t rlength = 0; local
539 rlength = minLengthInChars(ceList, roffset, history);
541 if (rlength <= 0) {
550 if (shortestLength > slength + rlength) {
551 shortestLength = slength + rlength;
566 int32_t rlength = 0; local
572 rlength = minLengthInChars(ceList, roffset, history);
575 if (rlength < 0) {
579 shortestLength = 1 + rlength;
583 int32_t rlength = 0 local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1208 float rlength = half_rsqrt(v.x*v.x + v.y*v.y); local
1212 float rlength = half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z); local
1216 float rlength = half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z + v.w*v.w); local
    [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 100 milliseconds