Home
last modified time | relevance | path

Searched refs:aptype (Results 1 – 25 of 27) sorted by relevance

12

/dports/finance/py-mplfinance/mplfinance-0.12.7a17/src/mplfinance/
H A Dplotting.py592 aptype = apdict['type']
593 if aptype == 'ohlc' or aptype == 'candle':
840 aptype = apdict['type']
856 if aptype not in valid_apc_types:
861 collections = _construct_mpf_collections(aptype,d,xdates,o,h,l,c,v,config,config['style'])
905 aptype = apdict['type']
906 if aptype == 'scatter':
915 elif aptype == 'bar':
921 elif aptype == 'line':
927 elif aptype == 'step':
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-stdarg.c1021 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1031 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1032 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1035 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1036 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-stdarg.c1008 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1018 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1019 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1022 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1023 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-stdarg.c1008 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1018 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1019 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1022 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1023 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-stdarg.c1008 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1018 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1019 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1022 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1023 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-stdarg.c1008 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1018 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1019 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1022 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1023 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-stdarg.c1008 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1018 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1019 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1022 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1023 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-stdarg.c1008 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1018 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1019 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1022 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1023 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-stdarg.c1021 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1031 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1032 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1035 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1036 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-stdarg.c1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()
/dports/net-mgmt/ap-utils/ap-utils-1.4.1/po/
H A Duk.po1364 "\tap-mrtg -i ip -c community -t type [-b bssid] [-n name] [-a aptype] [-v] [-"
1368 "\tap-mrtg -i ip -c ���`�ΦԦ -t ��� [-b bssid] [-n name] [-a aptype] [-v] [-"
1410 "-a aptype - AP type - 410 (default) or 510 for ATMEL12350's, like the "
H A Dap-utils.pot1353 "\tap-mrtg -i ip -c community -t type [-b bssid] [-n name] [-a aptype] [-v] [-"
1390 "-a aptype - AP type - 410 (default) or 510 for ATMEL12350's, like the "
H A Dnl.po1499 "\tap-mrtg -i ip -c community -t type [-b bssid] [-n name] [-a aptype] [-v] [-"
1544 "-a aptype - AP type - 410 (default) or 510 for ATMEL12350's, like the "
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c7435 int aptype; in APFromTuple() local
7455 if ( aptype==FLAG_UNKNOWN ) in APFromTuple()
7471 if ( aptype!=at_mark && aptype!=at_basechar ) { in APFromTuple()
7477 if ( aptype!=at_mark && aptype!=at_basemark ) { in APFromTuple()
7483 if ( aptype!=at_mark && aptype!=at_baselig ) { in APFromTuple()
7489 if ( aptype!=at_centry && aptype!=at_cexit ) { in APFromTuple()
7497 if ( lig_index==-1 && aptype==at_baselig ) { in APFromTuple()
7507 ap->type = aptype; in APFromTuple()
7511 if ( aptype==at_baselig ) in APFromTuple()
14762 int ac_type, aptype; in PyFFFont_addAnchorClass() local
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dmm-viet.comp.po48722 "\tap-mrtg -i ip -c community -t type [-b bssid] [-n name] [-a aptype] [-v] [-"
48770 "-a aptype - AP type - 410 (default) or 510 for ATMEL12350's, like the "
48773 "-a aptype - _kiểu Điểm TC_ - 410 (mặc định) hay 510 cho các máy "
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dmm-viet.comp.po48722 "\tap-mrtg -i ip -c community -t type [-b bssid] [-n name] [-a aptype] [-v] [-"
48770 "-a aptype - AP type - 410 (default) or 510 for ATMEL12350's, like the "
48773 "-a aptype - _kiểu Điểm TC_ - 410 (mặc định) hay 510 cho các máy "

12