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

  /external/neven/Embedded/common/src/b_TensorEm/
Functions.h 59 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A );
Functions.c 53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A )
Flt16Mat3D.c 202 int32 xShiftL = bts_maxAbsIntLog2Of3( xxA, xyA, xzA ) - 13;
203 int32 yShiftL = bts_maxAbsIntLog2Of3( yxA, yyA, yzA ) - 13;
204 int32 zShiftL = bts_maxAbsIntLog2Of3( zxA, zyA, zzA ) - 13;
Flt16Vec3D.c 193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13;

Completed in 22 milliseconds