Searched refs:equ (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/opengl/libagl/ |
H A D | vertex.cpp | 164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c) argument 173 memcpy(equation.v, equ, sizeof(vec4_t)); 231 void glClipPlanef(GLenum plane, const GLfloat* equ) argument 234 gglFloatToFixed(equ[0]), 235 gglFloatToFixed(equ[1]), 236 gglFloatToFixed(equ[2]), 237 gglFloatToFixed(equ[3]) 243 void glClipPlanex(GLenum plane, const GLfixed* equ) argument 246 clipPlanex(plane, equ, c);
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
H A D | Norm_Corr_opt.s | 42 .equ EXC , 0 43 .equ XN , 4 44 .equ H , 8 45 .equ L_SUBFR , 12 46 .equ voSTACK , 172 47 .equ T_MIN , 212 48 .equ T_MAX , 216 49 .equ CORR_NORM , 220
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
H A D | Norm_Corr_neon.s | 42 .equ EXC , 0 43 .equ XN , 4 44 .equ H , 8 45 .equ L_SUBFR , 12 46 .equ voSTACK , 172 47 .equ T_MIN , 212 48 .equ T_MAX , 216 49 .equ CORR_NORM , 220
|
Completed in 134 milliseconds