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

  /external/piex/src/binary_parse/
range_checked_byte_ptr.cc 266 std::vector<unsigned char> y_vec = y.extractBytes(0, num); local
269 return ::memcmp(&x_vec[0], &y_vec[0], num);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 850 int y_vec, w_vec; local
857 y_vec = get_src_vec(gen, inst, 0, TGSI_CHAN_Y); /* y_vec = src[0].y */
858 ppc_vmaxfp(gen->f, y_vec, y_vec, zero_vec); /* y_vec = max(y_vec, 0) */
873 ppc_vec_pow(gen->f, pow_vec, y_vec, w_vec); /* pow = pow(y, w) */
    [all...]

Completed in 347 milliseconds