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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 180 for (Range *rA = this->head; rA; rA = rA->next)
182 if (rB->bgn < rA->end &&
183 rB->end > rA->bgn)
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 179 /** matrix multiply rA = x1A * x2A, input/output 1.15, no overflow protection, in-place not allowed */
181 const int16 *x2A, int16 col2A, int16 *rA );
183 /** matrix multiply rA = x1A * transposed( x2A ), input/output 1.15, no overflow protection, in-place not allowed */
185 const int16 *x2A, int16 row2A, int16 *rA );
191 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA );
Math.c 1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA )
1071 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1102 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */
1123 *rA++ = ( sumL + ( 1 << 14 ) ) >> 15; /* round result to 1.15 */
1132 const int16 *x2A, int16 col2A, int16 *rA )
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_ff.c 790 struct ureg_dst rA = ureg_writemask(ureg_DECL_temporary(ureg), TGSI_WRITEMASK_XYZ);
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]

Completed in 1205 milliseconds