/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | FixedPointUtil.java | 31 ECPoint[] lookupTable = info.getPreComp(); in precompute() local 33 if (lookupTable == null || lookupTable.length < n) in precompute() 47 lookupTable = new ECPoint[n]; in precompute() 48 lookupTable[0] = c.getInfinity(); in precompute() 57 lookupTable[i] = lookupTable[i - step].add(pow2); in precompute() 61 c.normalizeAll(lookupTable); in precompute() 63 info.setPreComp(lookupTable); in precompute()
|
D | FixedPointCombMultiplier.java | 26 ECPoint[] lookupTable = info.getPreComp(); in multiplyPositive() local 47 R = R.twicePlus(lookupTable[index]); in multiplyPositive()
|
/external/icu/icu4c/source/layout/ |
D | LookupProcessor.cpp | 22 le_uint32 LookupProcessor::applyLookupTable(const LEReferenceTo<LookupTable> &lookupTable, GlyphIte… in applyLookupTable() argument 29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); in applyLookupTable() 30 le_uint16 subtableCount = SWAPW(lookupTable->subTableCount); in applyLookupTable() 35 …LEReferenceTo<LookupSubtable> lookupSubtable = lookupTable->getLookupSubtable(lookupTable, subtabl… in applyLookupTable() 72 …const LEReferenceTo<LookupTable> lookupTable = lookupListTable->getLookupTable(lookupListTable, lo… in process() local 73 if (!lookupTable.isValid() ||LE_FAILURE(success) ) { in process() 76 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags); in process() 81 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success); in process() 101 …const LEReferenceTo<LookupTable> lookupTable = lookupListTable->getLookupTable(lookupListTable, lo… in applySingleLookup() local 102 if (!lookupTable.isValid()) { in applySingleLookup() [all …]
|
D | ContextualGlyphSubstProc2.cpp | 80 LEReferenceTo<LookupTable> lookupTable(perGlyphTable, success, offset); in lookup() local 82 le_int16 format = SWAPW(lookupTable->format); in lookup() 88 LEReferenceTo<SimpleArrayLookupTable> lookupTable0(lookupTable, success); in lookup() 99 … LEReferenceTo<SegmentSingleLookupTable> lookupTable2 = (SegmentSingleLookupTable *) lookupTable; in lookup() 115 … LEReferenceTo<SingleTableLookupTable> lookupTable6 = (SingleTableLookupTable *) lookupTable; in lookup() 124 LEReferenceTo<TrimmedArrayLookupTable> lookupTable8(lookupTable, success); in lookup()
|
D | LookupProcessor.h | 40 …le_uint32 applyLookupTable(const LEReferenceTo<LookupTable> &lookupTable, GlyphIterator *glyphIter…
|
/external/clang/test/CodeGen/ |
D | block-copy.c | 10 float lookupTable[] = {-1,-1,-1,0, -1,-1,0,-1, -1,-1,0,1, -1,-1,1,0, in bar() local 19 foo(lookupTable); in bar()
|
/external/llvm/test/Transforms/InstCombine/ |
D | memcpy-from-global.ll | 7 %lookupTable = alloca [128 x float], align 16 ; <[128 x float]*> [#uses=5] 8 %lookupTable1 = bitcast [128 x float]* %lookupTable to i8* ; <i8*> [#uses=1] 17 …%tmp753 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp5 ; <float*> [… 22 …%tmp1851 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp17.sum52 ; <f… 27 …%tmp2849 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp27.sum50 ; <f… 32 …%tmp3847 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp37.sum48 ; <f…
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | api_filters.c | 637 const VGuint * lookupTable, in vegaLookupSingle() argument 655 if (!lookupTable || !is_aligned(lookupTable)) { in vegaLookupSingle() 677 VGuint rgba = lookupTable[i]; in vegaLookupSingle()
|
/external/icu/icu4c/source/common/ |
D | ucnvisci.c | 1101 static const uint16_t lookupTable[][2]={ variable 1213 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1214 data->currentMaskToUnicode = (MaskEnum)lookupTable[sourceChar & 0x0F][1]; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 51 … LookupSingle, VGImage dst, VGImage src, const VGuint *lookupTable, VGImageChannel…
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISCII.java | 741 private static final short lookupTable[][] = { field in CharsetISCII 856 … data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA); in decodeLoop() 857 data.currentMaskToUnicode = lookupTable[sourceChar & 0x0F][1]; in decodeLoop()
|
/external/mesa3d/include/VG/ |
D | openvg.h | 730 const VGuint * lookupTable,
|