/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | FixedPointPreCompInfo.java | 13 protected ECLookupTable lookupTable = null; field in FixedPointPreCompInfo 24 return lookupTable; in getLookupTable() 27 public void setLookupTable(ECLookupTable lookupTable) in setLookupTable() argument 29 this.lookupTable = lookupTable; in setLookupTable()
|
D | FixedPointUtil.java | 53 ECPoint[] lookupTable = new ECPoint[n]; in precompute() local 54 lookupTable[0] = pow2Table[0]; in precompute() 63 lookupTable[i] = lookupTable[i - step].add(pow2); in precompute() 67 c.normalizeAll(lookupTable); in precompute() 70 … result.setLookupTable(c.createCacheSafeLookupTable(lookupTable, 0, lookupTable.length)); in precompute()
|
D | FixedPointCombMultiplier.java | 26 ECLookupTable lookupTable = info.getLookupTable(); in multiplyPositive() local 49 ECPoint add = lookupTable.lookup(secretIndex); in multiplyPositive()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | FixedPointPreCompInfo.java | 15 protected ECLookupTable lookupTable = null; field in FixedPointPreCompInfo 26 return lookupTable; in getLookupTable() 29 public void setLookupTable(ECLookupTable lookupTable) in setLookupTable() argument 31 this.lookupTable = lookupTable; in setLookupTable()
|
D | FixedPointUtil.java | 57 ECPoint[] lookupTable = new ECPoint[n]; in precompute() local 58 lookupTable[0] = pow2Table[0]; in precompute() 67 lookupTable[i] = lookupTable[i - step].add(pow2); in precompute() 71 c.normalizeAll(lookupTable); in precompute() 74 … result.setLookupTable(c.createCacheSafeLookupTable(lookupTable, 0, lookupTable.length)); in precompute()
|
D | FixedPointCombMultiplier.java | 30 ECLookupTable lookupTable = info.getLookupTable(); in multiplyPositive() local 53 ECPoint add = lookupTable.lookup(secretIndex); in multiplyPositive()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
D | FixedPointPreCompInfo.java | 15 protected ECLookupTable lookupTable = null; field in FixedPointPreCompInfo 26 return lookupTable; in getLookupTable() 29 public void setLookupTable(ECLookupTable lookupTable) in setLookupTable() argument 31 this.lookupTable = lookupTable; in setLookupTable()
|
D | FixedPointUtil.java | 57 ECPoint[] lookupTable = new ECPoint[n]; in precompute() local 58 lookupTable[0] = pow2Table[0]; in precompute() 67 lookupTable[i] = lookupTable[i - step].add(pow2); in precompute() 71 c.normalizeAll(lookupTable); in precompute() 74 … result.setLookupTable(c.createCacheSafeLookupTable(lookupTable, 0, lookupTable.length)); in precompute()
|
D | FixedPointCombMultiplier.java | 30 ECLookupTable lookupTable = info.getLookupTable(); in multiplyPositive() local 53 ECPoint add = lookupTable.lookup(secretIndex); in multiplyPositive()
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-opbd-table.hh | 61 …const OffsetTo<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_nu… in get_bounds() 78 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c, base))); in sanitize() 83 lookupTable; /* Lookup table associating glyphs with the four member 95 …const OffsetTo<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_nu… in get_bounds() 115 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c, base))); in sanitize() 120 lookupTable; /* Lookup table associating glyphs with the four member
|
D | hb-aat-layout-lcar-table.hh | 51 const OffsetTo<LigCaretClassEntry>* entry_offset = lookupTable.get_value (glyph, in get_lig_carets() 66 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c, base))); in sanitize() 71 lookupTable; /* data Lookup table associating glyphs */ member 86 const OffsetTo<LigCaretClassEntry>* entry_offset = lookupTable.get_value (glyph, in get_lig_carets() 105 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c, base))); in sanitize() 110 lookupTable; /* data Lookup table associating glyphs */ member
|
D | hb-aat-layout-bsln-table.hh | 64 lookupTable.sanitize (c))); in sanitize() 70 lookupTable; /* Lookup table that maps glyphs to their member 104 return_trace (c->check_struct (this) && lookupTable.sanitize (c)); in sanitize() 111 lookupTable; /* Lookup table that maps glyphs to their member
|
D | hb-aat-layout-ankr-table.hh | 67 const NNOffsetTo<GlyphAnchors> *offset = (this+lookupTable).get_value (glyph_id, num_glyphs); in get_anchor() 80 lookupTable.sanitize (c, this, &(this+anchorData)))); in sanitize() 87 lookupTable; /* Offset to the table's lookup table */ member
|
D | hb-aat-layout-just-table.hh | 357 lookupTable.sanitize (c, base))); in sanitize() 375 lookupTable; /* Lookup table associating glyphs with width delta member
|
/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-project/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/llvm-project/llvm/test/Transforms/InstCombine/ |
D | memcpy-from-global.ll | 37 %lookupTable = alloca [128 x float], align 16 ; <[128 x float]*> [#uses=5] 38 %lookupTable1 = bitcast [128 x float]* %lookupTable to i8* ; <i8*> [#uses=1] 44 …%tmp753 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp5 ; <float*> [… 49 …%tmp1851 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp17.sum52 ; <f… 54 …%tmp2849 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp27.sum50 ; <f… 59 …%tmp3847 = getelementptr [128 x float], [128 x float]* %lookupTable, i32 0, i32 %tmp37.sum48 ; <f…
|
/external/icu/icu4c/source/common/ |
D | ucnvisci.cpp | 1107 static const uint16_t lookupTable[][2]={ variable 1220 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1221 data->currentMaskToUnicode = (MaskEnum)lookupTable[sourceChar & 0x0F][1]; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISCII.java | 740 private static final short lookupTable[][] = { field in CharsetISCII 854 … data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA); in decodeLoop() 855 data.currentMaskToUnicode = lookupTable[sourceChar & 0x0F][1]; in decodeLoop()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 840 auto lookupTable = getNfmtLookupTable(STI); in getNfmt() local 842 if (Name == lookupTable[Id]) in getNfmt()
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2449 stbtt_uint8 *lookupTable = lookupList + lookupOffset; in stbtt__GetGlyphGPOSInfoAdvance() local 2451 stbtt_uint16 lookupType = ttUSHORT(lookupTable); in stbtt__GetGlyphGPOSInfoAdvance() 2452 stbtt_uint16 subTableCount = ttUSHORT(lookupTable + 4); in stbtt__GetGlyphGPOSInfoAdvance() 2453 stbtt_uint8 *subTableOffsets = lookupTable + 6; in stbtt__GetGlyphGPOSInfoAdvance() 2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance()
|