Home | History | Annotate | Download | only in src

Lines Matching full:c55

136 #define     C55       (F5C(0xb0000001))      /* FL2FXCONST_DBL(-1.25/2)       */
153 /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of
155 r1 = pDat[0] + (fMultDiv2(r1, C55) <<(2));
159 /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of
172 /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of
174 s1 = pDat[1] + (fMultDiv2(s1, C55) <<(2));
178 /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of