Searched refs:bd (Results 1 – 7 of 7) sorted by relevance
136 Int32 bd, in calc_auto_corr_LC() argument152 temp1 = (realBuf[ 0][bd]) >> N; in calc_auto_corr_LC()153 temp3 = (realBuf[-1][bd]) >> N; in calc_auto_corr_LC()154 temp5 = (realBuf[-2][bd]) >> N; in calc_auto_corr_LC()172 temp1 = (realBuf[j][bd]) >> N; in calc_auto_corr_LC()253 Int32 bd, in calc_auto_corr() argument279 temp1 = realBuf[0 ][bd] >> N; in calc_auto_corr()280 temp2 = imagBuf[0 ][bd] >> N; in calc_auto_corr()281 temp3 = realBuf[0-1][bd] >> N; in calc_auto_corr()282 temp4 = imagBuf[0-1][bd] >> N; in calc_auto_corr()[all …]
98 Int32 bd,107 Int32 bd,
32 long double bd = __gcc_qmul(b,d); in __multc3() local36 DD real = { .ld = __gcc_qsub(ac,bd) }; in __multc3()69 DD bdDD = { .ld = bd }; in __multc3()
1956 BitDescription bd = descriptions[i]; in printBitDescriptions() local1957 if ((diff&bd.mask) != 0) { in printBitDescriptions()1958 if (bd.shift < 0) { in printBitDescriptions()1959 pw.print((newval&bd.mask) != 0 ? " +" : " -"); in printBitDescriptions()1960 pw.print(bd.name); in printBitDescriptions()1963 pw.print(bd.name); in printBitDescriptions()1965 int val = (newval&bd.mask)>>bd.shift; in printBitDescriptions()1966 if (bd.values != null && val >= 0 && val < bd.values.length) { in printBitDescriptions()1967 pw.print(bd.values[val]); in printBitDescriptions()
395 final BitmapDrawable bd = (BitmapDrawable)getResources().getDrawable(id); in loadBitmap() local396 return Bitmap.createBitmap(bd.getBitmap()); in loadBitmap()
874 BitmapDrawable bd = (BitmapDrawable)getResources().getDrawable(resId); in loadBitmap() local875 return Bitmap.createBitmap(bd.getBitmap()); in loadBitmap()
3192 BigDecimal bd = new BigDecimal(apRatio); in getAspectRatio() local3193 bd = bd.setScale(3, BigDecimal.ROUND_HALF_UP); in getAspectRatio()3194 apRatio = bd.doubleValue(); in getAspectRatio()