Home
last modified time | relevance | path

Searched refs:ac_o (Results 1 – 13 of 13) sorted by relevance

/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dold_interval.cpp391 bool ac_o = a_o || c_o; in operator *=() local
401 if (ac > bd || (ac == bd && !ac_o && bd_o)) { in operator *=()
403 m_upper_open = ac_o; in operator *=()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dold_interval.cpp391 bool ac_o = a_o || c_o; in operator *=() local
401 if (ac > bd || (ac == bd && !ac_o && bd_o)) { in operator *=()
403 m_upper_open = ac_o; in operator *=()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()
/dports/math/z3/z3-z3-4.8.13/src/math/interval/
H A Dinterval_def.h1120 bool ac_o = a_o || c_o; in mul() local
1142 if (::gt(m(), ac, ac_k, bd, bd_k) || (::eq(m(), ac, ac_k, bd, bd_k) && !ac_o && bd_o)) { in mul()
1145 set_upper_is_open(r, ac_o); in mul()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/interval/
H A Dinterval_def.h1120 bool ac_o = a_o || c_o; in mul() local
1142 if (::gt(m(), ac, ac_k, bd, bd_k) || (::eq(m(), ac, ac_k, bd, bd_k) && !ac_o && bd_o)) { in mul()
1145 set_upper_is_open(r, ac_o); in mul()