Searched refs:indexTable (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | movmsk.ll | 100 define i32 @t1(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp { 107 %arrayidx = getelementptr inbounds i32, i32* %indexTable, i64 %idxprom 112 define i32 @t2(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp { 120 %arrayidx = getelementptr inbounds i32, i32* %indexTable, i64 %idxprom
|
/external/libmpeg2/decoder/ |
D | impeg2d_vld.h | 28 const UWORD16 indexTable[][2],
|
/external/webrtc/webrtc/modules/video_coding/ |
D | media_opt_util.cc | 316 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor() local 319 assert(indexTable < kSizeCodeRateXORTable); in ProtectionFactor() 322 codeRateDelta = kCodeRateXORTable[indexTable]; in ProtectionFactor()
|
/external/llvm/test/CodeGen/Thumb/ |
D | asmprinter-bug.ll | 8 @indexTable = internal constant [16 x i32] [i32 -1, i32 -1, i32 -1, i32 -1, i32 2, i32 4, i32 6, i3… 82 %30 = getelementptr [16 x i32], [16 x i32]* @indexTable, i32 0, i32 %29 ; <i32*> [#uses=1] 179 %14 = getelementptr [16 x i32], [16 x i32]* @indexTable, i32 0, i32 %delta.0 ; <i32*> [#uses=1]
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btVector3.cpp | 54 …static const unsigned char indexTable[16] = {(unsigned char)-1, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2… in _maxdot_large() local 179 maxIndex = 4*index + segment + indexTable[test]; in _maxdot_large() 427 maxIndex = 4*index + segment + indexTable[test]; in _maxdot_large() 439 …static const unsigned char indexTable[16] = {(unsigned char)-1, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2… in _mindot_large() local 564 minIndex = 4*index + segment + indexTable[test]; in _mindot_large() 815 minIndex = 4*index + segment + indexTable[test]; in _mindot_large()
|