HomeSort by relevance Sort by last modified time
    Searched refs:pz (Results 1 - 25 of 34) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidFloatDoubleTest.java 40 float pz = 0.0f; local
47 assertTrue(pz == pz);
48 assertTrue(pz == nz);
49 assertTrue(pz == pzero);
50 assertTrue(pz == nzero);
52 assertTrue(nz == pz);
57 assertTrue(pzero == pz);
62 assertTrue(nzero == pz);
68 assertEquals(Float.valueOf(pz), Float.valueOf(pz))
95 double pz = 0.0; local
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 233 typeSample *pz; // pointer to delay line local
247 pz = pFIR->z + pFIR->state; // point to next empty slot in delay line
250 *pz-- = *pInput++;
251 if (pz < pz_beg)
252 pz = pz_end; // wrap around (circular buffer)
261 pz = pFIR->z + pFIR->state;
265 accum += *ph++ * *pz++;
269 pz = pFIR->z;
273 accum += *ph++ * *pz++;
  /external/lldb/test/lang/c/anonymous/
main.c 74 type_z *pz = 0; local
  /external/chromium_org/v8/test/mjsunit/
negate-zero.js 35 var pz = 0; variable
41 assertFalse(IsNegativeZero(pz), "0");
42 assertTrue(IsNegativeZero(-pz), "-(0)");
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-nbody.js 19 Body.prototype.offsetMomentum = function(px,py,pz) {
22 this.vz = -pz / SOLAR_MASS;
83 var pz = 0.0;
90 pz += b.vz * m;
92 this.bodies[0].offsetMomentum(px,py,pz);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-nbody.js 19 Body.prototype.offsetMomentum = function(px,py,pz) {
22 this.vz = -pz / SOLAR_MASS;
83 var pz = 0.0;
90 pz += b.vz * m;
92 this.bodies[0].offsetMomentum(px,py,pz);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
access-nbody.js 19 Body.prototype.offsetMomentum = function(px,py,pz) {
22 this.vz = -pz / SOLAR_MASS;
83 var pz = 0.0;
90 pz += b.vz * m;
92 this.bodies[0].offsetMomentum(px,py,pz);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 53 const GLfloat pz = z1 - z0; local
60 const GLfloat a = py * qz - pz * qy;
61 const GLfloat b = pz * qx - px * qz;
s_aaline.c 96 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/mesa3d/src/mesa/swrast/
s_aatriangle.c 53 const GLfloat pz = z1 - z0; local
60 const GLfloat a = py * qz - pz * qy;
61 const GLfloat b = pz * qx - px * qz;
s_aaline.c 96 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/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c 261 ** The input word *pz and zFrom are both in reverse order. zTo
269 char **pz, /* The word being stemmed (Reversed) */
274 char *z = *pz;
281 *pz = z;
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c 260 ** The input word *pz and zFrom are both in reverse order. zTo
268 char **pz, /* The word being stemmed (Reversed) */
273 char *z = *pz;
280 *pz = z;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_porter.c 263 ** The input word *pz and zFrom are both in reverse order. zTo
271 char **pz, /* The word being stemmed (Reversed) */
276 char *z = *pz;
283 *pz = z;
  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 736 ** Store the string in memory obtained from sqliteMalloc() and make *pz
739 void sqlite3SetString(char **pz, sqlite3 *db, const char *zFormat, ...){
746 sqlite3DbFree(db, *pz);
747 *pz = z;
test_thread.c 513 const char **pz /* OUT: End of parsed string */
516 while( SQLITE_LOCKED==(rc = sqlite3_prepare_v2(db, zSql, nSql, ppStmt, pz)) ){
vdbeaux.c 783 char **pz = &p->aOp[p->nOp-1].zComment; local
785 sqlite3DbFree(p->db, *pz);
786 *pz = sqlite3VMPrintf(p->db, zFormat, ap);
797 char **pz = &p->aOp[p->nOp-1].zComment; local
799 sqlite3DbFree(p->db, *pz);
800 *pz = sqlite3VMPrintf(p->db, zFormat, ap);
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 450 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);
    [all...]
cmsopt.c 374 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
    [all...]
  /external/opencv/cv/src/
cvlinefit.cpp 245 float px = _line[3], py = _line[4], pz = _line[5];
256 z = points[j].z - pz;
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 430 float pz = z0 + t * dz;
433 float nz = (pz - planet_z_) * planet_one_over_radius_;
438 float Lz = (light_z_ - pz);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 468 float pz = z0 + t * dz;
471 float nz = (pz - planet_z_) * planet_one_over_radius_;
476 float Lz = (light_z_ - pz);
  /system/core/libmincrypt/
p256_ec.c 1117 felem px, py, pz, tx, ty, tz; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 83 D3DVALUE px, D3DVALUE py, D3DVALUE pz, D3DVALUE nx, D3DVALUE ny, D3DVALUE nz,
222 D3DVALUE px, D3DVALUE py, D3DVALUE pz, D3DVALUE nx, D3DVALUE ny, D3DVALUE nz,
363 STDMETHOD(CreateShadow)(THIS_ IUnknown *object, IDirect3DRMLight *light, D3DVALUE px, D3DVALUE py, D3DVALUE pz,
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 301 function Og(b,c,d){var e,f,g;hv[f=++iv]=Og;e=(jv[f]=hG+Pz,Mg());try{return g=true,Lg((jv[f]=hG+_F,b),c,d)}catch(a){a=wk((jv[f]=hG+Rz,a));iv=f;throw a}finally{Pg((jv[f]=hG+eE,e));g&&(iv=f-1)}iv=f-1}
    [all...]

Completed in 944 milliseconds

1 2