Searched refs:nx (Results 26 - 50 of 95) sorted by relevance

1234

/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
H A Dearth.cc476 float nx = (px - planet_x_) * planet_one_over_radius_;
488 float d = (Lx * nx + Ly * ny + Lz * nz);
492 float ds = -(nx * planet_pole_x_ +
497 float dp = planet_equator_x_ * nx +
504 float dps = planet_pole_x_equator_x_ * nx +
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz) argument
34 return nvc0_tex_choose_tile_dims(nx, ny * 2, nz);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des1_conversion.h100 _es_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
H A Dapi_loopback.c366 loopback_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) argument
368 NORMAL( BYTE_TO_FLOAT(nx), BYTE_TO_FLOAT(ny), BYTE_TO_FLOAT(nz) );
372 loopback_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ) argument
374 NORMAL((GLfloat) nx, (GLfloat) ny, (GLfloat) nz);
378 loopback_Normal3i( GLint nx, GLint ny, GLint nz ) argument
380 NORMAL( INT_TO_FLOAT(nx), INT_TO_FLOAT(ny), INT_TO_FLOAT(nz) );
384 loopback_Normal3s( GLshort nx, GLshort ny, GLshort nz ) argument
386 NORMAL( SHORT_TO_FLOAT(nx), SHORT_TO_FLOAT(ny), SHORT_TO_FLOAT(nz) );
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz) argument
34 return nvc0_tex_choose_tile_dims(nx, ny * 2, nz);
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h100 _es_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
H A Dapi_loopback.c366 loopback_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) argument
368 NORMAL( BYTE_TO_FLOAT(nx), BYTE_TO_FLOAT(ny), BYTE_TO_FLOAT(nz) );
372 loopback_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ) argument
374 NORMAL((GLfloat) nx, (GLfloat) ny, (GLfloat) nz);
378 loopback_Normal3i( GLint nx, GLint ny, GLint nz ) argument
380 NORMAL( INT_TO_FLOAT(nx), INT_TO_FLOAT(ny), INT_TO_FLOAT(nz) );
384 loopback_Normal3s( GLshort nx, GLshort ny, GLshort nz ) argument
386 NORMAL( SHORT_TO_FLOAT(nx), SHORT_TO_FLOAT(ny), SHORT_TO_FLOAT(nz) );
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dx509.c1062 NETSCAPE_X509 nx; local
1067 nx.header= &hdr;
1068 nx.cert=x;
1070 i=ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509),out,&nx);
H A Dapps.c822 NETSCAPE_X509 *nx; local
823 nx=ASN1_item_d2i_bio(ASN1_ITEM_rptr(NETSCAPE_X509),cert,NULL);
824 if (nx == NULL)
827 if ((strncmp(NETSCAPE_CERT_HDR,(char *)nx->header->data,
828 nx->header->length) != 0))
830 NETSCAPE_X509_free(nx);
834 x=nx->cert;
835 nx->cert = NULL;
836 NETSCAPE_X509_free(nx);
/external/icu4c/test/perf/utrie2perf/
H A Dutrie2perf.cpp154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
/external/opencv/cv/src/
H A Dcvcontourtree.cpp599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
610 nx = y13 / l_base;
613 *h = nx * x12 + ny * y12;
617 *b = nx * y12 - ny * x12;
H A Dcvlinefit.cpp224 float nx = _line[1], ny = -_line[0];
234 dist[j] = (float) fabs( nx * x + ny * y );
H A Dcvshapedescr.cpp568 double x_s, y_s, nx, ny, dx, dy, du, dv; local
608 nx = pt_s.y - pt_e.y;
631 sk = nx * (xi - pt_s.x) + ny * (yi - pt_s.y);
658 dy = -nx;
/external/openssl/apps/
H A Dx509.c1062 NETSCAPE_X509 nx; local
1067 nx.header= &hdr;
1068 nx.cert=x;
1070 i=ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509),out,&nx);
H A Dapps.c822 NETSCAPE_X509 *nx; local
823 nx=ASN1_item_d2i_bio(ASN1_ITEM_rptr(NETSCAPE_X509),cert,NULL);
824 if (nx == NULL)
827 if ((strncmp(NETSCAPE_CERT_HDR,(char *)nx->header->data,
828 nx->header->length) != 0))
830 NETSCAPE_X509_free(nx);
834 x=nx->cert;
835 nx->cert = NULL;
836 NETSCAPE_X509_free(nx);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h184 SDL_PROC_UNUSED(void,glNormal3b,(GLbyte nx, GLbyte ny, GLbyte nz))
186 SDL_PROC_UNUSED(void,glNormal3d,(GLdouble nx, GLdouble ny, GLdouble nz))
188 SDL_PROC_UNUSED(void,glNormal3f,(GLfloat nx, GLfloat ny, GLfloat nz))
190 SDL_PROC_UNUSED(void,glNormal3i,(GLint nx, GLint ny, GLint nz))
192 SDL_PROC_UNUSED(void,glNormal3s,(GLshort nx, GLshort ny, GLshort nz))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz) argument
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c193 int nx = (target == PIPE_BUFFER ? (w / dx) : local
214 for (x = 0; x < nx; ++x) {
237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) : local
259 for (x = 0; x < nx; ++x) {
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz) argument
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c193 int nx = (target == PIPE_BUFFER ? (w / dx) : local
214 for (x = 0; x < nx; ++x) {
237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) : local
259 for (x = 0; x < nx; ++x) {
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java495 public void glNormal3f(float nx, float ny, float nz) { argument
496 ((GL10)mGL).glNormal3f(nx, ny, nz);
500 public void glNormal3x(int nx, int ny, int nz) { argument
501 ((GL10)mGL).glNormal3x(nx, ny, nz);
/external/bzip2/
H A Dbzip2.c1113 Int32 nx = strlen(suffix); local
1114 if (ns < nx) return False;
1115 if (strcmp(s + ns - nx, suffix) == 0) return True;
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h618 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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_transfer.c572 unsigned nx = rect->w >> k; local
579 m += ((ty * nx) + tx) << k << k;

Completed in 2203 milliseconds

1234