Searched refs:castOp (Results 1 – 8 of 8) sorted by relevance
3287 CastOp castOp = castOp0; in operator ()() local3308 D[i] = castOp(s0); D[i+1] = castOp(s1); in operator ()()3309 D[i+2] = castOp(s2); D[i+3] = castOp(s3); in operator ()()3317 D[i] = castOp(s0); in operator ()()3351 CastOp castOp = this->castOp0; in operator ()() local3379 D[i] = castOp(s0); D[i+1] = castOp(s1); in operator ()()3380 D[i+2] = castOp(s2); D[i+3] = castOp(s3); in operator ()()3388 D[i] = castOp(s0); in operator ()()3416 D[i] = castOp(s0); D[i+1] = castOp(s1); in operator ()()3417 D[i+2] = castOp(s2); D[i+3] = castOp(s3); in operator ()()[all …]
1459 CastOp castOp; in operator ()() local1469 dst[x] = castOp(t0); dst[x+1] = castOp(t1); in operator ()()1472 dst[x+2] = castOp(t0); dst[x+3] = castOp(t1); in operator ()()1476 dst[x] = castOp(S0[x]*b0 + S1[x]*b1); in operator ()()1572 CastOp castOp; in operator ()() local1577 dst[x] = castOp(S0[x]*b0 + S1[x]*b1 + S2[x]*b2 + S3[x]*b3); in operator ()()1645 CastOp castOp; in operator ()() local1662 dst[x] = castOp(s0); dst[x+1] = castOp(s1); in operator ()()1663 dst[x+2] = castOp(s2); dst[x+3] = castOp(s3); in operator ()()1668 dst[x] = castOp(src[0][x]*beta[0] + src[1][x]*beta[1] + in operator ()()[all …]
866 CastOp castOp; in pyrDown_() local969 dst[x] = castOp(row2[x]*6 + (row1[x] + row3[x])*4 + row0[x] + row4[x]); in pyrDown_()990 CastOp castOp; in pyrUp_() local1055 T t1 = castOp((row1[x] + row2[x])*4); in pyrUp_()1056 T t0 = castOp(row0[x] + row1[x]*6 + row2[x]); in pyrUp_()
1295 private static final int[] castOp = { field in CodeGen1322 op = castOp[type2_p * 4 + type1_p]; in convertOprandTypes()1327 op = castOp[type1_p * 4 + type2_p]; in convertOprandTypes()1418 op = castOp[stype * 4 + dtype]; in atNumCastExpr()
1572 CastOp castOp; in resizeArea() local1589 dptr[x + c] = castOp(sum); in resizeArea()
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...