Home
last modified time | relevance | path

Searched refs:Rtype (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/
H A DAnalysisVisitor.hxx225 return Checkers::check_____add____(gvn, Ltype, Rtype); in _check_plus()
230 return Checkers::check_____sub____(gvn, Ltype, Rtype); in _check_minus()
250 return Checkers::check_____eq____(gvn, Ltype, Rtype); in _check_eq()
255 return Checkers::check_____neq____(gvn, Ltype, Rtype); in _check_neq()
260 return Checkers::check_____lt____(gvn, Ltype, Rtype); in _check_lt()
265 return Checkers::check_____le____(gvn, Ltype, Rtype); in _check_le()
270 return Checkers::check_____gt____(gvn, Ltype, Rtype); in _check_gt()
275 return Checkers::check_____ge____(gvn, Ltype, Rtype); in _check_ge()
280 return Checkers::check_____and____(gvn, Ltype, Rtype); in _check_and()
285 return Checkers::check_____or____(gvn, Ltype, Rtype); in _check_or()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo_util.h206 #define OIIO_DISPATCH_TYPES2_HELP(ret,name,func,Rtype,Atype,R,...) \ argument
209 ret = func<Rtype,float> (R, __VA_ARGS__); break; \
211 ret = func<Rtype,unsigned char> (R, __VA_ARGS__); break; \
213 ret = func<Rtype,half> (R, __VA_ARGS__); break; \
215 ret = func<Rtype,unsigned short> (R, __VA_ARGS__); break; \
217 ret = func<Rtype,char> (R, __VA_ARGS__); break; \
219 ret = func<Rtype,short> (R, __VA_ARGS__); break; \
221 ret = func<Rtype,unsigned int> (R, __VA_ARGS__); break; \
223 ret = func<Rtype,int> (R, __VA_ARGS__); break; \
225 ret = func<Rtype,double> (R, __VA_ARGS__); break; \
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo_util.h206 #define OIIO_DISPATCH_TYPES2_HELP(ret,name,func,Rtype,Atype,R,...) \ argument
209 ret = func<Rtype,float> (R, __VA_ARGS__); break; \
211 ret = func<Rtype,unsigned char> (R, __VA_ARGS__); break; \
213 ret = func<Rtype,half> (R, __VA_ARGS__); break; \
215 ret = func<Rtype,unsigned short> (R, __VA_ARGS__); break; \
217 ret = func<Rtype,char> (R, __VA_ARGS__); break; \
219 ret = func<Rtype,short> (R, __VA_ARGS__); break; \
221 ret = func<Rtype,unsigned int> (R, __VA_ARGS__); break; \
223 ret = func<Rtype,int> (R, __VA_ARGS__); break; \
225 ret = func<Rtype,double> (R, __VA_ARGS__); break; \
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/debug/
H A Dortho_debug.adb327 Check_Type (Left.Rtype, Right.Rtype);
331 Res.Rtype := Left.Rtype;
347 Res.Rtype := Operand.Rtype;
360 if Left.Rtype /= Right.Rtype then
518 Rtype => Rtype,
1232 if not Check_Conv (Val.Rtype.Kind, Rtype.Kind) then
1236 Rtype => Rtype,
1247 if not Check_Conv (Val.Rtype.Kind, Rtype.Kind) then
1251 Rtype => Rtype,
1367 Rtype => Lvalue.Rtype,
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dget_spark_xrefs.adb424 Rtype : Character; variable
450 Rtype := Getc;
454 (Rtype = 'r' or else
455 Rtype = 'c' or else
456 Rtype = 'm' or else
457 Rtype = 's');
467 Rtype => Rtype,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dget_spark_xrefs.adb427 Rtype : Character; variable
453 Rtype := Getc;
457 (Rtype = 'r' or else
458 Rtype = 'c' or else
459 Rtype = 'm' or else
460 Rtype = 's');
470 Rtype => Rtype,
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dget_spark_xrefs.adb424 Rtype : Character; variable
450 Rtype := Getc;
454 (Rtype = 'r' or else
455 Rtype = 'c' or else
456 Rtype = 'm' or else
457 Rtype = 's');
467 Rtype => Rtype,
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_mad.cpp21 template<class Rtype, class ABCtype>
27 if ((is_same<Rtype, float>::value || is_same<Rtype, half>::value) in mad_impl()
45 Rtype* rraw = (Rtype*)R.pixeladdr(roi.xbegin, y, z); in mad_impl()
69 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl()
84 template<class Rtype, class ABCtype>
90 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl_ici()
103 template<class Rtype, class Atype>
109 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl_icc()
120 template<class Rtype, class Atype>
126 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl_iic()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_mad.cpp21 template<class Rtype, class ABCtype>
27 if ((is_same<Rtype, float>::value || is_same<Rtype, half>::value) in mad_impl()
45 Rtype* rraw = (Rtype*)R.pixeladdr(roi.xbegin, y, z); in mad_impl()
69 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl()
84 template<class Rtype, class ABCtype>
90 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl_ici()
103 template<class Rtype, class Atype>
109 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl_icc()
120 template<class Rtype, class Atype>
126 ImageBuf::Iterator<Rtype> r(R, roi); in mad_impl_iic()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A DCeilAnalyzer.cpp32 const TIType & Rtype = R.getType(); in analyze() local
35 std::vector<TIType> vargs({ Rtype }); in analyze()
38 if (Rtype.isintegral()) in analyze()
42 e.getDecorator().res = Result(Rtype, R.getTempId(), functionId); in analyze()
51 e.getDecorator().res = Result(Rtype, R.getTempId(), functionId); in analyze()
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dget_alfa.adb426 Rtype : Character; variable
452 Rtype := Getc;
456 (Rtype = 'r' or else
457 Rtype = 'm' or else
458 Rtype = 's');
468 Rtype => Rtype,
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dget_alfa.adb426 Rtype : Character; variable
452 Rtype := Getc;
456 (Rtype = 'r' or else
457 Rtype = 'm' or else
458 Rtype = 's');
468 Rtype => Rtype,
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm4-nodebug/
H A Dortho_llvm.adb720 case Rtype.Kind is
747 (Rtype,
760 (Rtype,
1251 if Rtype = Val.Etype then
1255 if Rtype.LLVM = Val.Etype.LLVM then
1264 case Rtype.Kind is
1347 return New_Convert (Val, Rtype);
1633 Rtype : O_Tnode)
1638 Res_Type => Rtype,
1702 Rtype : TypeRef; variable
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm-nodebug/
H A Dortho_llvm.adb717 case Rtype.Kind is
744 (Rtype,
757 (Rtype,
1248 if Rtype = Val.Etype then
1252 if Rtype.LLVM = Val.Etype.LLVM then
1261 case Rtype.Kind is
1344 return New_Convert (Val, Rtype);
1627 Rtype : O_Tnode)
1632 Res_Type => Rtype,
1696 Rtype : TypeRef; variable
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm6/
H A Dllvm-cbindings.cpp783 &Rtype->Els, in start_record_subtype()
1149 switch (Rtype->Kind) { in constToConst()
1162 return {Ref, Rtype}; in constToConst()
1390 OTnode Rtype; member
1398 OTnode Rtype) in start_function_decl() argument
1446 LLVMTypeRef Rtype; in finish_subprogram_decl() local
1450 Rtype = Inters->Rtype->Ref; in finish_subprogram_decl()
2197 return {Res, Rtype}; in new_compare_op()
2430 switch(Rtype->Kind) { in new_convert()
2491 return {Res, Rtype}; in new_convert()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/
H A Dortho_nodes.common.ads67 (Rtype : O_Tnode; Elements : out O_Element_Sublist);
179 function New_Sizeof (Atype : O_Tnode; Rtype : O_Tnode) return O_Cnode;
183 (Atype : O_Tnode; Rtype : O_Tnode) return O_Cnode;
187 function New_Alignof (Atype : O_Tnode; Rtype : O_Tnode) return O_Cnode;
191 function New_Offsetof (Atype : O_Tnode; Field : O_Fnode; Rtype : O_Tnode)
322 function New_Convert_Ov (Val : O_Enode; Rtype : O_Tnode) return O_Enode;
323 function New_Convert (Val : O_Enode; Rtype : O_Tnode) return O_Enode;
345 function New_Alloca (Rtype : O_Tnode; Size : O_Enode) return O_Enode;
396 Rtype : O_Tnode);
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/llvm35/
H A Dortho_llvm.adb1053 case Rtype.Kind is
1080 (Rtype,
1093 (Rtype,
1591 if Rtype = Val.Etype then
1604 case Rtype.Kind is
1687 return New_Convert (Val, Rtype);
1928 if Rtype /= O_Tnode_Null then
1931 Vals (10) := Rtype.Dbg;
2166 Rtype : O_Tnode)
2235 Rtype : TypeRef; variable
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/mcode/
H A Dortho_mcode.adb62 (Rtype : O_Tnode; Elements : out O_Element_Sublist) is
65 (Ortho_Code.O_Tnode (Rtype),
349 Ortho_Code.O_Tnode (Rtype)));
353 (Atype : O_Tnode; Rtype : O_Tnode) return O_Cnode is
364 Ortho_Code.O_Tnode (Rtype)));
373 Ortho_Code.O_Tnode (Rtype)));
482 Ortho_Code.O_Tnode (Rtype)));
485 function New_Convert (Val : O_Enode; Rtype : O_Tnode) return O_Enode is
489 Ortho_Code.O_Tnode (Rtype)));
581 Rtype : O_Tnode) is
[all …]
H A Dortho_mcode.ads80 (Rtype : O_Tnode; Elements : out O_Element_Sublist);
192 function New_Sizeof (Atype : O_Tnode; Rtype : O_Tnode) return O_Cnode;
196 (Atype : O_Tnode; Rtype : O_Tnode) return O_Cnode;
200 function New_Alignof (Atype : O_Tnode; Rtype : O_Tnode) return O_Cnode;
204 function New_Offsetof (Atype : O_Tnode; Field : O_Fnode; Rtype : O_Tnode)
335 function New_Convert_Ov (Val : O_Enode; Rtype : O_Tnode) return O_Enode;
336 function New_Convert (Val : O_Enode; Rtype : O_Tnode) return O_Enode;
358 function New_Alloca (Rtype : O_Tnode; Size : O_Enode) return O_Enode;
409 Rtype : O_Tnode);
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/lib/
H A Djit_riscv-fpu.c34 # define FSQRT_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 44)
40 # define FCVT_W_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 96)
41 # define FCVT_WU_S(rd, rs1) Rtype(83, rd, 1, rs1, 1, 96)
42 # define FMV_X_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 112)
46 # define FCLASS_S(rd, rs1) Rtype(83, rd, 1, rs1, 0, 112)
47 # define FCVT_S_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 104)
49 # define FMV_W_X(rd, rs1) Rtype(83, rd, 0, rs1, 0, 120)
53 # define FCVT_L_S(rd, rs1) Rtype(83, rd, 0, rs1, 2, 96)
54 # define FCVT_LU_S(rd, rs1) Rtype(83, rd, 0, rs1, 3, 96)
70 # define FSQRT_D(rd, rs1) Rtype(83, rd, 0, rs1, 0, 45)
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightning/lib/
H A Djit_riscv-fpu.c34 # define FSQRT_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 44)
40 # define FCVT_W_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 96)
41 # define FCVT_WU_S(rd, rs1) Rtype(83, rd, 1, rs1, 1, 96)
42 # define FMV_X_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 112)
46 # define FCLASS_S(rd, rs1) Rtype(83, rd, 1, rs1, 0, 112)
47 # define FCVT_S_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 104)
49 # define FMV_W_X(rd, rs1) Rtype(83, rd, 0, rs1, 0, 120)
53 # define FCVT_L_S(rd, rs1) Rtype(83, rd, 0, rs1, 2, 96)
54 # define FCVT_LU_S(rd, rs1) Rtype(83, rd, 0, rs1, 3, 96)
70 # define FSQRT_D(rd, rs1) Rtype(83, rd, 0, rs1, 0, 45)
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/lib/
H A Djit_riscv-fpu.c34 # define FSQRT_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 44)
40 # define FCVT_W_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 96)
41 # define FCVT_WU_S(rd, rs1) Rtype(83, rd, 1, rs1, 1, 96)
42 # define FMV_X_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 112)
46 # define FCLASS_S(rd, rs1) Rtype(83, rd, 1, rs1, 0, 112)
47 # define FCVT_S_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 104)
49 # define FMV_W_X(rd, rs1) Rtype(83, rd, 0, rs1, 0, 120)
53 # define FCVT_L_S(rd, rs1) Rtype(83, rd, 0, rs1, 2, 96)
54 # define FCVT_LU_S(rd, rs1) Rtype(83, rd, 0, rs1, 3, 96)
70 # define FSQRT_D(rd, rs1) Rtype(83, rd, 0, rs1, 0, 45)
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/lib/
H A Djit_riscv-fpu.c34 # define FSQRT_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 44)
40 # define FCVT_W_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 96)
41 # define FCVT_WU_S(rd, rs1) Rtype(83, rd, 1, rs1, 1, 96)
42 # define FMV_X_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 112)
46 # define FCLASS_S(rd, rs1) Rtype(83, rd, 1, rs1, 0, 112)
47 # define FCVT_S_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 104)
49 # define FMV_W_X(rd, rs1) Rtype(83, rd, 0, rs1, 0, 120)
53 # define FCVT_L_S(rd, rs1) Rtype(83, rd, 0, rs1, 2, 96)
54 # define FCVT_LU_S(rd, rs1) Rtype(83, rd, 0, rs1, 3, 96)
70 # define FSQRT_D(rd, rs1) Rtype(83, rd, 0, rs1, 0, 45)
[all …]
/dports/devel/lightning/lightning-2.1.3/lib/
H A Djit_riscv-fpu.c34 # define FSQRT_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 44)
40 # define FCVT_W_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 96)
41 # define FCVT_WU_S(rd, rs1) Rtype(83, rd, 1, rs1, 1, 96)
42 # define FMV_X_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 112)
46 # define FCLASS_S(rd, rs1) Rtype(83, rd, 1, rs1, 0, 112)
47 # define FCVT_S_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 104)
49 # define FMV_W_X(rd, rs1) Rtype(83, rd, 0, rs1, 0, 120)
53 # define FCVT_L_S(rd, rs1) Rtype(83, rd, 0, rs1, 2, 96)
54 # define FCVT_LU_S(rd, rs1) Rtype(83, rd, 0, rs1, 3, 96)
70 # define FSQRT_D(rd, rs1) Rtype(83, rd, 0, rs1, 0, 45)
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/lightning/lib/
H A Djit_riscv-fpu.c34 # define FSQRT_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 44)
40 # define FCVT_W_S(rd, rs1) Rtype(83, rd, 0, rs1, 0, 96)
41 # define FCVT_WU_S(rd, rs1) Rtype(83, rd, 1, rs1, 1, 96)
42 # define FMV_X_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 112)
46 # define FCLASS_S(rd, rs1) Rtype(83, rd, 1, rs1, 0, 112)
47 # define FCVT_S_W(rd, rs1) Rtype(83, rd, 0, rs1, 0, 104)
49 # define FMV_W_X(rd, rs1) Rtype(83, rd, 0, rs1, 0, 120)
53 # define FCVT_L_S(rd, rs1) Rtype(83, rd, 0, rs1, 2, 96)
54 # define FCVT_LU_S(rd, rs1) Rtype(83, rd, 0, rs1, 3, 96)
70 # define FSQRT_D(rd, rs1) Rtype(83, rd, 0, rs1, 0, 45)
[all …]

12345678910>>...17