HomeSort by relevance Sort by last modified time
    Searched refs:y_b (Results 1 - 8 of 8) sorted by null

  /external/ceres-solver/internal/ceres/
block_sparse_matrix_test.cc 73 Vector y_b = Vector::Zero(A_->num_rows()); local
78 B_->RightMultiply(x.data(), y_b.data());
79 EXPECT_LT((y_a - y_b).norm(), 1e-12);
85 Vector y_b = Vector::Zero(A_->num_cols()); local
90 B_->LeftMultiply(x.data(), y_b.data());
91 EXPECT_LT((y_a - y_b).norm(), 1e-12);
97 Vector y_b = Vector::Zero(A_->num_cols()); local
99 B_->SquaredColumnNorm(y_b.data());
100 EXPECT_LT((y_a - y_b).norm(), 1e-12);
dense_sparse_matrix_test.cc 60 Vector y_b = Vector::Zero(num_rows); local
63 b->RightMultiply(x.data(), y_b.data());
65 EXPECT_EQ((y_a - y_b).norm(), 0);
compressed_row_sparse_matrix_test.cc 57 Vector y_b = Vector::Zero(num_rows); local
60 b->RightMultiply(x.data(), y_b.data());
62 EXPECT_EQ((y_a - y_b).norm(), 0);
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ecdhtest.c 128 *x_b=NULL, *y_b=NULL; local
144 if ((y_b=BN_new()) == NULL) goto err;
186 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
192 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
202 BN_print(out,y_b);
262 BN_print(out, y_b);
297 if (y_b) BN_free(y_b);
  /external/openssl/crypto/ecdh/
ecdhtest.c 128 *x_b=NULL, *y_b=NULL; local
144 if ((y_b=BN_new()) == NULL) goto err;
186 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
192 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
202 BN_print(out,y_b);
262 BN_print(out, y_b);
297 if (y_b) BN_free(y_b);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; local
593 y_b = arc->cy + a_cos_eta_b * arc->sin_theta +
601 VGfloat x = x_b, y = y_b;
606 ly = y_b;
614 double yA = y_b;
627 y_b = arc->cy + a_cos_eta_b * arc->sin_theta +
637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot),
638 (float) x_b, (float) y_b);
650 ly = y_b;
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; local
593 y_b = arc->cy + a_cos_eta_b * arc->sin_theta +
601 VGfloat x = x_b, y = y_b;
606 ly = y_b;
614 double yA = y_b;
627 y_b = arc->cy + a_cos_eta_b * arc->sin_theta +
637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot),
638 (float) x_b, (float) y_b);
650 ly = y_b;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 644 #define y_b fix( 0.114, fixc ) macro
    [all...]

Completed in 310 milliseconds