Home
last modified time | relevance | path

Searched refs:le_p (Results 1 – 25 of 125) sorted by relevance

12345

/dports/devel/pecl-zookeeper/zookeeper-1.0.0/
H A Dphp_zookeeper_session.c87 zend_resource le, *le_p = NULL;
91 le_p = zend_hash_str_find_ptr(&EG(persistent_list), plist_key, plist_key_len);
92 if (le_p) {
93 if (le_p->type == php_zookeeper_get_connection_le()) {
95 return (php_zookeeper_session *) le_p->ptr;
/dports/databases/pecl-memcached/php-memcached-058e9f5/
H A Dphp_memcached_session.c344 zend_resource *le_p; in PS_OPEN_FUNC() local
348 if ((le_p = zend_hash_str_find_ptr(&EG(persistent_list), plist_key, plist_key_len)) != NULL) { in PS_OPEN_FUNC()
349 if (le_p->type == s_memc_sess_list_entry()) { in PS_OPEN_FUNC()
350 memc = (memcached_st *) le_p->ptr; in PS_OPEN_FUNC()
/dports/net/pecl-zmq/zmq-1.1.3/
H A Dzmq.c209 zend_resource *le_p = NULL; in php_zmq_context_get() local
212 if ((le_p = zend_hash_find_ptr(&EG(persistent_list), plist_key)) != NULL) { in php_zmq_context_get()
213 if (le_p->type == php_zmq_context_list_entry()) { in php_zmq_context_get()
218 return (php_zmq_context *) le_p->ptr; in php_zmq_context_get()
577 zend_resource *le_p = NULL; in php_zmq_socket_get() local
581 if ((le_p = zend_hash_find_ptr(&EG(persistent_list), plist_key)) != NULL) { in php_zmq_socket_get()
582 if (le_p->type == php_zmq_socket_list_entry()) { in php_zmq_socket_get()
586 return (php_zmq_socket *) le_p->ptr; in php_zmq_socket_get()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dwide-int-range.h176 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wide_int_range_includes_zero_p()
H A Dwide-int-range.cc714 if (wi::le_p (vr0_min, 0, sign) && wi::ge_p (vr0_max, 0, sign)) in wide_int_range_abs()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dwide-int-range.h176 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wide_int_range_includes_zero_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dwide-int-range.h176 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wide_int_range_includes_zero_p()
/dports/math/py-jax/jax-0.2.9/jax/lax/
H A D__init__.py162 le_p,
/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Damd64.c1216 uint8_t le_p[] = "\x66\x66\x66\x64\x48\x8b\x04\x25\x00\x00\x00\x00"; in _tls_relax_ld_to_le() local
1224 memcpy(buf + lre->lre_offset - 3, le_p, sizeof(le_p) - 1); in _tls_relax_ld_to_le()
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Damd64.c1216 uint8_t le_p[] = "\x66\x66\x66\x64\x48\x8b\x04\x25\x00\x00\x00\x00"; in _tls_relax_ld_to_le() local
1224 memcpy(buf + lre->lre_offset - 3, le_p, sizeof(le_p) - 1); in _tls_relax_ld_to_le()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Drange-op.cc111 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p()
953 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign)) in fold_range()
955 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign)) in fold_range()
1272 if (wi::le_p (op2.upper_bound (), wi::zero (prec), sign)) in lhs_op1_relation()
1287 if (wi::le_p (op2.upper_bound (), wi::zero (prec), sign)) in lhs_op1_relation()
2281 return (wi::le_p (min, domain_max, domain_sign) in inside_domain_p()
2282 && wi::le_p (max, domain_max, domain_sign) in inside_domain_p()
3632 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign)) in wi_fold()
H A Dvalue-range.cc653 if (wi::le_p (v, upper_bound (r), sign)) in contains_p()
1564 if (wi::le_p (wi::to_wide (m_base[i]), wi::to_wide (r.m_base[j]), sign)) in irange_union()
1725 if (wi::le_p (wi::to_wide (ru), wi::to_wide (r2u), sign)) in irange_intersect()
/dports/net/pecl-zmq/zmq-1.1.3/php5/
H A Dzmq.c215 zend_rsrc_list_entry le, *le_p = NULL; in php_zmq_context_get() local
221 if (zend_hash_find(&EG(persistent_list), plist_key, plist_key_len, (void *)&le_p) == SUCCESS) { in php_zmq_context_get()
222 if (le_p->type == php_zmq_context_list_entry()) { in php_zmq_context_get()
223 return (php_zmq_context *) le_p->ptr; in php_zmq_context_get()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Drange-op.cc110 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p()
721 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign)) in fold_range()
723 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign)) in fold_range()
1785 return (wi::le_p (min, domain_max, domain_sign) in inside_domain_p()
1786 && wi::le_p (max, domain_max, domain_sign) in inside_domain_p()
3017 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign)) in wi_fold()
H A Dvalue-range.cc682 if (wi::le_p (v, upper_bound (r), sign)) in contains_p()
1593 if (wi::le_p (wi::to_wide (m_base[i]), wi::to_wide (r.m_base[j]), sign)) in irange_union()
1742 if (wi::le_p (wi::to_wide (ru), wi::to_wide (r2u), sign)) in irange_intersect()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Drange-op.cc110 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p()
721 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign)) in fold_range()
723 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign)) in fold_range()
1785 return (wi::le_p (min, domain_max, domain_sign) in inside_domain_p()
1786 && wi::le_p (max, domain_max, domain_sign) in inside_domain_p()
3017 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign)) in wi_fold()
H A Dvalue-range.cc682 if (wi::le_p (v, upper_bound (r), sign)) in contains_p()
1593 if (wi::le_p (wi::to_wide (m_base[i]), wi::to_wide (r.m_base[j]), sign)) in irange_union()
1742 if (wi::le_p (wi::to_wide (ru), wi::to_wide (r2u), sign)) in irange_intersect()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Drange-op.cc110 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p()
721 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign)) in fold_range()
723 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign)) in fold_range()
1785 return (wi::le_p (min, domain_max, domain_sign) in inside_domain_p()
1786 && wi::le_p (max, domain_max, domain_sign) in inside_domain_p()
3017 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign)) in wi_fold()
H A Dvalue-range.cc682 if (wi::le_p (v, upper_bound (r), sign)) in contains_p()
1593 if (wi::le_p (wi::to_wide (m_base[i]), wi::to_wide (r.m_base[j]), sign)) in irange_union()
1742 if (wi::le_p (wi::to_wide (ru), wi::to_wide (r2u), sign)) in irange_intersect()
/dports/math/py-jax/jax-0.2.9/jax/experimental/jax2tf/tests/
H A Dprimitive_harness.py716 _LAX_COMPARATORS = (lax.eq_p, lax.ge_p, lax.gt_p, lax.le_p, lax.lt_p, lax.ne_p)
2092 _make_select_and_scatter_add_harness("select_prim", select_prim=lax.le_p)
2128 select_prim=lax.le_p,
2160 for select_prim in [lax.ge_p, lax.le_p]:
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Ddoubledouble.py243 _def_inequality(lax.le_p, operator.le)
/dports/devel/ppl/ppl-1.2/src/
H A Dchecked_inlines.hh622 le_p(const Type1& x, const Type2& y) { in le_p() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Drange-op.cc113 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p()
685 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign)) in fold_range()
687 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign)) in fold_range()
2398 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign)) in wi_fold()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Drange-op.cc113 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p()
685 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign)) in fold_range()
687 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign)) in fold_range()
2398 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign)) in wi_fold()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Drange-op.cc113 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign); in wi_includes_zero_p()
685 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign)) in fold_range()
687 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign)) in fold_range()
2398 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign)) in wi_fold()

12345