Home
last modified time | relevance | path

Searched refs:typeb (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/emulators/qemu5/qemu-5.2.0/target/microblaze/
H A Dinsns.decode24 &typeb rd ra imm
33 @typeb ...... rd:5 ra:5 ................ &typeb imm=%extimm
44 # Officially typeb, but any immediate extension is unused.
45 @typeb_bs ...... rd:5 ra:5 ..... ...... imm:5 &typeb
47 # Officially typeb, but with ra as opcode.
50 # Officially typeb, but with rd as opcode.
71 addi 001000 ..... ..... ................ @typeb
72 addic 001010 ..... ..... ................ @typeb
73 addik 001100 ..... ..... ................ @typeb
74 addikc 001110 ..... ..... ................ @typeb
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/microblaze/
H A Dinsns.decode24 &typeb rd ra imm
33 @typeb ...... rd:5 ra:5 ................ &typeb imm=%extimm
44 # Officially typeb, but any immediate extension is unused.
45 @typeb_bs ...... rd:5 ra:5 ..... ...... imm:5 &typeb
47 # Officially typeb, but with ra as opcode.
50 # Officially typeb, but with rd as opcode.
71 addi 001000 ..... ..... ................ @typeb
72 addic 001010 ..... ..... ................ @typeb
73 addik 001100 ..... ..... ................ @typeb
74 addikc 001110 ..... ..... ................ @typeb
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/microblaze/
H A Dinsns.decode24 &typeb rd ra imm
33 @typeb ...... rd:5 ra:5 ................ &typeb imm=%extimm
44 # Officially typeb, but any immediate extension is unused.
45 @typeb_bs ...... rd:5 ra:5 ..... ...... imm:5 &typeb
47 # Officially typeb, but with ra as opcode.
50 # Officially typeb, but with rd as opcode.
71 addi 001000 ..... ..... ................ @typeb
72 addic 001010 ..... ..... ................ @typeb
73 addik 001100 ..... ..... ................ @typeb
74 addikc 001110 ..... ..... ................ @typeb
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/microblaze/
H A Dinsns.decode24 &typeb rd ra imm
33 @typeb ...... rd:5 ra:5 ................ &typeb imm=%extimm
44 # Officially typeb, but any immediate extension is unused.
45 @typeb_bs ...... rd:5 ra:5 ..... ...... imm:5 &typeb
47 # Officially typeb, but with ra as opcode.
50 # Officially typeb, but with rd as opcode.
71 addi 001000 ..... ..... ................ @typeb
72 addic 001010 ..... ..... ................ @typeb
73 addik 001100 ..... ..... ................ @typeb
74 addikc 001110 ..... ..... ................ @typeb
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/xsb/ptq/
H A Dparser.P291 typeb(^X,^Xt:[s,T]) :- typeb(X:T,Xt).
292 typeb(*X,*X1:T) :- typeb(X:[s,T],X1).
293 typeb(X\Y,(X1\Y1):[A,B]) :- typeb(X:A,X1), typeb(Y:B,Y1).
294 typeb(X\\Y,(X1\\Y1):[A,B]) :- typeb(X:A,X1), typeb(Y:B,Y1).
295 typeb(X@Y,(X1@Y1):A) :- typeb(X:[B,A],X1),typeb(Y:B,Y1).
296 typeb(exists(X,P),exists(Xt,P1):t) :- type(X,Xt),typeb(P:t,P1).
298 typeb(all(X,P),all(Xt,P1):t) :- typeb(X,Xt),typeb(P:t,P1).
299 typeb(A /\ B, (A1 /\ B1):t) :- typeb(A:t,A1),typeb(B:t,B1).
300 typeb(A \/ B, (A1 \/ B1):t) :- typeb(A:t,A1),typeb(B:t,B1).
301 typeb((A -> B), (A1->B1):t) :- typeb(A:t,A1),typeb(B:t,B1).
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DFieldBuilder.cs56 internal TypeBuilder typeb; field in System.Reflection.Emit.FieldBuilder
76 typeb = tb; in FieldBuilder()
87 get { return typeb; }
105 get { return typeb; }
114 if (typeb.is_created) in GetCustomAttributes()
121 if (typeb.is_created) in GetCustomAttributes()
224 if (typeb.is_created) in RejectIfCreated()
238 var type_handle = new RuntimeTypeHandle (typeb.CreateType () as RuntimeType); in RuntimeResolve()
H A DEventBuilder.cs51 TypeBuilder typeb; field in System.Reflection.Emit.EventBuilder
65 typeb = tb; in EventBuilder()
70 return typeb.get_next_table_index (obj, table, inc); in get_next_table_index()
139 if (typeb.is_created) in RejectIfCreated()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddcast.d738 (typeb.ty == Tarray || typeb.ty == Tsarray)) in implicitConvTo()
781 else if (tb.ty == Tvector && (typeb.ty == Tarray || typeb.ty == Tsarray)) in implicitConvTo()
1022 typeb.ty == Tpointer && typeb.nextOf().ty == Tfunction && in implicitConvTo()
1050 if (typeb.ty == Tpointer && typeb.nextOf().ty == Tfunction && in implicitConvTo()
1399 if (typeb) in implicitConvTo()
1470 if (tb.equals(typeb)) in cimplicitConvTo()
1472 if ((typeb.isintegral() || typeb.isfloating()) && in cimplicitConvTo()
1927 if (typeb.ty != Tsarray && typeb.ty != Tarray && typeb.ty != Tpointer) in visit()
2153 typeb.ty == Tpointer && typeb.nextOf().ty == Tfunction && in visit()
2242 (typeb.ty == Tarray || typeb.ty == Tsarray)) in visit()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_Macros.h1748 typeb *_PTB = (typeb *)b; \
1772 typeb *_PTB = (typeb *)b; \
1798 typeb *_PTB = (typeb *)b; \
1821 typeb *_PTB = (typeb *)b; \
1845 typeb *_PTB = (typeb *)b; \
2000 typeb *_PTB = (typeb *)b; \
2050 typeb *_PTB = (typeb *)b; \
2183 typeb **_BMX = (typeb **)b; \
2221 typeb **_BMX = (typeb **)b; \
2249 typeb **_BMX = (typeb **)b; \
[all …]
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A Dicons.cxx95 mlabel->typeb = FL_NORMAL_LABEL; in make_icon_label()
165 i->first->typeb = FL_EMPTY_LABEL; in toggle_icon_labels()
170 i->first->typeb = FL_NORMAL_LABEL; in toggle_icon_labels()
186 if (i->first->typeb == FL_NORMAL_LABEL) in get_icon_label_text_()
227 delete [] ((i->first->typeb == FL_NORMAL_LABEL) ? i->first->labelb : i->first->labela-1); in free_icon_label_()
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A Dicons.cxx95 mlabel->typeb = FL_NORMAL_LABEL; in make_icon_label()
165 i->first->typeb = FL_EMPTY_LABEL; in toggle_icon_labels()
170 i->first->typeb = FL_NORMAL_LABEL; in toggle_icon_labels()
186 if (i->first->typeb == FL_NORMAL_LABEL) in get_icon_label_text_()
227 delete [] ((i->first->typeb == FL_NORMAL_LABEL) ? i->first->labelb : i->first->labela-1); in free_icon_label_()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dicons.cxx91 mlabel->typeb = FL_NORMAL_LABEL; in make_icon_label()
161 i->first->typeb = FL_EMPTY_LABEL; in toggle_icon_labels()
166 i->first->typeb = FL_NORMAL_LABEL; in toggle_icon_labels()
182 if (i->first->typeb == FL_NORMAL_LABEL) in get_icon_label_text_()
223 delete [] ((i->first->typeb == FL_NORMAL_LABEL) ? i->first->labelb : i->first->labela-1); in free_icon_label_()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A Dicons.cxx95 mlabel->typeb = FL_NORMAL_LABEL; in make_icon_label()
165 i->first->typeb = FL_EMPTY_LABEL; in toggle_icon_labels()
170 i->first->typeb = FL_NORMAL_LABEL; in toggle_icon_labels()
186 if (i->first->typeb == FL_NORMAL_LABEL) in get_icon_label_text_()
227 delete [] ((i->first->typeb == FL_NORMAL_LABEL) ? i->first->labelb : i->first->labela-1); in free_icon_label_()
/dports/comms/flrig/flrig-1.3.54/src/graphics/
H A Dicons.cxx94 mlabel->typeb = FL_NORMAL_LABEL; in make_icon_label()
164 i->first->typeb = FL_EMPTY_LABEL; in toggle_icon_labels()
169 i->first->typeb = FL_NORMAL_LABEL; in toggle_icon_labels()
185 if (i->first->typeb == FL_NORMAL_LABEL) in get_icon_label_text_()
226 delete [] ((i->first->typeb == FL_NORMAL_LABEL) ? i->first->labelb : i->first->labela-1); in free_icon_label_()
/dports/comms/fllog/fllog-1.2.6/src/widgets/
H A Dicons.cxx94 mlabel->typeb = FL_NORMAL_LABEL; in make_icon_label()
164 i->first->typeb = FL_EMPTY_LABEL; in toggle_icon_labels()
169 i->first->typeb = FL_NORMAL_LABEL; in toggle_icon_labels()
185 if (i->first->typeb == FL_NORMAL_LABEL) in get_icon_label_text_()
226 delete [] ((i->first->typeb == FL_NORMAL_LABEL) ? i->first->labelb : i->first->labela-1); in free_icon_label_()
/dports/math/scilab/scilab-6.1.1/scilab/modules/integer/macros/
H A D%i_o_i.sci16 typeb = inttype(b)
19 if typea > 10 & typeb > 10 then
23 typer = typer + max(modulo(typea, 10), modulo(typeb, 10));
H A D%i_n_i.sci16 typeb = inttype(b)
19 if typea > 10 & typeb > 10 then
23 typer = typer + max(modulo(typea, 10), modulo(typeb, 10));
H A D%i_1_i.sci16 typeb = inttype(b)
19 if typea > 10 & typeb > 10 then
23 typer = typer + max(modulo(typea, 10), modulo(typeb, 10));
H A D%i_3_i.sci16 typeb = inttype(b)
19 if typea > 10 & typeb > 10 then
23 typer = typer + max(modulo(typea, 10), modulo(typeb, 10));
/dports/astro/py-astropy/astropy-5.0/astropy/utils/
H A Ddiff.py97 typeb = type(b)
99 if typea == typeb:
110 padding = max(len(typea.__name__), len(typeb.__name__)) + 3
113 sign_b = ('(' + typeb.__name__ + ') ').rjust(padding) + 'b>'
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/x86/
H A Dvp9dsp_init_16bpp_template.c172 #define init_itx_func(idxa, idxb, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
174 cat(ff_vp9_##typea##_##typeb##_##size##x##size##_add_, bpp, _##opt); in INIT_FUNC()
175 #define init_itx_func_one(idx, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
176 init_itx_func(idx, DCT_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
177 init_itx_func(idx, ADST_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
178 init_itx_func(idx, DCT_ADST, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
179 init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt) in INIT_FUNC()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/x86/
H A Dvp9dsp_init_16bpp_template.c172 #define init_itx_func(idxa, idxb, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
174 cat(ff_vp9_##typea##_##typeb##_##size##x##size##_add_, bpp, _##opt); in INIT_FUNC()
175 #define init_itx_func_one(idx, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
176 init_itx_func(idx, DCT_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
177 init_itx_func(idx, ADST_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
178 init_itx_func(idx, DCT_ADST, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
179 init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt) in INIT_FUNC()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/x86/
H A Dvp9dsp_init_16bpp_template.c172 #define init_itx_func(idxa, idxb, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
174 cat(ff_vp9_##typea##_##typeb##_##size##x##size##_add_, bpp, _##opt); in INIT_FUNC()
175 #define init_itx_func_one(idx, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
176 init_itx_func(idx, DCT_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
177 init_itx_func(idx, ADST_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
178 init_itx_func(idx, DCT_ADST, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
179 init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt) in INIT_FUNC()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/x86/
H A Dvp9dsp_init_16bpp_template.c172 #define init_itx_func(idxa, idxb, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
174 cat(ff_vp9_##typea##_##typeb##_##size##x##size##_add_, bpp, _##opt); in INIT_FUNC()
175 #define init_itx_func_one(idx, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
176 init_itx_func(idx, DCT_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
177 init_itx_func(idx, ADST_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
178 init_itx_func(idx, DCT_ADST, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
179 init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt) in INIT_FUNC()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/x86/
H A Dvp9dsp_init_16bpp_template.c172 #define init_itx_func(idxa, idxb, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
174 cat(ff_vp9_##typea##_##typeb##_##size##x##size##_add_, bpp, _##opt); in INIT_FUNC()
175 #define init_itx_func_one(idx, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
176 init_itx_func(idx, DCT_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
177 init_itx_func(idx, ADST_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
178 init_itx_func(idx, DCT_ADST, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
179 init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt) in INIT_FUNC()

1234567891011