Home
last modified time | relevance | path

Searched refs:x_b (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/ecdh/
Decdhtest.c128 *x_b=NULL, *y_b=NULL; in test_ecdh_curve() local
143 if ((x_b=BN_new()) == NULL) goto err; in test_ecdh_curve()
186 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err; in test_ecdh_curve()
192 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err; in test_ecdh_curve()
200 BN_print(out,x_b); in test_ecdh_curve()
260 BN_print(out, x_b); in test_ecdh_curve()
296 if (x_b) BN_free(x_b); in test_ecdh_curve()
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
Decdhtest.c128 *x_b=NULL, *y_b=NULL; in test_ecdh_curve() local
143 if ((x_b=BN_new()) == NULL) goto err; in test_ecdh_curve()
186 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err; in test_ecdh_curve()
192 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err; in test_ecdh_curve()
200 BN_print(out,x_b); in test_ecdh_curve()
260 BN_print(out, x_b); in test_ecdh_curve()
296 if (x_b) BN_free(x_b); in test_ecdh_curve()
/external/mesa3d/src/gallium/state_trackers/vega/
Darc.c561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; in arc_to_beziers() local
591 x_b = arc->cx + a_cos_eta_b * arc->cos_theta - in arc_to_beziers()
601 VGfloat x = x_b, y = y_b; in arc_to_beziers()
605 lx = x_b; in arc_to_beziers()
613 double xA = x_b; in arc_to_beziers()
625 x_b = arc->cx + a_cos_eta_b * arc->cos_theta - in arc_to_beziers()
637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot), in arc_to_beziers()
638 (float) x_b, (float) y_b); in arc_to_beziers()
649 lx = x_b; in arc_to_beziers()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Darc.c561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; in arc_to_beziers() local
591 x_b = arc->cx + a_cos_eta_b * arc->cos_theta - in arc_to_beziers()
601 VGfloat x = x_b, y = y_b; in arc_to_beziers()
605 lx = x_b; in arc_to_beziers()
613 double xA = x_b; in arc_to_beziers()
625 x_b = arc->cx + a_cos_eta_b * arc->cos_theta - in arc_to_beziers()
637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot), in arc_to_beziers()
638 (float) x_b, (float) y_b); in arc_to_beziers()
649 lx = x_b; in arc_to_beziers()
/external/clang/test/Sema/
Dcast.c169 typedef enum { x_a, x_b } X; enumerator