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

  /external/piex/src/binary_parse/
range_checked_byte_ptr.cc 265 std::vector<unsigned char> x_vec = x.extractBytes(0, num); local
269 return ::memcmp(&x_vec[0], &y_vec[0], num);
277 std::vector<unsigned char> x_vec = x.extractBytes(0, y.length()); local
280 return ::memcmp(&x_vec[0], y.c_str(), y.length());
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 837 int x_vec; local
840 x_vec = get_src_vec(gen, inst, 0, TGSI_CHAN_X); /* x_vec = src[0].x */
843 ppc_vmaxfp(gen->f, x_vec, x_vec, zero_vec); /* x_vec = max(x_vec, 0) */
846 emit_store(gen, x_vec, inst, TGSI_CHAN_Y, FALSE);
874 ppc_vcmpgtfpx(gen->f, pos_vec, x_vec, zero_vec); /* pos = x > 0 */
    [all...]

Completed in 187 milliseconds