Home
last modified time | relevance | path

Searched refs:MULT (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c775 #define MULT 10 in apprentice_magic_strength() macro
776 size_t ts, v, val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength()
821 val += ts * MULT; in apprentice_magic_strength()
826 val += m->vallen * MULT; in apprentice_magic_strength()
831 val += m->vallen * MULT / 2; in apprentice_magic_strength()
835 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
840 val += v * MAX(MULT / v, 1); in apprentice_magic_strength()
849 val += MULT; in apprentice_magic_strength()
864 val += MULT; in apprentice_magic_strength()
869 val -= 2 * MULT; in apprentice_magic_strength()
[all …]
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c374 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
378 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
H A DsljitNativeMIPS_64.c468 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
472 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
H A DsljitNativeMIPS_common.c164 #define MULT (HI(0) | LO(24)) macro
1081 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()

Completed in 29 milliseconds