HomeSort by relevance Sort by last modified time
    Searched refs:C55 (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/src/
fft.cpp 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
    [all...]
  /art/test/636-arm64-veneer-pool/src/
Main.java 75 class C55 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 123 milliseconds