Home
last modified time | relevance | path

Searched refs:ll_type (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/micropython/micropython-1.17/tests/float/
H A Dfloat2int_doubleprec_intbig.py19 ll_type = None variable
22 ll_type = 0 variable
25 ll_type = 0 variable
26 if ll_type is None:
29 ll_type = 1 variable
31 ll_type = 2
34 if ll_type != 0:
37 if ll_type == 3:
54 p10_rng = ((9, 18, 23), (18, 18, 23))[is_64bit][ll_type]
72 if ll_type != 2:
[all …]
H A Dfloat2int_intbig.py19 ll_type = None variable
22 ll_type = 0 variable
25 ll_type = 0 variable
26 if ll_type is None:
29 ll_type = 1 variable
31 ll_type = 2
39 if ll_type == 2:
44 p2_rng = ((30, 63, 127), (62, 63, 127))[is_64bit][ll_type]
54 p10_rng = 9 if (ll_type == 0 and ~is_64bit) else 11
72 if ll_type != 2:
[all …]
H A Dfloat2int_fp30_intbig.py19 ll_type = None variable
22 ll_type = 0 variable
25 ll_type = 0 variable
26 if ll_type is None:
29 ll_type = 1 variable
31 ll_type = 2
36 if ll_type == 2:
41 p2_rng = ((30, 63, 127), (62, 63, 127))[is_64bit][ll_type]
69 if ll_type != 2:
70 if ll_type == 0:
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/examples/
H A Dexample_nbin.py133 self.ll_type = ll_type
135 if ll_type == 'geom':
137 elif ll_type == 'nbp':
146 if ll_type == 'nb1':
148 elif ll_type == 'nb2':
150 elif ll_type == 'geom':
152 elif ll_type == 'nbp':
154 elif ll_type == 'nbt':
160 if self.ll_type == 'geom':
162 elif self.ll_type == 'nbt':
[all …]
/dports/math/ntl/ntl-11.5.1/include/NTL/
H A Dtools.h792 struct ll_type { struct
860 ll_add(ll_type& x, const ll_type& a) in ll_add()
894 ll_rshift_get_lo(ll_type x) in ll_rshift_get_lo()
910 ll_rshift_get_lo(ll_type x) in ll_rshift_get_lo()
927 ll_get_lo(const ll_type& x) in ll_get_lo()
957 x += ((ll_type) a)*((ll_type) b); in ll_mul_add()
965 x += ((ll_type) long(a))*((ll_type) long(b)); in ll_imul_add()
970 x = ((ll_type) a)*((ll_type) b); in ll_mul()
978 x = ((ll_type) long(a))*((ll_type) long(b)); in ll_imul()
988 ll_add(ll_type& x, const ll_type& a) in ll_add()
[all …]
H A Dsp_arith.h667 ll_type U; in sp_NormalizedMulMod()
705 ll_type U; in sp_NormalizedMulModWithQuo()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp3398 iptr->ll_type = ll_type; in gen_instr()
3491 if (instr->ll_type != ll_type) { in ad_csed_instr()
4411 Curr_Instr->ll_type = call_op->ll_type; in insert_llvm_memset()
4456 Curr_Instr->ll_type = call_op->ll_type; in insert_llvm_memcpy()
4505 Curr_Instr->ll_type = call_op->ll_type; in insert_llvm_dbg_declare()
5064 vop->next->ll_type = vop->ll_type; in gen_resized_vect()
5179 callInsn->ll_type = callOp->ll_type; in insertLLVMDbgValue()
5600 oldAdd->ll_type = newFma->ll_type; in overwrite_fma_add()
6180 ll_type = ty2; in convert_int_size()
11874 operand->ll_type = make_ptr_lltype(operand->ll_type); in gen_acon_expr()
[all …]
H A Dllutil.cpp38 LL_Type *ll_type; member
1450 op->ll_type = ll_type; in make_constval_op()
1465 op->ll_type = ll_type; in make_constval_opL()
1490 ll_type = ll_get_vector_type(ll_type->sub_types[0], 4); in set_vect3_to_size4()
1498 return ll_type; in set_vect3_to_size4()
1586 op->ll_type = llt; in make_tmp_op()
1598 op->ll_type = llt; in make_undef_op()
2318 new_op->ll_type = p->ll_type; in write_operand()
2322 new_op->ll_type = ll_get_pointer_type(p->ll_type); in write_operand()
3879 return (def && def->ll_type) ? def->ll_type : NULL; in llfind_su_type_def()
[all …]
H A Dllsched.cpp251 if (interesting_stores && is_lltype_interesting(instr->ll_type)) in build_block_idep_graph()
255 if (is_lltype_interesting(instr->operands->ll_type)) in build_block_idep_graph()
283 if (is_lltype_interesting(instr->ll_type)) { in build_block_idep_graph()
H A Dllassem_common.cpp1020 LL_Type *ll_type = LLTYPE(sptr); in put_addr() local
1025 if (ll_type->data_type != LL_PTR && need_ptr(sptr, SCG(sptr), dtype)) in put_addr()
1026 ll_type = ll_get_pointer_type(ll_type); in put_addr()
1029 LL_Value *ll_offset = gen_ptr_offset_val(off, ll_type, SNAME(sptr)); in put_addr()
H A Dllopt.cpp50 return_ll_type = instr->ll_type; in replace_by_call_to_llvm_instrinsic()
56 call_op->ll_type = return_ll_type; in replace_by_call_to_llvm_instrinsic()
62 sprintf(buf, "%s%s", buf, params->ll_type->str); in replace_by_call_to_llvm_instrinsic()
66 sprintf(buf, "%s, %s", buf, params->ll_type->str); in replace_by_call_to_llvm_instrinsic()
92 switch (instr->ll_type->data_type) { in replace_by_fma_intrinsic()
237 OPERAND *undef = make_undef_op(il->operands->next->ll_type); in fixup_recip_div()
H A Dllutil.h176 LL_Type *ll_type; /**< operand type */ member
405 LL_Type *ll_type; /**< type of intermediate results */ member
1348 OPERAND *make_constval_opL(LL_Type *ll_type, INT conval0, INT conval1, INT conval2, INT conval3);
1353 OPERAND *make_constval_op(LL_Type *ll_type, INT conval0, INT conval1);
1575 void write_type(LL_Type *ll_type);
H A Dcgmain.h193 void dump_type_for_debug(LL_Type *ll_type);
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dada-tasks.c369 struct type *ll_type; in get_tcb_types_info() local
427 ll_type = private_data_sym->type; in get_tcb_types_info()
444 fieldnos.ll_thread = ada_get_field_index (ll_type, "thread", 0); in get_tcb_types_info()
445 fieldnos.ll_lwp = ada_get_field_index (ll_type, "lwp", 1); in get_tcb_types_info()
455 fieldnos.ll_lwp = ada_get_field_index (ll_type, "thread_id", 1); in get_tcb_types_info()
461 *atcb_ll_type = ll_type; in get_tcb_types_info()
/dports/math/ntl/ntl-11.5.1/src/
H A Dlzz_p.cpp250 ll_type acc21; in InnerProd_LL()
257 ll_type sum; in InnerProd_LL()
274 ll_type sum; in InnerProd_LL()
307 ll_type acc21; in InnerProd_LL()
314 ll_type sum; in InnerProd_LL()
331 ll_type sum; in InnerProd_LL()
H A Dlip.cpp448 ll_type x; in _ntl_addmulp()
459 ll_type x; in _ntl_addmulpsq()
470 ll_type x; in _ntl_mulp()
481 ll_type x; in _ntl_submulp()
3144 ll_type prod; in _ntl_gsq()
3175 ll_type prod; in _ntl_gsq()
6994 ll_type sum; in eval()
7010 ll_type sum; in eval()
7041 ll_type sum; in eval()
8504 ll_type acc; in _ntl_general_rem_one_struct_apply1()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dada-tasks.c457 struct type *ll_type; in get_tcb_types_info() local
516 ll_type = private_data_sym->type; in get_tcb_types_info()
535 fieldnos.ll_thread = ada_get_field_index (ll_type, "thread", 0); in get_tcb_types_info()
536 fieldnos.ll_lwp = ada_get_field_index (ll_type, "lwp", 1); in get_tcb_types_info()
546 fieldnos.ll_lwp = ada_get_field_index (ll_type, "thread_id", 1); in get_tcb_types_info()
554 pspace_data->atcb_ll_type = ll_type; in get_tcb_types_info()
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dnhrp_interface.c131 switch (ifp->ll_type) { in nhrp_interface_update_nbma()
302 ifp->name, ifp->ifindex, ifp->ll_type, in nhrp_ifp_create()
303 if_link_type_str(ifp->ll_type)); in nhrp_ifp_create()
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dnhrp_interface.c131 switch (ifp->ll_type) { in nhrp_interface_update_nbma()
302 ifp->name, ifp->ifindex, ifp->ll_type, in nhrp_ifp_create()
303 if_link_type_str(ifp->ll_type)); in nhrp_ifp_create()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dada-tasks.c478 struct type *ll_type;
538 ll_type = private_data_sym->type;
558 fieldnos.ll_thread = ada_get_field_index (ll_type, "thread", 0);
559 fieldnos.ll_lwp = ada_get_field_index (ll_type, "lwp", 1);
569 fieldnos.ll_lwp = ada_get_field_index (ll_type, "thread_id", 1);
589 pspace_data->atcb_ll_type = ll_type;
/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dnhrp_interface.c120 switch (ifp->ll_type) { in nhrp_interface_update_nbma()
281 ifp->ll_type, if_link_type_str(ifp->ll_type)); in nhrp_interface_add()
/dports/net/ryu/ryu-4.26/ryu/services/protocols/zebra/server/
H A Dzserver.py285 ll_type=intf.ll_type,
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dzebra.py1308 bandwidth=None, ll_type=None, hw_addr_len=0, hw_addr=None, argument
1322 self.ll_type = ll_type
1335 ll_type = None
1343 ifmtu, ifmtu6, bandwidth, ll_type,
1349 metric, speed, ifmtu, ifmtu6, bandwidth, ll_type,
1354 metric, ifmtu, ifmtu6, bandwidth, ll_type,
1381 bandwidth, ll_type, hw_addr_len, hw_addr)
1393 bandwidth, ll_type, hw_addr_len, hw_addr,
1421 self.bandwidth, self.ll_type, hw_addr_len) + hw_addr
1429 self.bandwidth, self.ll_type, hw_addr_len) + hw_addr
[all …]
/dports/net/ryu/ryu-4.26/ryu/services/protocols/zebra/db/
H A Dinterface.py96 ll_type = Column(Integer, default=zebra.ZEBRA_LLT_ETHER)
/dports/net/quagga/quagga-1.2.4/lib/
H A Dif.h225 enum zebra_link_type ll_type; member

123