Home
last modified time | relevance | path

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

123456789

/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/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/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.cc40 bssl::UniquePtr<BIGNUM> qx(BN_new()), qy(BN_new()); in TestECDSA2SigGenImpl() local
43 if (!qx || !qy || !key || in TestECDSA2SigGenImpl()
47 qx.get(), qy.get(), nullptr) || in TestECDSA2SigGenImpl()
77 if (!BN_bn2bin_padded(qx_bytes.data(), qx_bytes.size(), qx.get()) || in TestECDSA2SigGenImpl()
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()
Dcavp_ecdsa2_keypair_test.cc48 bssl::UniquePtr<BIGNUM> qx(BN_new()), qy(BN_new()); in TestECDSA2KeyPair() local
54 qx.get(), qy.get(), nullptr)) { in TestECDSA2KeyPair()
64 if (!BN_bn2bin_padded(qx_bytes.data(), qx_bytes.size(), qx.get()) || in TestECDSA2KeyPair()
/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/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 = mad(m.getScaleX(), qx, mad(m.getSkewX(), qy, m.getTranslateX())); in map_quad_general()
40 *ys = mad(m.getSkewY(), qx, mad(m.getScaleY(), qy, m.getTranslateY())); in map_quad_general()
42 V4f w = mad(m.getPerspX(), qx, 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/swiftshader/third_party/llvm-7.0/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()
Ds_aaline.c98 const GLfloat qx = -py; in compute_plane()
102 const GLfloat b = pz * qx - px * qz; in compute_plane()
103 const GLfloat c = px * qy - py * qx; in compute_plane()
/external/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c230 BIGNUM *qx = BN_bin2bn(kQx, sizeof(kQx), NULL); in self_test_ecdsa_key() local
233 if (ec_key == NULL || qx == NULL || qy == NULL || d == NULL || in self_test_ecdsa_key()
234 !EC_KEY_set_public_key_affine_coordinates(ec_key, qx, qy) || in self_test_ecdsa_key()
240 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
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D5c076105ecd5b29cd2825dbf1a44a7d5.00002dbe.honggfuzz.cov21 …NI�U�gF%��ؒ�7%��T�L}^ro�\C5I��M��Z����L����c��C����y?����Ң�*a��[� �����qx~Lɬ�E?)�D�OG���0�\…
D90de23eb40077512d0cf6e761704702f.0000417f.honggfuzz.cov20 …8��Hӵ�b;nײ�i��EQ^�s���F�8v3� ����4��\�"i6��>�{��.� +�þV?�����<q��j�^�4�����'0Q���B�Xd�qx�W]
D16d96e2355e0ae25549243c3e5534b85.00002fe6.honggfuzz.cov32 …t�j�7�V0�SX�����ZЯ��;IY����A�/.}Ь��P �h����*�7*2���宴��z����NO���"��?��Th����J�]�qx��p$
Dd46505a06f0b837f2bcfe89b1831c894.00000ec6.honggfuzz.cov6 …W��D�r>zH���f�Q7&�逩ە�p]�wBqI����S{�d�R��q�w��L#7�����ٴ��� �u�����qx<�e��Y���5@�M9�%�$…
/external/v8/src/base/
Dieee754.cc315 double a, iz, z, r, qx; in __kernel_cos() local
328 qx = 0.28125; in __kernel_cos()
330 INSERT_WORDS(qx, ix - 0x00200000, 0); /* x/4 */ in __kernel_cos()
332 iz = 0.5 * z - qx; in __kernel_cos()
333 a = one - qx; in __kernel_cos()
/external/ImageMagick/PerlMagick/t/reference/filter/
DResize.miff15 …~��Wq�8=�AD�AC�A<�<6�;)�:'�8-�1/�1-�.7�-,�7$�92�;-�7*�76�>6�B4�;.�6&�OC�qw�qx�Vj�pf�����Яͭ�̜������…

123456789