Home
last modified time | relevance | path

Searched refs:qx (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js9 if (!window.qx) window.qx = {};
11 qx.$$start = new Date();
21 if (!qx.$$libraries) qx.$$libraries = {};
23 for (var k in libinfo) qx.$$libraries[k] = libinfo[k];
25 qx.$$resources = {};
26 qx.$$translations = {};
27 qx.$$locales = {};
28 qx.$$packageData = {};
30 qx.$$loader = {
42 var libs = qx.$$libraries;
[all …]
/external/boringssl/src/util/fipstools/acvp/acvptool/test/vectors/
DECDSA.bz2 ... : "AFT", 21 "tests": [ 22 { 23 "qx": "6E6BB008B12F1CA7FB23DE28272BA00FD021456EDF6EB59F95851E49", 24 "qy": "0128B292A5E7020554F74053EFF9BF4361551133F4528E35912A82B9D9",
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
DTransform.pde7 Transform(float tx, float ty, float tz, float qx, float qy, float qz,
11 float[] rot = quaternion2Mat3x3(qx, qy, qz, qw);
47 float[] quaternion2Mat3x3(float qx, float qy, float qz, float qw) {
50 mat[1] = 2 * qx * qy - 2 * qz * qw;
51 mat[2] = 2 * qx * qz + 2 * qy * qw;
52 mat[3] = 2 * qx * qy + 2 * qz * qw;
53 mat[4] = 1 - 2 * qx * qx - 2 * qz * qz;
54 mat[5] = 2 * qy * qz - 2 * qx * qw;
55 mat[6] = 2 * qx * qz - 2 * qy * qw;
56 mat[7] = 2 * qy * qz + 2 * qx * qw;
[all …]
Dsketch_3D_reconstruction.pde27 float qx = float(info[10]), qy = float(info[11]), qz = float(info[12]),
32 new Transform(tx, ty, tz, qx, qy, qz, qw, fov, width, height, normalizer);
/external/fdlibm/
Dk_cos.c71 double a,hz,z,r,qx; local
83 qx = 0.28125;
85 __HI(qx) = ix-0x00200000; /* x/4 */
86 __LO(qx) = 0;
88 hz = 0.5*z-qx;
89 a = one-qx;
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h71 Packet2d qx = p2d_cephes_exp_q0; variable
72 qx = pmadd(qx, x2, p2d_cephes_exp_q1);
73 qx = pmadd(qx, x2, p2d_cephes_exp_q2);
74 qx = pmadd(qx, x2, p2d_cephes_exp_q3);
76 x = pdiv(px,psub(qx,px));
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h275 Packet2d qx = p2d_cephes_exp_q0; variable
276 qx = pmadd(qx, x2, p2d_cephes_exp_q1);
277 qx = pmadd(qx, x2, p2d_cephes_exp_q2);
278 qx = pmadd(qx, x2, p2d_cephes_exp_q3);
280 x = pdiv(px,psub(qx,px));
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_ecdsa2_pkv_test.cc36 bssl::UniquePtr<BIGNUM> qx = GetBIGNUM(t, "Qx"); in TestECDSA2PKV() local
38 if (!key || !qx || !qy) { in TestECDSA2PKV()
42 if (EC_KEY_set_public_key_affine_coordinates(key.get(), qx.get(), qy.get())) { in TestECDSA2PKV()
Dcavp_ecdsa2_siggen_test.cc41 bssl::UniquePtr<BIGNUM> qx(BN_new()), qy(BN_new()); in TestECDSA2SigGenImpl() local
44 if (!qx || !qy || !key || in TestECDSA2SigGenImpl()
48 qx.get(), qy.get(), nullptr) || in TestECDSA2SigGenImpl()
78 if (!BN_bn2bin_padded(qx_bytes.data(), qx_bytes.size(), qx.get()) || in TestECDSA2SigGenImpl()
Dcavp_ecdsa2_keypair_test.cc49 bssl::UniquePtr<BIGNUM> qx(BN_new()), qy(BN_new()); in TestECDSA2KeyPair() local
55 qx.get(), qy.get(), nullptr)) { in TestECDSA2KeyPair()
65 if (!BN_bn2bin_padded(qx_bytes.data(), qx_bytes.size(), qx.get()) || in TestECDSA2KeyPair()
Dcavp_ecdsa2_sigver_test.cc40 bssl::UniquePtr<BIGNUM> qx = GetBIGNUM(t, "Qx"); in TestECDSA2SigVer() local
47 if (!sig || !key || !qx || !qy || !r || !s || in TestECDSA2SigVer()
48 !EC_KEY_set_public_key_affine_coordinates(key.get(), qx.get(), in TestECDSA2SigVer()
/external/boringssl/src/util/fipstools/cavp/
Dcavp_ecdsa2_pkv_test.cc36 bssl::UniquePtr<BIGNUM> qx = GetBIGNUM(t, "Qx"); in TestECDSA2PKV() local
38 if (!key || !qx || !qy) { in TestECDSA2PKV()
42 if (EC_KEY_set_public_key_affine_coordinates(key.get(), qx.get(), qy.get())) { in TestECDSA2PKV()
Dcavp_ecdsa2_siggen_test.cc41 bssl::UniquePtr<BIGNUM> qx(BN_new()), qy(BN_new()); in TestECDSA2SigGenImpl() local
44 if (!qx || !qy || !key || in TestECDSA2SigGenImpl()
48 qx.get(), qy.get(), nullptr) || in TestECDSA2SigGenImpl()
78 if (!BN_bn2bin_padded(qx_bytes.data(), qx_bytes.size(), qx.get()) || in TestECDSA2SigGenImpl()
Dcavp_ecdsa2_keypair_test.cc49 bssl::UniquePtr<BIGNUM> qx(BN_new()), qy(BN_new()); in TestECDSA2KeyPair() local
55 qx.get(), qy.get(), nullptr)) { in TestECDSA2KeyPair()
65 if (!BN_bn2bin_padded(qx_bytes.data(), qx_bytes.size(), qx.get()) || in TestECDSA2KeyPair()
Dcavp_ecdsa2_sigver_test.cc40 bssl::UniquePtr<BIGNUM> qx = GetBIGNUM(t, "Qx"); in TestECDSA2SigVer() local
47 if (!sig || !key || !qx || !qy || !r || !s || in TestECDSA2SigVer()
48 !EC_KEY_set_public_key_affine_coordinates(key.get(), qx.get(), in TestECDSA2SigVer()
/external/eigen/Eigen/src/Core/arch/AVX/
DMathFunctions.h329 Packet4d qx = p4d_cephes_exp_q0; variable
330 qx = pmadd(qx, x2, p4d_cephes_exp_q1);
331 qx = pmadd(qx, x2, p4d_cephes_exp_q2);
332 qx = pmadd(qx, x2, p4d_cephes_exp_q3);
337 x = _mm256_div_pd(px, psub(qx, px));
/external/skia/src/gpu/geometry/
DGrQuad.cpp37 static void map_quad_general(const V4f& qx, const V4f& qy, const SkMatrix& m, in map_quad_general() argument
39 *xs = m.getScaleX() * qx + (m.getSkewX() * qy + m.getTranslateX()); in map_quad_general()
40 *ys = m.getSkewY() * qx + (m.getScaleY() * qy + m.getTranslateY()); in map_quad_general()
42 V4f w = m.getPerspX() * qx + (m.getPerspY() * qy + m.get(SkMatrix::kMPersp2)); in map_quad_general()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h229 Packet2d qx = p2d_cephes_exp_q0; variable
230 qx = pmadd(qx, x2, p2d_cephes_exp_q1);
231 qx = pmadd(qx, x2, p2d_cephes_exp_q2);
232 qx = pmadd(qx, x2, p2d_cephes_exp_q3);
234 x = pdiv(px,psub(qx,px));
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Decdsa.go112 qx, err := hex.DecodeString(test.QxHex)
120 result, err := m.Transact(e.algo+"/"+"keyVer", 1, []byte(group.Curve), qx, qy)
184 qx, err := hex.DecodeString(test.QxHex)
200 … m.Transact(e.algo+"/"+"sigVer", 1, []byte(group.Curve), []byte(group.HashAlgo), msg, qx, qy, r, s)
/external/llvm-project/llvm/test/tools/llvm-opt-report/
Dfunc-x.test1 RUN: llvm-opt-report -r %p %p/Inputs/qx.yaml | FileCheck -strict-whitespace %s
2 RUN: llvm-opt-report -no-demangle -r %p %p/Inputs/qx.yaml | FileCheck -strict-whitespace -check-pre…
3 RUN: llvm-opt-report -s -r %p %p/Inputs/qx.yaml | FileCheck -strict-whitespace -check-prefix=CHECK-…
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Dtesting_api.proto286 bytes qx = 3; field
291 bytes qx = 1; field
306 bytes qx = 2; field
314 bytes qx = 2; field
/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c53 const GLfloat qx = v2[0] - v0[0]; in compute_plane() local
59 const GLfloat b = pz * qx - px * qz; in compute_plane()
60 const GLfloat c = px * qy - py * qx; in compute_plane()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c231 BIGNUM *qx = BN_bin2bn(kQx, sizeof(kQx), NULL); in self_test_ecdsa_key() local
234 if (ec_key == NULL || qx == NULL || qy == NULL || d == NULL || in self_test_ecdsa_key()
235 !EC_KEY_set_public_key_affine_coordinates(ec_key, qx, qy) || in self_test_ecdsa_key()
241 BN_free(qx); in self_test_ecdsa_key()
/external/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c233 BIGNUM *qx = BN_bin2bn(kQx, sizeof(kQx), NULL); in self_test_ecdsa_key() local
236 if (ec_key == NULL || qx == NULL || qy == NULL || d == NULL || in self_test_ecdsa_key()
237 !EC_KEY_set_public_key_affine_coordinates(ec_key, qx, qy) || in self_test_ecdsa_key()
243 BN_free(qx); in self_test_ecdsa_key()
/external/clang/test/PCH/
Dcxx0x-default-delete.cpp37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}} variable

123