/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtod.c | 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; in strtod() local 108 sign = nz0 = nz = decpt = 0; in strtod() 193 nz++; in strtod() 196 nf += nz; in strtod() 197 nz = 0; in strtod() 204 nz++; in strtod() 206 nf += nz; in strtod() 207 for(i = 1; i < nz; i++) in strtod() 216 nz = 0; in strtod() 223 if (!nd && !nz && !nz0) { in strtod() [all …]
|
D | strtodg.c | 314 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; in strtodg() local 325 denorm = sign = nz0 = nz = 0; in strtodg() 390 nz++; in strtodg() 393 nf += nz; in strtodg() 394 nz = 0; in strtodg() 401 nz++; in strtodg() 403 nf += nz; in strtodg() 404 for(i = 1; i < nz; i++) in strtodg() 413 nz = 0; in strtodg() 420 if (!nd && !nz && !nz0) { in strtodg() [all …]
|
/device/google/dragon/ |
D | init_regions.sh | 19 au | nz)
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 135 agd->nz = agd->nzb = 0; in agdReset() 330 if (PHIZ < asd->mean_z && ac1->agd.nz < ac1->agd.nfz) { in accelGoodData() 331 ac1->agd.nz += 1; in accelGoodData() 355 ac1->agd.nz == ac1->agd.nfz && ac1->agd.nzb == ac1->agd.nfzb) { in accelGoodData() 395 ac1->agd.nz > ac1->agd.nfz || ac1->agd.nzb > ac1->agd.nfzb) { in accelGoodData() 748 (unsigned)acc->ac1[0].agd.nz, (unsigned)acc->ac1[0].agd.nzb, in accelCalDebPrint() 757 (unsigned)acc->ac1[1].agd.nz, (unsigned)acc->ac1[1].agd.nzb, in accelCalDebPrint()
|
D | accel_cal.h | 80 uint32_t nx, nxb, ny, nyb, nz, nzb, nle; member
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 181 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() argument 183 getDispatch()->glNormal3f(nx, ny, nz); in glNormal3f() 606 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() argument 608 getDispatch()->glNormal3x(nx, ny, nz); in glNormal3x() 971 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() argument 973 getDispatch()->glNormal3xOES(nx, ny, nz); in glNormal3xOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 117 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 210 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz); 457 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() argument 460 ctx->glNormal3f(ctx, nx, ny, nz); in glNormal3f() 965 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() argument 968 ctx->glNormal3x(ctx, nx, ny, nz); in glNormal3x() 1523 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() argument 1526 ctx->glNormal3xOES(ctx, nx, ny, nz); in glNormal3xOES()
|
D | gl_enc.cpp | 777 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f_enc() argument 797 memcpy(ptr, &nz, 4); ptr += 4; in glNormal3f_enc() 3144 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x_enc() argument 3164 memcpy(ptr, &nz, 4); ptr += 4; in glNormal3x_enc() 5750 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES_enc() argument 5770 memcpy(ptr, &nz, 4); ptr += 4; in glNormal3xOES_enc()
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
D | glext.h | 692 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz); 732 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/ |
D | AsmFuncs.s | 418 tbit.nz p14, p15 = in0, 36;; // put relative offset sign bit in p14
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 474 Cray T3E: Mark Hadfield (m.hadfield@niwa.co.nz) writes:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 481 Cray T3E: Mark Hadfield (m.hadfield@niwa.co.nz) writes:
|