Home
last modified time | relevance | path

Searched refs:yices_zero_extend (Results 1 – 6 of 6) sorted by relevance

/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_bvbounds.c122 test_bounds(yices_zero_extend(t, 4)); in all_tests()
H A Dtest_api3.c835 { "zero_extend", yices_zero_extend },
H A Dtest_intern_table.c983 return yices_zero_extend(a, n); in random_zero_extend()
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/solvers/
H A Dyices.py569 res = yicespy.yices_zero_extend(args[0], formula.bv_extend_step())
/dports/math/yices/yices-2.6.2/src/include/
H A Dyices.h1827 __YICES_DLLSPEC__ extern term_t yices_zero_extend(term_t t, uint32_t n);
/dports/math/yices/yices-2.6.2/src/api/
H A Dyices_api.c5708 EXPORTED term_t yices_zero_extend(term_t t, uint32_t n) { in yices_zero_extend() function