Searched defs:MULT (Results 1 - 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 085-incorrect-argument-count.c | 1 #define MULT(x,y) ((x)*(y)) macro 2 MULT() 3 MULT(1) 4 MULT(1,2,3)
|
/external/valgrind/none/tests/mips64/ |
H A D | arithmetic_instruction.c | 12 MUL, MULT, MULTU, MOVN, enumerator in enum:__anon25302 244 case MULT:
|
/external/pcre/dist2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 153 #define MULT (HI(0) | LO(24)) macro 1052 FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS));
|
/external/python/cpython2/Objects/ |
H A D | longobject.c | 3518 #define MULT(X, Y, result) \ macro 3536 MULT(z, z, z); 3538 MULT(z, a, z); 3547 MULT(table[i-1], a, table[i]); 3555 MULT(z, z, z); 3557 MULT(z, table[index], z);
|
/external/robolectric/v3/libs/ |
H A D | vtd-xml-2.11.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | jsp-2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ... |
Completed in 436 milliseconds