Searched refs:pz (Results 1 - 12 of 12) sorted by relevance

/external/v8/test/mjsunit/
H A Dnegate-zero.js35 var pz = 0; variable
41 assertFalse(IsNegativeZero(pz), "0");
42 assertTrue(IsNegativeZero(-pz), "-(0)");
/external/lldb/test/lang/c/anonymous/
H A Dmain.c74 type_z *pz = 0; local
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c53 const GLfloat pz = z1 - z0; local
60 const GLfloat a = py * qz - pz * qy;
61 const GLfloat b = pz * qx - px * qz;
H A Ds_aaline.c96 const GLfloat pz = z1 - z0;
100 const GLfloat a = py * qz - pz * qy;
101 const GLfloat b = pz * qx - px * qz;
112 const GLfloat pz = z0 - z1; local
113 const GLfloat a = pz * px;
114 const GLfloat b = pz * py;
/external/libvncserver/libvncserver/
H A Dtight.c1032 z_streamp pz; local
1045 pz = &cl->zsStruct[streamId];
1049 pz->zalloc = Z_NULL;
1050 pz->zfree = Z_NULL;
1051 pz->opaque = Z_NULL;
1053 err = deflateInit2 (pz, zlibLevel, Z_DEFLATED, MAX_WBITS,
1063 pz->next_in = (Bytef *)tightBeforeBuf;
1064 pz->avail_in = dataLen;
1065 pz->next_out = (Bytef *)tightAfterBuf;
1066 pz
[all...]
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c868 z_streamp pz; local
881 pz = &cl->zsStruct[streamId];
885 pz->zalloc = Z_NULL;
886 pz->zfree = Z_NULL;
887 pz->opaque = Z_NULL;
889 err = deflateInit2 (pz, zlibLevel, Z_DEFLATED, MAX_WBITS,
899 pz->next_in = (Bytef *)tightBeforeBuf;
900 pz->avail_in = dataLen;
901 pz->next_out = (Bytef *)tightAfterBuf;
902 pz
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c450 cmsFloat32Number px, py, pz; local
465 pz = fclamp(Input[2]) * p->Domain[2];
469 z0 = (int) _cmsQuickFloor(pz); fz = pz - (cmsFloat32Number) z0;
597 cmsFloat32Number px, py, pz; local
609 pz = fclamp(Input[2]) * p->Domain[2];
613 z0 = (int) _cmsQuickFloor(pz); rz = (pz - (cmsFloat32Number) z0);
H A Dcmsopt.c374 cmsFloat64Number px, py, pz, pw; local
391 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0;
396 z0 = (int) floor(pz);
401 ((pz - z0) != 0) ||
414 pz = ((cmsFloat64Number) At[2] * (p16->Domain[2])) / 65535.0;
418 z0 = (int) floor(pz);
422 ((pz - z0) != 0)) return FALSE; // Not on exact node
/external/opencv/cv/src/
H A Dcvlinefit.cpp245 float px = _line[3], py = _line[4], pz = _line[5];
256 z = points[j].z - pz;
/external/sqlite/dist/orig/
H A Dsqlite3.c21293 ** Store the string in memory obtained from sqliteMalloc() and make *pz
21296 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zFormat, ...){ argument
21303 sqlite3DbFree(db, *pz);
21304 *pz = z;
23061 const unsigned char **pz /* Pointer to string from which to read char */
23068 c = *((*pz)++);
23071 while( (*(*pz) & 0xc0)==0x80 ){
23072 c = (c<<6) + (0x3f & *((*pz)++));
133756 fts3Appendf( int *pRc, char **pz, const char *zFormat, ... ) argument
141377 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
147905 fts3Getint(const char **pz) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21293 ** Store the string in memory obtained from sqliteMalloc() and make *pz
21296 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zFormat, ...){ argument
21303 sqlite3DbFree(db, *pz);
21304 *pz = z;
23061 const unsigned char **pz /* Pointer to string from which to read char */
23068 c = *((*pz)++);
23071 while( (*(*pz) & 0xc0)==0x80 ){
23072 c = (c<<6) + (0x3f & *((*pz)++));
133774 fts3Appendf( int *pRc, char **pz, const char *zFormat, ... ) argument
141407 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
147935 fts3Getint(const char **pz) argument
[all...]
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 757 milliseconds