Home
last modified time | relevance | path

Searched refs:dst2 (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_matrix.c123 double dst0, dst1, dst2, dst3, dst4, dst5; in gdAffineConcat() local
127 dst2 = m1[2] * m2[0] + m1[3] * m2[2]; in gdAffineConcat()
133 dst[2] = dst2; in gdAffineConcat()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1671 static void jit_ZVAL_COPY_2(zend_jit_ctx *jit, zend_jit_addr dst2, zend_jit_addr dst, uint32_t dst_… in jit_ZVAL_COPY_2() argument
1679 jit_set_Z_LVAL(jit, dst2, ref); in jit_ZVAL_COPY_2()
1683 jit_set_Z_DVAL(jit, dst2, ref); in jit_ZVAL_COPY_2()
1689 jit_set_Z_W2(jit, dst2, ref); in jit_ZVAL_COPY_2()
1694 jit_set_Z_PTR(jit, dst2, ref); in jit_ZVAL_COPY_2()
1707 if (Z_MODE(dst2) != IS_REG) { in jit_ZVAL_COPY_2()
1708 jit_set_Z_TYPE_INFO_ex(jit, dst2, type_ref); in jit_ZVAL_COPY_2()
1713 jit_set_Z_TYPE_INFO_ex(jit, dst2, type); in jit_ZVAL_COPY_2()

Completed in 45 milliseconds