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

  /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/lldb/test/lang/c/anonymous/
main.c 74 type_z *pz = 0; local
  /external/v8/test/mjsunit/
negate-zero.js 35 var pz = 0; variable
41 assertFalse(IsNegativeZero(pz), "0");
42 assertTrue(IsNegativeZero(-pz), "-(0)");
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
bricked.rs 40 int pz = (bz << 5) | in_br_z;
47 if (pz >= rsAllocationGetDimZ(volume)) {
57 int intensity = 0xFFFF & rsGetElementAt_short(volume, px, py, pz);
  /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/libvncserver/libvncserver/
tight.c 1032 z_streamp pz; local
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 868 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->avail_out = tightAfterBufSize
    [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;
  /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...]
d3drmobj.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2088 milliseconds