Searched defs:internal_sc (Results 1 – 1 of 1) sorted by relevance
84 struct internal_sc { struct85 u64 sm1; /* scaled slope of the 1st segment */86 u64 ism1; /* scaled inverse-slope of the 1st segment */87 u64 dx; /* the x-projection of the 1st segment */88 u64 dy; /* the y-projection of the 1st segment */89 u64 sm2; /* scaled slope of the 2nd segment */90 u64 ism2; /* scaled inverse-slope of the 2nd segment */