Searched refs:toPos (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 243 def toPos (value): function 245 return [toPos(x) for x in value] 265 inUVec4 = toUVec4(toPos(inVec4)) 266 inUVec3 = toUVec3(toPos(inVec3)) 267 inUVec2 = toUVec2(toPos(inVec2)) 323 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint]))) 328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4]))) 333 …genConversionCases([toPos(inVec2), toPos(inVec3), toPos(inVec4), toPos(inIVec2), toPos(inIVec3), t… 343 …genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4, toUVec3, toUVec2])… 345 genConversionCases([toPos(inVec3), toPos(inIVec3), inUVec3, inBVec3], [toUVec3, toUVec2]) +\ [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 1598 int toPos = toBit >>> 6; in reduceWordWise() local 1600 while (--len > toPos) in reduceWordWise() 1612 long word = buf[off + toPos] >>> partial; in reduceWordWise() 1615 buf[off + toPos] ^= word << partial; in reduceWordWise()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | LongArray.java | 1599 int toPos = toBit >>> 6; in reduceWordWise() local 1601 while (--len > toPos) in reduceWordWise() 1613 long word = buf[off + toPos] >>> partial; in reduceWordWise() 1616 buf[off + toPos] ^= word << partial; in reduceWordWise()
|