HomeSort by relevance Sort by last modified time
    Searched refs:convert_int (Results 1 - 4 of 4) sorted by null

  /external/valgrind/VEX/priv/
main_util.c 275 void convert_int ( /*OUT*/HChar* buf, Long n0, function
428 convert_int(intbuf, l, 10/*base*/, True/*signed*/,
450 convert_int(intbuf, l, base, False/*unsigned*/, hexcaps);
462 convert_int(intbuf, l, 16/*base*/, False/*unsigned*/, hexcaps);
host_s390_isel.c     [all...]
  /external/opencv3/modules/video/src/opencl/
optical_flow_farneback.cl 273 int x1 = convert_int(floor(fx));
274 int y1 = convert_int(floor(fy));
  /external/opencv3/modules/imgproc/src/opencl/
remap.cl 295 int map2Value = convert_int(map2[0]) & (INTER_TAB_SIZE2 - 1);

Completed in 180 milliseconds