Searched refs:factor (Results 1 - 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h63 #define factor 316 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h63 #define factor 316 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py73 factor = 316 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_lsprof.c543 double factor; member in struct:__anon3055
558 collect->factor * sentry->tt,
559 collect->factor * sentry->it);
596 collect->factor * entry->tt,
597 collect->factor * entry->it,
638 collect.factor = hpTimerUnit();
640 collect.factor = pObj->externalTimerUnit;
642 collect.factor = 1.0 / DOUBLE_TIMER_PRECISION;
H A Ddatetimemodule.c434 * factor "lo" units. factor must be > 0. If *lo is less than 0, or
435 * at least factor, enough of *lo is converted into "hi" units so that
436 * 0 <= *lo < factor. The input values must be such that int overflow
440 normalize_pair(int *hi, int *lo, int factor) argument
442 assert(factor > 0);
444 if (*lo < 0 || *lo >= factor) {
445 const int num_hi = divmod(*lo, factor, lo);
450 assert(0 <= *lo && *lo < factor);
1837 * so far, and there are factor microsecond
1845 accum(const char* tag, PyObject *sofar, PyObject *num, PyObject *factor, double *leftover) argument
4070 add_datetime_timedelta(PyDateTime_DateTime *date, PyDateTime_Delta *delta, int factor) argument
[all...]
H A Dparsermodule.c934 VALIDATER(term); VALIDATER(factor); variable
2400 /* factor:
2402 * factor: ('+'|'-'|'~') factor | power
2408 int res = (validate_ntype(tree, factor)
2422 * power: atom trailer* ('**' factor)*
3246 case factor:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_has_key.py107 syms.factor, syms.power):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
H A Dexample.py184 (symbol.factor,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Ddatetimemodule.c434 * factor "lo" units. factor must be > 0. If *lo is less than 0, or
435 * at least factor, enough of *lo is converted into "hi" units so that
436 * 0 <= *lo < factor. The input values must be such that int overflow
440 normalize_pair(int *hi, int *lo, int factor) argument
442 assert(factor > 0);
444 if (*lo < 0 || *lo >= factor) {
445 const int num_hi = divmod(*lo, factor, lo);
450 assert(0 <= *lo && *lo < factor);
1837 * so far, and there are factor microsecond
1845 accum(const char* tag, PyObject *sofar, PyObject *num, PyObject *factor, double *leftover) argument
4070 add_datetime_timedelta(PyDateTime_DateTime *date, PyDateTime_Delta *delta, int factor) argument
[all...]
H A Dparsermodule.c963 VALIDATER(term); VALIDATER(factor); variable
2429 /* factor:
2431 * factor: ('+'|'-'|'~') factor | power
2437 int res = (validate_ntype(tree, factor)
2451 * power: atom trailer* ('**' factor)*
3275 case factor:
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp206 void glPolygonOffset(GLfloat factor, GLfloat units) argument
208 getDispatch()->glPolygonOffset(factor, units);
641 void glPolygonOffsetx(GLfixed factor, GLfixed units) argument
643 getDispatch()->glPolygonOffsetx(factor, units);
996 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) argument
998 getDispatch()->glPolygonOffsetxOES(factor, units);
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
H A DArmV7Support.S245 orr R0, R10, R9, LSL R5 @ factor in the way number and cache number into R11
246 orr R0, R0, R7, LSL R2 @ factor in the index number
H A DArmV7Support.asm203 orr R0, R10, R9, LSL R5 ; factor in the way number and cache number into R11
204 orr R0, R0, R7, LSL R2 ; factor in the index number
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py712 def factor(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
1440 symbol.factor,
1495 symbol.factor,
1517 symbol.factor,
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_entry.cpp38 void glPolygonOffset(GLfloat factor, GLfloat units);
124 void glPolygonOffsetx(GLfixed factor, GLfixed units);
215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units);
487 void glPolygonOffset(GLfloat factor, GLfloat units) argument
490 ctx->glPolygonOffset(ctx, factor, units);
1007 void glPolygonOffsetx(GLfixed factor, GLfixed units) argument
1010 ctx->glPolygonOffsetx(ctx, factor, units);
1553 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) argument
1556 ctx->glPolygonOffsetxOES(ctx, factor, units);
H A Dgl_enc.cpp913 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) argument
931 memcpy(ptr, &factor, 4); ptr += 4;
3306 void glPolygonOffsetx_enc(void *self , GLfixed factor, GLfixed units) argument
3324 memcpy(ptr, &factor, 4); ptr += 4;
5886 void glPolygonOffsetxOES_enc(void *self , GLfixed factor, GLfixed units) argument
5904 memcpy(ptr, &factor, 4); ptr += 4;
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
H A Dglext.h697 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
737 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
H A Dbosch_bmi160.c4011 * @param factor vector that contains size factor for each sensor
4017 static size_t calcFifoSize(const int* iPeriod, const int* iLatency, const int* factor, int n) { argument
4036 s += t * factor[i];
4037 DEBUG_PRINT_IF(DBG_WM_CALC, "cfifo: %d, s+= %d*%d, head = %d", i, t, factor[i], head);
4055 const int factor[] = {6, 6, 8}; local
4071 size_t watermark = calcFifoSize(period, latency, factor, NUM_CONT_SENSOR) / 4;
/device/generic/goldfish-opengl/system/include/GLES2/
H A Dgl2.h468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c1741 TYPE((pfactor = CHILD(n, 1))) == factor &&
1777 PyErr_Format(PyExc_SystemError, "unhandled factor: %d",
1785 /* power: atom trailer* ('**' factor)*
1806 if (TYPE(CHILD(n, NCH(n) - 1)) == factor) {
1835 term: factor (('*'|'/'|'%'|'//') factor)*
1836 factor: ('+'|'-'|'~') factor | power
1837 power: atom trailer* ('**' factor)*
1961 case factor
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c1741 TYPE((pfactor = CHILD(n, 1))) == factor &&
1772 PyErr_Format(PyExc_SystemError, "unhandled factor: %d",
1780 /* power: atom trailer* ('**' factor)*
1801 if (TYPE(CHILD(n, NCH(n) - 1)) == factor) {
1830 term: factor (('*'|'/'|'%'|'//') factor)*
1831 factor: ('+'|'-'|'~') factor | power
1832 power: atom trailer* ('**' factor)*
1956 case factor
[all...]
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_entry.cpp99 void glPolygonOffset(GLfloat factor, GLfloat units);
988 void glPolygonOffset(GLfloat factor, GLfloat units) argument
991 ctx->glPolygonOffset(ctx, factor, units);
/device/generic/goldfish-opengl/system/include/GLES3/
H A Dgl3.h468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
H A Dgl31.h468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);

Completed in 528 milliseconds

12