Home
last modified time | relevance | path

Searched refs:pz (Results 1 – 25 of 252) sorted by relevance

1234567891011

/external/eigen/unsupported/test/
Dcxx11_tensor_volume_patch.cpp77 for (int pz = 0; pz < patch_z; pz++) { in test_entire_volume_patch() local
80 const int patchId = pz + patch_z * (py + px * patch_y); in test_entire_volume_patch()
88 const int eff_z = z - forward_pad_z + pz; in test_entire_volume_patch()
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpec_addaffine.c78 const BNU_CHUNK_T* pz = pPdata+2*elemLen; /* z1 */ in gfec_affine_point_add() local
97 sqr(R, pz, pGFE); // R = Z1^2 in gfec_affine_point_add()
98 mul(S2, ay, pz, pGFE); // S2 = Y2*Z1 in gfec_affine_point_add()
105 mul(pRz, H, pz, pGFE); // Z3 = H*Z1 in gfec_affine_point_add()
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c98 const GLfloat pz = z1 - z0; in compute_plane()
102 const GLfloat a = py * qz - pz * qy; in compute_plane()
103 const GLfloat b = pz * qx - px * qz; in compute_plane()
114 const GLfloat pz = z0 - z1; in compute_plane() local
115 const GLfloat a = pz * px; in compute_plane()
116 const GLfloat b = pz * py; in compute_plane()
Ds_aatriangle.c52 const GLfloat pz = z1 - z0; in compute_plane() local
59 const GLfloat a = py * qz - pz * qy; in compute_plane()
60 const GLfloat b = pz * qx - px * qz; in compute_plane()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
DPR37526.ll4 define void @PR37526(i32* %pz, i32* %px, i32* %py) {
13 %t1 = bitcast i32* %pz to i64*
/external/libxcam/xcore/interface/
Ddata_types.h114 Point3DT (const T px, const T py, const T pz) : x (px), y(py), z(pz) {} in Point3DT()
/external/u-boot/arch/sh/lib/
Dudivsi3_i4i-Os.S93 cmp/pz r5
96 cmp/pz r4
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconstants_test.cc139 Array2D<float> pz({ in TEST_F() local
145 input_array.FillWithPZ(pz); in TEST_F()
Dbatch_normalization_test.cc59 Array2D<float> pz({ in BatchNormalizationTest() local
65 input_array_.FillWithPZ(pz); in BatchNormalizationTest()
110 Array2D<float> pz({ in XLA_TEST_P() local
115 expected.FillWithPZ(pz); in XLA_TEST_P()
221 Array2D<float> pz({ in XLA_TEST_P() local
226 expected.FillWithPZ(pz); in XLA_TEST_P()
Dbroadcast_test.cc166 Array2D<float> pz({{1, 2}, {1, 2}}); in TEST_F() local
167 expected.FillWithPZ(pz); in TEST_F()
/external/python/cpython2/Objects/
Dlongobject.c1858 digit *pz, *pzstop; in PyLong_FromString() local
1929 pz = z->ob_digit; in PyLong_FromString()
1930 pzstop = pz + Py_SIZE(z); in PyLong_FromString()
1931 for (; pz < pzstop; ++pz) { in PyLong_FromString()
1932 c += (twodigits)*pz * convmult; in PyLong_FromString()
1933 *pz = (digit)(c & PyLong_MASK); in PyLong_FromString()
1940 *pz = (digit)c; in PyLong_FromString()
2596 digit *pz = z->ob_digit + (i << 1); in x_mul() local
2605 carry = *pz + f * f; in x_mul()
2606 *pz++ = (digit)(carry & PyLong_MASK); in x_mul()
[all …]
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp603 SkScalar pz = z - SkScalarFloorToScalar(z); in calculateImprovedNoiseValueForPoint() local
606 SkScalar w = fade(pz); in calculateImprovedNoiseValueForPoint()
614 result += lerp(w, lerp(v, lerp(u, grad(permutations[AA ], px , py , pz ), in calculateImprovedNoiseValueForPoint()
615 grad(permutations[BA ], px - 1, py , pz )), in calculateImprovedNoiseValueForPoint()
616 lerp(u, grad(permutations[AB ], px , py - 1, pz ), in calculateImprovedNoiseValueForPoint()
617 grad(permutations[BB ], px - 1, py - 1, pz ))), in calculateImprovedNoiseValueForPoint()
618 lerp(v, lerp(u, grad(permutations[AA + 1], px , py , pz - 1), in calculateImprovedNoiseValueForPoint()
619 grad(permutations[BA + 1], px - 1, py , pz - 1)), in calculateImprovedNoiseValueForPoint()
620 lerp(u, grad(permutations[AB + 1], px , py - 1, pz - 1), in calculateImprovedNoiseValueForPoint()
621 grad(permutations[BB + 1], px - 1, py - 1, pz - 1)))) / in calculateImprovedNoiseValueForPoint()
/external/skqp/src/shaders/
DSkPerlinNoiseShader.cpp603 SkScalar pz = z - SkScalarFloorToScalar(z); in calculateImprovedNoiseValueForPoint() local
606 SkScalar w = fade(pz); in calculateImprovedNoiseValueForPoint()
614 result += lerp(w, lerp(v, lerp(u, grad(permutations[AA ], px , py , pz ), in calculateImprovedNoiseValueForPoint()
615 grad(permutations[BA ], px - 1, py , pz )), in calculateImprovedNoiseValueForPoint()
616 lerp(u, grad(permutations[AB ], px , py - 1, pz ), in calculateImprovedNoiseValueForPoint()
617 grad(permutations[BB ], px - 1, py - 1, pz ))), in calculateImprovedNoiseValueForPoint()
618 lerp(v, lerp(u, grad(permutations[AA + 1], px , py , pz - 1), in calculateImprovedNoiseValueForPoint()
619 grad(permutations[BA + 1], px - 1, py , pz - 1)), in calculateImprovedNoiseValueForPoint()
620 lerp(u, grad(permutations[AB + 1], px , py - 1, pz - 1), in calculateImprovedNoiseValueForPoint()
621 grad(permutations[BB + 1], px - 1, py - 1, pz - 1)))) / in calculateImprovedNoiseValueForPoint()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dafafb3de529e9abf4aa5cb2a4c571e7f.000026bf.honggfuzz.cov12 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
21 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
Dd8b84a8c50ea0eea51033b63bff96032.00009f3f.honggfuzz.cov114 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
124 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
144 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
154 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
171 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
181 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
201 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
211 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
228 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
238 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
[all …]
D86ce8d13783a24de9c2c6571c0eca838.00000815.honggfuzz.cov17 �� ����V������q��_h���� ;�̟X*P�ā��w�� # pz�L�?9&�bܡ����L+��Ha��#�`ԧ�W�>�=W�3Z�����:����S…
D91afafbbb94622e44263dc08bbc20a50.00000828.honggfuzz.cov8 ��N�;pz��Q��De��$qbr\��D�~�"�i|�
Dadb929f064c4fdf81bedb29cf7ce13fe.00005b40.honggfuzz.cov9 …e���GA�`Y��#����k��z�C5��~j~zz��GT��C.;��}t�^�X��3�bh��`�����@vZpz���~ma'n1�O��[���…
/external/python/cpython3/Objects/
Dlongobject.c2275 digit *pz, *pzstop; in PyLong_FromString() local
2386 pz = z->ob_digit; in PyLong_FromString()
2387 pzstop = pz + Py_SIZE(z); in PyLong_FromString()
2388 for (; pz < pzstop; ++pz) { in PyLong_FromString()
2389 c += (twodigits)*pz * convmult; in PyLong_FromString()
2390 *pz = (digit)(c & PyLong_MASK); in PyLong_FromString()
2397 *pz = (digit)c; in PyLong_FromString()
3171 digit *pz = z->ob_digit + (i << 1); in x_mul() local
3180 carry = *pz + f * f; in x_mul()
3181 *pz++ = (digit)(carry & PyLong_MASK); in x_mul()
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c450 cmsFloat32Number px, py, pz; in TrilinearInterpFloat() local
465 pz = fclamp(Input[2]) * p->Domain[2]; in TrilinearInterpFloat()
469 z0 = (int) _cmsQuickFloor(pz); fz = pz - (cmsFloat32Number) z0; in TrilinearInterpFloat()
597 cmsFloat32Number px, py, pz; in TetrahedralInterpFloat() local
609 pz = fclamp(Input[2]) * p->Domain[2]; in TetrahedralInterpFloat()
613 z0 = (int) _cmsQuickFloor(pz); rz = (pz - (cmsFloat32Number) z0); in TetrahedralInterpFloat()
Dcmsopt.c460 cmsFloat64Number px, py, pz, pw; in PatchLUT() local
473 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0; in PatchLUT()
478 z0 = (int) floor(pz); in PatchLUT()
483 ((pz - z0) != 0) || in PatchLUT()
496 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0; in PatchLUT()
500 z0 = (int) floor(pz); in PatchLUT()
504 ((pz - z0) != 0)) return FALSE; // Not on exact node in PatchLUT()
/external/openssh/regress/unittests/sshkey/testdata/
Drsa1_210 ��y��ZЉ5C�Q���O롼CǷ!?D��'����z�P�Rq�]���%��{�p��MR��(������*�΄� +>'�J�pz�o,Gm�\�7���A$r…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dd8b84a8c50ea0eea51033b63bff96032.00009f3f.honggfuzz.cov114 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
124 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
144 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
154 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
171 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
181 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
201 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
211 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
228 …�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz��(<��� ɓą�4����n…
238 :��Z�.�h�(��2pd��ʓ�JU��܌9��ir�[(8X��8�R����U�7��7����#��y��S_Zc|Ytq����:5mP��3,Y�B�u�i�䆨pz�…
[all …]
D86ce8d13783a24de9c2c6571c0eca838.00000815.honggfuzz.cov17 �� ����V������q��_h���� ;�̟X*P�ā��w�� # pz�L�?9&�bܡ����L+��Ha��#�`ԧ�W�>�=W�3Z�����:����S…
/external/hyphenation-patterns/la/
Dhyph-la.pat.txt145 2pz

1234567891011