Home
last modified time | relevance | path

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

12

/external/v8/test/mjsunit/
Dtail-call-intrinsic.js88 tailee7 = function(px, py, pz, pa, pb, pc) { argument
97 tailee8 = function(px, py, pz, pa, pb) { argument
98 return pb + pz + px;
101 tailee9 = function(px, py, pz, pa, pb, pc) { argument
103 return %_TailCall(tailee8, this, pb, py, px, pa, pz);
Dnegate-zero.js35 var pz = 0; variable
41 assertFalse(IsNegativeZero(pz), "0");
42 assertTrue(IsNegativeZero(-pz), "-(0)");
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c96 const GLfloat pz = z1 - z0; in compute_plane()
100 const GLfloat a = py * qz - pz * qy; in compute_plane()
101 const GLfloat b = pz * qx - px * qz; in compute_plane()
112 const GLfloat pz = z0 - z1; in compute_plane() local
113 const GLfloat a = pz * px; in compute_plane()
114 const GLfloat b = pz * py; in compute_plane()
Ds_aatriangle.c53 const GLfloat pz = z1 - z0; in compute_plane() local
60 const GLfloat a = py * qz - pz * qy; in compute_plane()
61 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/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp518 SkScalar pz = z - SkScalarFloorToScalar(z); in calculateImprovedNoiseValueForPoint() local
521 SkScalar w = fade(pz); in calculateImprovedNoiseValueForPoint()
529 result += lerp(w, lerp(v, lerp(u, grad(permutations[AA ], px , py , pz ), in calculateImprovedNoiseValueForPoint()
530 grad(permutations[BA ], px - 1, py , pz )), in calculateImprovedNoiseValueForPoint()
531 lerp(u, grad(permutations[AB ], px , py - 1, pz ), in calculateImprovedNoiseValueForPoint()
532 grad(permutations[BB ], px - 1, py - 1, pz ))), in calculateImprovedNoiseValueForPoint()
533 lerp(v, lerp(u, grad(permutations[AA + 1], px , py , pz - 1), in calculateImprovedNoiseValueForPoint()
534 grad(permutations[BA + 1], px - 1, py , pz - 1)), in calculateImprovedNoiseValueForPoint()
535 lerp(u, grad(permutations[AB + 1], px , py - 1, pz - 1), in calculateImprovedNoiseValueForPoint()
536 grad(permutations[BB + 1], px - 1, py - 1, pz - 1)))) / in calculateImprovedNoiseValueForPoint()
/external/v8/test/mjsunit/regress/
Dregress-568765.js76 tailee7 = function( py, pz, pa, pb, pc) { argument
/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/opencv3/modules/imgproc/src/
Dlinefit.cpp226 float px = _line[3], py = _line[4], pz = _line[5]; in calcDist3D() local
237 z = points[j].z - pz; in calcDist3D()
/external/opencv/cv/src/
Dcvlinefit.cpp245 float px = _line[3], py = _line[4], pz = _line[5]; in icvCalcDist3D() local
256 z = points[j].z - pz; in icvCalcDist3D()
/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/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace3576 ��pz�����
8960 8C�pz���˺��
10085 ���pz�������
10135 8��pz�������
10482 ���pz�������
10671 yc�pz�������
10764 �d�pz�������
16341 x��pz���r��
16666 Y��pz������
17180 ���pz��)���
[all …]
/external/sqlite/dist/
Dsqlite3.h8156 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
Dsqlite3.c8370 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
22074 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zNew){
22075 sqlite3DbFree(db, *pz);
22076 *pz = sqlite3DbStrDup(db, zNew);
24212 const unsigned char **pz /* Pointer to string from which to read char */
24219 c = *((*pz)++);
24222 while( (*(*pz) & 0xc0)==0x80 ){
24223 c = (c<<6) + (0x3f & *((*pz)++));
136636 char **pz, /* IN/OUT: Pointer to string buffer */
136646 if( z && *pz ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h8156 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
Dsqlite3.c8370 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
22074 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zNew){
22075 sqlite3DbFree(db, *pz);
22076 *pz = sqlite3DbStrDup(db, zNew);
24212 const unsigned char **pz /* Pointer to string from which to read char */
24219 c = *((*pz)++);
24222 while( (*(*pz) & 0xc0)==0x80 ){
24223 c = (c<<6) + (0x3f & *((*pz)++));
136618 char **pz, /* IN/OUT: Pointer to string buffer */
136628 if( z && *pz ){
[all …]
/external/vulkan-validation-layers/demos/
Dlunarg.ppm84 -3���������v��Q��P��N��M��L��J��I��G��E��D��B��@��?~�=|�<{�:z�8w�5v�4u2s}1q|0pz.ox,lv+lv)jt'is&gr%…
844 …w�����������S��R��R��P��N��K��J��I��G��E��C��A�?}�=|�<z�9y�7w�5u3s~2r|1pz/nx-mw,kv)jt'hs&fq%eo…
899 …#&IN���������J��E��E��D��B��A��@��?��=��<~�;}�:|�8{�7y�6x�4w�3u�1t~1r}.q{-pz+nx*mx)kv'jt&is&hr%fq…
910 …"'5:���������Q��C��A��A��@��?��>��=��<�<~�9|�8{�7z�6z�4x�3v�2u�1s~0s}.q{,pz+ny)mw(lw'ju&it&hr$gq…
943 …)/�#)i��������U��;��;��:��9�9~�8~�7}�7|�6|�5{�4z�3y�1w�1v�0u�/u.s~-r|,q|+pz*oz(mx&lv&kv%jt$ht#gr…
953 …+1)/�%*Zz~������R��8�8�7~�7~�6|�6|�5{�4z�4z�3y�2w�1w�0u�0u�/t~.s~-r|,q|+pz*ny)mx'mw&kv&ju%is$hs…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_mgc.pkb5195 …����b��߀%�N'SI+9%X7hLSP3*2G9.(',:25 O�C=RVHVPYeljjz��HEKXVZM+Venf^x{�pz}��ILRT]V\f_f�����…
5752 b�4�� ������!� �����o@Wa"!*eZt:w8x1(['-$.&&$Fr�|N�5c>O]?sj_����UojEmc�_�k�x����pz��\aYOO…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_g2p.pkb74 ����� p��lMGr:��1r;�ae@�������%� l�T<��pz�)_�cj�N��.TC�Aj ��Ī�L����<Ŭ��S���ˆ�����j�c…
/external/hyphenation-patterns/es/
Dhyph-es.pat.txt271 2pz
/external/chromium-trace/catapult/third_party/gsutil/gslib/data/
Dcacerts.txt850 pz/+0WatC7xrmYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOA
/external/webrtc/talk/media/testdata/
Dvoice.rtpdump6 …qr���nfiu��yno|nka]Y[^m~n���nolci���b_bp���������|lojm�������������~�����{pz�}y��rox{vhip}q|v���l…
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dstereo_g729_jitter.rtp392 ��A��O���pz���<�4��U��E���I��X؏�W�2��+�P]"�p����n����}{PB���_�<�4��UŀF����I��X2[Л�aR@�…
/external/tlsdate/ca-roots/
Dtlsdate-ca-roots.conf615 pz/+0WatC7xrmYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOA

12