Searched refs:MULT (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 821 #define MULT 10U in apprentice_magic_strength() macro 823 ssize_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength() 870 val += ts * MULT; in apprentice_magic_strength() 875 val += m->vallen * MULT; in apprentice_magic_strength() 880 val += m->vallen * MULT / 2; in apprentice_magic_strength() 886 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength() 891 val += v * MAX(MULT / v, 1); in apprentice_magic_strength() 900 val += MULT; in apprentice_magic_strength() 915 val += MULT; in apprentice_magic_strength() 920 val -= 2 * MULT; in apprentice_magic_strength() [all …]
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_32.c | 373 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op() 382 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 491 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op() 500 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 229 #define MULT (HI(0) | LO(24)) macro 1463 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()
|
Completed in 23 milliseconds