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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorRandom.h 37 int rnd2 = ::rand();
38 uint64_t rnd = (rnd1 | rnd2 << 16) ^ time;
123 unsigned rnd2 = PCG_XSH_RS_generator(state); local
124 result.raw = (static_cast<uint64_t>(rnd1) << 32) | rnd2;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 36 rnd2 = rounding value for case when two dimensions uses half-pel
869 int rnd1, rnd2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1128 Int rnd2; local
    [all...]

Completed in 1363 milliseconds