Searched refs:displacements (Results 1 – 25 of 34) sorted by relevance
12
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | mtb.py | 977 def get_largest_accumulated_level_jumps(self, displacements): argument 980 if len(displacements) < self.LEN_MOVING_AVERAGE + 1: 984 displacements = displacements[self.LEN_DISCARD: -self.LEN_DISCARD] 985 distances = map(abs, displacements) 989 level_jumps = [disp for i, disp in enumerate(displacements) 1025 displacements = defaultdict(dict) 1032 displacements[tid][MTB.SLOT] = finger_path.slot 1033 displacements[tid][AXIS.X] = self.calc_displacement(list_x) 1034 displacements[tid][AXIS.Y] = self.calc_displacement(list_y) 1036 return displacements
|
D | validators.py | 1094 displacements = self.packets.get_displacements_for_slots(slots) 1098 for tid in displacements: 1099 slot = displacements[tid][MTB.SLOT] 1101 disp = displacements[tid][axis]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | mtb_unittest.py | 565 displacements = packets.get_displacements_for_slots(target_slot) 571 tids = displacements.keys() 576 disp = displacements[tid][axis]
|
/external/llvm/test/CodeGen/X86/ |
D | lea-opt-memop-check-1.ll | 14 ; Check that the LEA optimization pass works with CPI address displacements. 57 ; Check that the LEA optimization pass works with MCSymbol address displacements.
|
/external/freetype/src/autofit/ |
D | aflatin2.c | 2055 FT_Pos displacements[6], scores[6], org, fit, delta; in af_latin2_hint_edges() local 2089 displacements[count] = fit - org; in af_latin2_hint_edges() 2096 displacements[count] = fit - org; in af_latin2_hint_edges() 2106 displacements[count] = fit - org; in af_latin2_hint_edges() 2114 displacements[count] = fit - org; in af_latin2_hint_edges() 2121 FT_Pos best_disp = displacements[0]; in af_latin2_hint_edges() 2129 best_disp = displacements[nn]; in af_latin2_hint_edges()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-04.ll | 63 ; Check that indices and displacements are allowed simultaneously
|
D | asm-02.ll | 62 ; Check that indices and displacements are allowed simultaneously
|
D | int-const-05.ll | 80 ; Check negative displacements, for which we again prefer STY.
|
D | int-const-06.ll | 81 ; Check negative displacements, for which we again prefer STG.
|
D | int-const-04.ll | 90 ; Check negative displacements, for which we again prefer STHY.
|
D | fp-add-01.ll | 50 ; Check negative displacements, which also need separate address logic.
|
D | fp-sub-01.ll | 50 ; Check negative displacements, which also need separate address logic.
|
D | fp-div-01.ll | 50 ; Check negative displacements, which also need separate address logic.
|
D | fp-mul-01.ll | 50 ; Check negative displacements, which also need separate address logic.
|
D | fp-sub-02.ll | 52 ; Check negative displacements, which also need separate address logic.
|
D | fp-mul-03.ll | 52 ; Check negative displacements, which also need separate address logic.
|
D | fp-add-02.ll | 51 ; Check negative displacements, which also need separate address logic.
|
D | fp-div-02.ll | 52 ; Check negative displacements, which also need separate address logic.
|
D | fp-conv-02.ll | 50 ; Check negative displacements, which also need separate address logic.
|
D | fp-conv-04.ll | 60 ; Check negative displacements, which also need separate address logic.
|
D | fp-sqrt-02.ll | 53 ; Check negative displacements, which also need separate address logic.
|
D | fp-conv-03.ll | 60 ; Check negative displacements, which also need separate address logic.
|
D | fp-sqrt-01.ll | 51 ; Check negative displacements, which also need separate address logic.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | resolvefi-disp.ll | 4 ; addresses with out-of-range displacements. Verify that this no longer happens.
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 116 Out-of-range displacements are usually handled by loading the full
|
12