/device/google/contexthub/lib/libm/ |
D | ef_rem_pio2.c | 108 int e0,nx; local 188 nx = 3; 189 while(tx[nx-1]==zero) nx--; /* skip zero term */ 190 n = __kernel_rem_pio2f(tx,y,e0,nx,2,two_over_pi);
|
D | kf_rem_pio2.c | 56 int __kernel_rem_pio2f(float *x, float *y, int e0, int nx, int prec, const __int32_t *ipio2) in __kernel_rem_pio2f() argument 58 int __kernel_rem_pio2f(x,y,e0,nx,prec,ipio2) in __kernel_rem_pio2f() 59 float x[], y[]; int e0,nx,prec; __int32_t ipio2[]; in __kernel_rem_pio2f() 70 jx = nx-1;
|
/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 | 34 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 118 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 211 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz); 459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() argument 462 ctx->glNormal3f(ctx, nx, ny, nz); in glNormal3f() 967 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() argument 970 ctx->glNormal3x(ctx, nx, ny, nz); in glNormal3x() 1525 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() argument 1528 ctx->glNormal3xOES(ctx, nx, ny, nz); in glNormal3xOES()
|
D | gl_enc.cpp | 766 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f_enc() argument 784 memcpy(ptr, &nx, 4); ptr += 4; in glNormal3f_enc() 3101 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x_enc() argument 3119 memcpy(ptr, &nx, 4); ptr += 4; in glNormal3x_enc() 5687 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES_enc() argument 5705 memcpy(ptr, &nx, 4); ptr += 4; in glNormal3xOES_enc()
|