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

  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxerutil.cc 630 int32 temp_num = 1; local
633 read(fd, &temp_num, sizeof(temp_num));
636 const int32 nn = temp_num;
  /external/opencv/cv/src/
cvapprox.cpp 208 double temp_num; local
225 temp_num = dx1 * dx2 + dy1 * dy2;
226 temp_num =
227 (float) (temp_num /
230 sk.f = (float) (temp_num + 1.1);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 845 int temp_num, i; local
848 temp_num = p_insn.operands[0];
850 p_insn.operands[1] = temp_num;
    [all...]

Completed in 849 milliseconds