Home
last modified time | relevance | path

Searched refs:displacements (Results 1 – 25 of 34) sorted by relevance

12

/external/autotest/client/site_tests/firmware_TouchMTB/
Dmtb.py977 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
Dvalidators.py1094 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/
Dmtb_unittest.py565 displacements = packets.get_displacements_for_slots(target_slot)
571 tids = displacements.keys()
576 disp = displacements[tid][axis]
/external/llvm/test/CodeGen/X86/
Dlea-opt-memop-check-1.ll14 ; 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/
Daflatin2.c2055 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/
Dasm-04.ll63 ; Check that indices and displacements are allowed simultaneously
Dasm-02.ll62 ; Check that indices and displacements are allowed simultaneously
Dint-const-05.ll80 ; Check negative displacements, for which we again prefer STY.
Dint-const-06.ll81 ; Check negative displacements, for which we again prefer STG.
Dint-const-04.ll90 ; Check negative displacements, for which we again prefer STHY.
Dfp-add-01.ll50 ; Check negative displacements, which also need separate address logic.
Dfp-sub-01.ll50 ; Check negative displacements, which also need separate address logic.
Dfp-div-01.ll50 ; Check negative displacements, which also need separate address logic.
Dfp-mul-01.ll50 ; Check negative displacements, which also need separate address logic.
Dfp-sub-02.ll52 ; Check negative displacements, which also need separate address logic.
Dfp-mul-03.ll52 ; Check negative displacements, which also need separate address logic.
Dfp-add-02.ll51 ; Check negative displacements, which also need separate address logic.
Dfp-div-02.ll52 ; Check negative displacements, which also need separate address logic.
Dfp-conv-02.ll50 ; Check negative displacements, which also need separate address logic.
Dfp-conv-04.ll60 ; Check negative displacements, which also need separate address logic.
Dfp-sqrt-02.ll53 ; Check negative displacements, which also need separate address logic.
Dfp-conv-03.ll60 ; Check negative displacements, which also need separate address logic.
Dfp-sqrt-01.ll51 ; Check negative displacements, which also need separate address logic.
/external/llvm/test/CodeGen/PowerPC/
Dresolvefi-disp.ll4 ; addresses with out-of-range displacements. Verify that this no longer happens.
/external/llvm/lib/Target/SystemZ/
DREADME.txt116 Out-of-range displacements are usually handled by loading the full

12