Searched refs:widthP (Results 1 – 2 of 2) sorted by relevance
265 int widthP = Math.max(2, Math.min(16, WNafUtil.getWindowSize(k.bitLength()))); in implShamirsTrickWNaf()268 WNafPreCompInfo infoP = WNafUtil.precompute(P, widthP, true); in implShamirsTrickWNaf()276 byte[] wnafP = WNafUtil.generateWindowNaf(widthP, k); in implShamirsTrickWNaf()
507 const int widthP = de::max(displayMetrics.widthPixels, displayMetrics.heightPixels); in getScreenClass() local510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale); in getScreenClass()