/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
H A D | ecl_mult.c | 52 const mp_int *py, mp_int *rx, mp_int *ry) 73 MP_CHECKOK(group->base_point_mul(&kt, rx, ry, group)); 76 point_mul(&kt, &group->genx, &group->geny, rx, ry, 81 MP_CHECKOK(group->meth->field_enc(px, rx, group->meth)); 83 MP_CHECKOK(group->point_mul(&kt, rx, ry, rx, ry, group)); 85 MP_CHECKOK(group->point_mul(&kt, px, py, rx, ry, group)); 89 MP_CHECKOK(group->meth->field_dec(rx, rx, group->meth)); 106 const mp_int *py, mp_int *rx, mp_in 51 ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry) argument 105 ec_pts_mul_basic(const mp_int *k1, const mp_int *k2, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument 160 ec_pts_mul_simul_w2(const mp_int *k1, const mp_int *k2, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument 310 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry) argument [all...] |
H A D | ec2_aff.c | 71 const mp_int *qy, mp_int *rx, mp_int *ry, 85 MP_CHECKOK(mp_copy(qx, rx)); 92 MP_CHECKOK(mp_copy(px, rx)); 116 mp_zero(rx); 139 /* rx = tempx */ 140 MP_CHECKOK(mp_copy(&tempx, rx)); 153 const mp_int *qy, mp_int *rx, mp_int *ry, 163 MP_CHECKOK(group->point_add(px, py, qx, &nqy, rx, ry, group)); 172 ec_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, argument 175 return group->point_add(px, py, px, py, rx, r 70 ec_GF2m_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument 152 ec_GF2m_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument 183 ec_GF2m_pt_mul_aff(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument [all...] |
H A D | ec2_mont.c | 187 mp_int *rx, mp_int *ry, const ECGroup *group) 205 MP_CHECKOK(ec_GF2m_pt_set_inf_aff(rx, ry)); 263 MP_CHECKOK(ec_GF2m_pt_set_inf_aff(rx, ry)); 265 MP_CHECKOK(mp_copy(&x2, rx)); 186 ec_GF2m_pt_mul_mont(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument
|
H A D | ecp_aff.c | 77 const mp_int *qy, mp_int *rx, mp_int *ry, 93 MP_CHECKOK(mp_copy(qx, rx)); 100 MP_CHECKOK(mp_copy(px, rx)); 114 mp_zero(rx); 137 /* rx = lambda^2 - px - qx */ 146 MP_CHECKOK(mp_copy(&tempx, rx)); 163 const mp_int *qy, mp_int *rx, mp_int *ry, 173 res = group->point_add(px, py, qx, &nqy, rx, ry, group); 183 ec_GFp_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, argument 186 return ec_GFp_pt_add_aff(px, py, px, py, rx, r 76 ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument 162 ec_GFp_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, const ECGroup *group) argument 196 ec_GFp_pt_mul_aff(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument [all...] |
H A D | ecp_jm.c | 56 const mp_int *paz4, mp_int *rx, mp_int *ry, mp_int *rz, 75 MP_CHECKOK(ec_GFp_pt_set_inf_jac(rx, ry, rz)); 100 /* rx = M^2 - 2S */ 101 MP_CHECKOK(group->meth->field_sqr(M, rx, group->meth)); 102 MP_CHECKOK(group->meth->field_sub(rx, S, rx, group->meth)); 103 MP_CHECKOK(group->meth->field_sub(rx, S, rx, group->meth)); 105 /* ry = M * (S - rx) - t1 */ 106 MP_CHECKOK(group->meth->field_sub(S, rx, 55 ec_GFp_pt_dbl_jm(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument 125 ec_GFp_pt_add_jm_aff(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument 215 ec_GFp_pt_mul_jm_wNAF(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument [all...] |
H A D | ecp_jac.c | 53 * projective coordinates R(rx, ry, rz). Assumes input is already 57 ec_GFp_pt_aff2jac(const mp_int *px, const mp_int *py, mp_int *rx, argument 63 MP_CHECKOK(ec_GFp_pt_set_inf_jac(rx, ry, rz)); 65 MP_CHECKOK(mp_copy(px, rx)); 77 * affine coordinates R(rx, ry). P and R can share x and y coordinates. 82 mp_int *rx, mp_int *ry, const ECGroup *group) 96 MP_CHECKOK(ec_GFp_pt_set_inf_aff(rx, ry)); 102 MP_CHECKOK(mp_copy(px, rx)); 108 MP_CHECKOK(group->meth->field_mul(px, &z2, rx, group->meth)); 136 /* Computes R = P + Q where R is (rx, r 81 ec_GFp_pt_jac2aff(const mp_int *px, const mp_int *py, const mp_int *pz, mp_int *rx, mp_int *ry, const ECGroup *group) argument 144 ec_GFp_pt_add_jac_aff(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, mp_int *rz, const ECGroup *group) argument 233 ec_GFp_pt_dbl_jac(const mp_int *px, const mp_int *py, const mp_int *pz, mp_int *rx, mp_int *ry, mp_int *rz, const ECGroup *group) argument 326 ec_GFp_pt_mul_jac(const mp_int *n, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument 407 ec_GFp_pts_mul_jac(const mp_int *k1, const mp_int *k2, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry, const ECGroup *group) argument [all...] |
/openjdk7/jdk/src/share/native/sun/java2d/loops/ |
H A D | FillParallelogram.c | 117 jlong rx = PGRAM_INIT_X(loy, x0, y0, rslope); local 120 lx, ldx, rx, rdx, 135 jlong rx = PGRAM_INIT_X(loy, x0, y0, rslope); local 138 lx, rdx, rx, rdx, 151 jlong rx = PGRAM_INIT_X(loy, dx2, dy2, lslope); local 154 lx, ldx, rx, ldx, 167 jlong rx = PGRAM_INIT_X(loy, dx2, dy2, lslope); local 170 lx, rdx, rx, ldx,
|
H A D | DrawParallelogram.c | 289 jlong rx = PGRAM_INIT_X(loy, local 295 rx, pRight->dx,
|
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/ |
H A D | BorderedComponent.java | 505 int rx, int ry, int rw, int rh) { 506 int x1 = Math.max(rx, dest.x); 507 int x2 = Math.min(rx + rw, dest.x + dest.width); 504 computeIntersection(Rectangle dest, int rx, int ry, int rw, int rh) argument
|
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/ |
H A D | PixelToParallelogramConverter.java | 293 double rx, double ry, 303 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); 304 py = rx * dy1 + ry * dy2 + txform.getTranslateY(); 322 outrenderer.fillParallelogram(sg2d, rx, ry, rx+rw, ry+rh, 327 double rx, double ry, 339 px = rx * dx1 + ry * dx2 + txform.getTranslateX(); 340 py = rx * dy1 + ry * dy2 + txform.getTranslateY(); 370 rx, ry, rx 292 fillRectangle(SunGraphics2D sg2d, double rx, double ry, double rw, double rh) argument 326 drawRectangle(SunGraphics2D sg2d, double rx, double ry, double rw, double rh, double lw) argument [all...] |
/openjdk7/jdk/src/share/classes/sun/awt/image/ |
H A D | PNGImageDecoder.java | 786 Chromaticities(int wx, int wy, int rx, int ry, int gx, int gy, int bx, int by) { argument 789 redX = rx/100000.0f;
|
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
H A D | cmsintrp.c | 387 register int rx, ry; local 398 rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain 419 dx0 = LERP(rx, d00, d10); 420 dx1 = LERP(rx, d01, d11); 529 register int rx, ry, rz; local 541 rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain 575 dx00 = LERP(rx, d000, d100); 576 dx01 = LERP(rx, d001, d101); 577 dx10 = LERP(rx, d010, d110); 578 dx11 = LERP(rx, d01 605 cmsFloat32Number rx, ry, rz; local 715 cmsS15Fixed16Number rx, ry, rz; local 852 cmsS15Fixed16Number rx, ry, rz; local [all...] |
H A D | cmsopt.c | 68 cmsUInt16Number rx[256], ry[256], rz[256]; member in struct:__anon832 814 p8 ->rx[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v1); 848 cmsS15Fixed16Number rx, ry, rz; local 865 rx = p8 ->rx[r]; 869 X1 = X0 + ((rx == 0) ? 0 : p ->opta[2]); 879 if (rx >= ry && ry >= rz) 886 if (rx >= rz && rz >= ry) 893 if (rz >= rx && rx > [all...] |