Home
last modified time | relevance | path

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

123

/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/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/libvncserver/libvncserver/
Dtight.c1032 z_streamp pz; in CompressData() local
1045 pz = &cl->zsStruct[streamId]; in CompressData()
1049 pz->zalloc = Z_NULL; in CompressData()
1050 pz->zfree = Z_NULL; in CompressData()
1051 pz->opaque = Z_NULL; in CompressData()
1053 err = deflateInit2 (pz, zlibLevel, Z_DEFLATED, MAX_WBITS, in CompressData()
1063 pz->next_in = (Bytef *)tightBeforeBuf; in CompressData()
1064 pz->avail_in = dataLen; in CompressData()
1065 pz->next_out = (Bytef *)tightAfterBuf; in CompressData()
1066 pz->avail_out = tightAfterBufSize; in CompressData()
[all …]
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp567 SkScalar pz = z - SkScalarFloorToScalar(z); in calculateImprovedNoiseValueForPoint() local
570 SkScalar w = fade(pz); in calculateImprovedNoiseValueForPoint()
578 result += lerp(w, lerp(v, lerp(u, grad(permutations[AA ], px , py , pz ), in calculateImprovedNoiseValueForPoint()
579 grad(permutations[BA ], px - 1, py , pz )), in calculateImprovedNoiseValueForPoint()
580 lerp(u, grad(permutations[AB ], px , py - 1, pz ), in calculateImprovedNoiseValueForPoint()
581 grad(permutations[BB ], px - 1, py - 1, pz ))), in calculateImprovedNoiseValueForPoint()
582 lerp(v, lerp(u, grad(permutations[AA + 1], px , py , pz - 1), in calculateImprovedNoiseValueForPoint()
583 grad(permutations[BA + 1], px - 1, py , pz - 1)), in calculateImprovedNoiseValueForPoint()
584 lerp(u, grad(permutations[AB + 1], px , py - 1, pz - 1), in calculateImprovedNoiseValueForPoint()
585 grad(permutations[BB + 1], px - 1, py - 1, pz - 1)))) / in calculateImprovedNoiseValueForPoint()
/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/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/pdfium/third_party/lcms2-2.6/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.c374 cmsFloat64Number px, py, pz, pw; in PatchLUT() local
391 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0; in PatchLUT()
396 z0 = (int) floor(pz); in PatchLUT()
401 ((pz - z0) != 0) || in PatchLUT()
414 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0; in PatchLUT()
418 z0 = (int) floor(pz); in PatchLUT()
422 ((pz - z0) != 0)) return FALSE; // Not on exact node in PatchLUT()
/external/libconstrainedcrypto/
Dp256_ec.c1117 felem px, py, pz, tx, ty, tz; in scalar_mult() local
1155 select_jacobian_point(px, py, pz, precomp[0][0], index); in scalar_mult()
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz); in scalar_mult()
1159 copy_conditional(nz, pz, n_is_infinity_mask); in scalar_mult()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_lfz4.pkb35 $���:�Q� �&�.�pz�EMF����������MT�6e�'� Y�U��S��FSg�Q
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp320 Value *pz = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 2})); in CompileVS() local
324 FADD(FMUL(unwrap(cz), VBROADCAST(pz)), in CompileVS()
/external/ImageMagick/PerlMagick/t/reference/filter/
DLevel.miff179 :-M>?dKaaRffs������pz�RD�+9�
DSigmoidalContrast.miff15 …)+�$+�%)�&0� 6� (�( �0 �3*�5,�<.�.�-!�/-�&'�,"�-"�B6�6)�."�2#�/�@6�np�q~�pz�qz�O`�<\��}}�c�Ե��ζұ…
DBlur.miff15 …:/�9/�7.�6.�5-�5,�7-�9/�=2�@6�B9�C:�B9�A9�A;�B?�DE�GM�IV�L_�Og�Rl�Un�Zp�cr�pzЅ�П�׻����������������…
DGamma.miff15 …�ye�ye�xb�zd�zm�����������Ĩ���ў�����y��dm�bb�n\�eT�si�nd�aT�aO�^W�pb�gW�Z]�pz�os�YV�UP�\]�io�jo�bc…
/external/ImageMagick/PerlMagick/t/reference/composite/
DDifference.miff18 …���������{z�{z�yy~vx}ruzpxzqy}u{v{}x}~y��y��|��|��|�|~�y{s{�py�ju�ht~ju~pz�r|�s|�vy~o}~q}�v|�m}…
/external/ImageMagick/PerlMagick/t/reference/write/jng/
Dread_prog.miff13 …#� �0'�C9�A7�9-�<3�5+�2*�D9�6(�6+�;9�;8�/&�RJ����q~�Ph�Kb�NSL;��cz�p���}�pz�k��u��t��y������NZ6N…
Dread_idat.miff23 …'�9-6�<38�5+K�2*>�D9!�6(�6+�;9�;8�/&6�RJ:�����q~��Ph��Kb��NS-L;���c�z�pz���|}�p�z�k���u���t��…
Dread_prog_idat.miff23 …'�9-6�<38�5+K�2*>�D9!�6(�6+�;9�;8�/&6�RJ:�����q~��Ph��Kb��NS-L;���c�z�pz���|}�p�z�k���u���t��…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DSigmoidalContrast.miff43 …$*�%(�&/� 5� '�'�/ �2)�4+�;-�-�,!�.,�&&�+"�,"�B5�5(�-"�1#�.�@5�no�p}�oz�pz�O`�;[��||�b�Ե��ζҰ���…
DConvolve.miff43 …�<+�;+�;,�;.�=2�A6�E;�OF�g\�vg_dUFH=99/22+/0+./,./-/0-/0-0/.2--A86fae������pz�eo}gwvq�yn~mU]O7;6,.…
DMotionBlur.miff43 …WI�ZL�]O�dS�jW�o\�s_�q\qZwtZpz\p_t�ew�ixjy}j||j{l�xm�to�on�kj�ls�nu�ow�pz�rz�tx�wx�zy�zu�uo�mh…
/external/ImageMagick/PerlMagick/t/reference/write/jp2/
Dread_jp2.miff74 …/<4,:/.;0.D0,Q(-E)-6/(Q.'i8-�96�83~>4�A5�@0�=,�9*�:)u=(u7+r8,z?3�F=�MD�cUy�pz�����u�{d�fc�dOeO3</)…
Dread_jpc.miff74 …/<4,:/.;0.D0,Q(-E)-6/(Q.'i8-�96�83~>4�A5�@0�=,�9*�:)u=(u7+r8,z?3�F=�MD�cUy�pz�����u�{d�fc�dOeO3</)…

123