/external/ceres-solver/internal/ceres/ |
D | block_sparse_matrix_test.cc | 73 Vector y_b = Vector::Zero(A_->num_rows()); in TEST_F() local 78 B_->RightMultiply(x.data(), y_b.data()); in TEST_F() 79 EXPECT_LT((y_a - y_b).norm(), 1e-12); in TEST_F() 85 Vector y_b = Vector::Zero(A_->num_cols()); in TEST_F() local 90 B_->LeftMultiply(x.data(), y_b.data()); in TEST_F() 91 EXPECT_LT((y_a - y_b).norm(), 1e-12); in TEST_F() 97 Vector y_b = Vector::Zero(A_->num_cols()); in TEST_F() local 99 B_->SquaredColumnNorm(y_b.data()); in TEST_F() 100 EXPECT_LT((y_a - y_b).norm(), 1e-12); in TEST_F()
|
D | dense_sparse_matrix_test.cc | 60 Vector y_b = Vector::Zero(num_rows); in CompareMatrices() local 63 b->RightMultiply(x.data(), y_b.data()); in CompareMatrices() 65 EXPECT_EQ((y_a - y_b).norm(), 0); in CompareMatrices()
|
D | compressed_row_sparse_matrix_test.cc | 60 Vector y_b = Vector::Zero(num_rows); in CompareMatrices() local 63 b->RightMultiply(x.data(), y_b.data()); in CompareMatrices() 65 EXPECT_EQ((y_a - y_b).norm(), 0); in CompareMatrices()
|
/external/openssl/crypto/ecdh/ |
D | ecdhtest.c | 128 *x_b=NULL, *y_b=NULL; in test_ecdh_curve() local 144 if ((y_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() 202 BN_print(out,y_b); in test_ecdh_curve() 262 BN_print(out, y_b); in test_ecdh_curve() 297 if (y_b) BN_free(y_b); in test_ecdh_curve()
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
D | ecdhtest.c | 128 *x_b=NULL, *y_b=NULL; in test_ecdh_curve() local 144 if ((y_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() 202 BN_print(out,y_b); in test_ecdh_curve() 262 BN_print(out, y_b); in test_ecdh_curve() 297 if (y_b) BN_free(y_b); in test_ecdh_curve()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | arc.c | 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; in arc_to_beziers() local 593 y_b = arc->cy + a_cos_eta_b * arc->sin_theta + in arc_to_beziers() 601 VGfloat x = x_b, y = y_b; in arc_to_beziers() 606 ly = y_b; in arc_to_beziers() 614 double yA = y_b; in arc_to_beziers() 627 y_b = arc->cy + a_cos_eta_b * arc->sin_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() 650 ly = y_b; in arc_to_beziers()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | arc.c | 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; in arc_to_beziers() local 593 y_b = arc->cy + a_cos_eta_b * arc->sin_theta + in arc_to_beziers() 601 VGfloat x = x_b, y = y_b; in arc_to_beziers() 606 ly = y_b; in arc_to_beziers() 614 double yA = y_b; in arc_to_beziers() 627 y_b = arc->cy + a_cos_eta_b * arc->sin_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() 650 ly = y_b; in arc_to_beziers()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 644 #define y_b fix( 0.114, fixc ) macro 1767 int Y = descale( r*y_r + g*y_g + b*y_b, fixc - 2) - 128*4; in WriteImage()
|