Home
last modified time | relevance | path

Searched refs:typecast (Results 1 – 25 of 1901) sorted by relevance

12345678910>>...77

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PSR12/Sniffs/Keywords/
H A DShortFormTypeKeywordsSniff.php46 $typecast = str_replace(' ', '', $tokens[$stackPtr]['content']);
47 $typecast = str_replace("\t", '', $typecast);
48 $typecast = trim($typecast, '()');
49 $typecastLc = strtolower($typecast);
64 $replacement = str_replace($typecast, 'bool', $tokens[$stackPtr]['content']);
66 $replacement = str_replace($typecast, 'int', $tokens[$stackPtr]['content']);
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/
H A DOTFont.java51 package jogamp.graph.font.typecast.ot;
56 import jogamp.graph.font.typecast.ot.table.CmapTable;
59 import jogamp.graph.font.typecast.ot.table.GlyfTable;
60 import jogamp.graph.font.typecast.ot.table.HdmxTable;
61 import jogamp.graph.font.typecast.ot.table.HeadTable;
62 import jogamp.graph.font.typecast.ot.table.HheaTable;
63 import jogamp.graph.font.typecast.ot.table.HmtxTable;
64 import jogamp.graph.font.typecast.ot.table.LocaTable;
65 import jogamp.graph.font.typecast.ot.table.MaxpTable;
67 import jogamp.graph.font.typecast.ot.table.Os2Table;
[all …]
H A DOTGlyph.java51 package jogamp.graph.font.typecast.ot;
53 import jogamp.graph.font.typecast.ot.table.Charstring;
54 import jogamp.graph.font.typecast.ot.table.CharstringType2;
55 import jogamp.graph.font.typecast.ot.table.GlyfDescript;
56 import jogamp.graph.font.typecast.ot.table.GlyphDescription;
57 import jogamp.graph.font.typecast.t2.T2Interpreter;
H A DOTFontCollection.java21 package jogamp.graph.font.typecast.ot;
32 import jogamp.graph.font.typecast.ot.mac.ResourceHeader;
33 import jogamp.graph.font.typecast.ot.mac.ResourceMap;
34 import jogamp.graph.font.typecast.ot.mac.ResourceReference;
35 import jogamp.graph.font.typecast.ot.mac.ResourceType;
36 import jogamp.graph.font.typecast.ot.table.DirectoryEntry;
37 import jogamp.graph.font.typecast.ot.table.TTCHeader;
38 import jogamp.graph.font.typecast.ot.table.Table;
/dports/databases/py-PyGreSQL/PyGreSQL-5.2/docs/contents/pg/
H A Ddb_types.rst50 :returns: the typecast function for the specified type
55 Set a typecast function for the given database type(s)
59 :param cast: the typecast function to be set for the specified type(s)
62 The typecast function must take one string object as argument and return a
65 connection will also be passed to the typecast function. This may sometimes
73 or None to reset all typecast functions
76 .. method:: DbTypes.typecast(value, typ)
86 You can also get and set and reset typecast functions on a global level
89 already cached typecast functions unless you reset the typecast functions
94 in the C low-level extension module. The typecast functions that can be
/dports/databases/py-PyGreSQL/PyGreSQL-5.2/docs/contents/pgdb/
H A Dtypecache.rst49 :returns: the typecast function for the specified type
54 Set a typecast function for the given database type(s)
58 :param cast: the typecast function to be set for the specified type(s)
61 The typecast function must take one string object as argument and return a
64 connection will also be passed to the typecast function. This may sometimes
72 or None to reset all typecast functions
75 .. method:: TypeCache.typecast(value, typ)
85 You can also get, set and reset typecast functions on a global level using
88 connections will continue to use their already cached typecast functions
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Hexagon/autohvx/
H A Dlogical-64b.ll6 declare <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1>) #0
7 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1>) #0
8 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.v32i1.v64i1(<64 x i1>) #0
9 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v32i1(<32 x i1>) #0
34 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
36 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
38 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
66 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
68 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
70 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
[all …]
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Hexagon/autohvx/
H A Dlogical-64b.ll6 declare <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1>) #0
7 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1>) #0
8 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.v32i1.v64i1(<64 x i1>) #0
9 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v32i1(<32 x i1>) #0
34 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
36 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
38 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
66 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
68 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
70 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
[all …]
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Hexagon/autohvx/
H A Dlogical-64b.ll6 declare <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1>) #0
7 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1>) #0
8 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.v32i1.v64i1(<64 x i1>) #0
9 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v32i1(<32 x i1>) #0
34 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
36 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
38 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
66 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
68 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
70 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
[all …]
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Hexagon/autohvx/
H A Dlogical-64b.ll6 declare <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1>) #0
7 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1>) #0
8 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.v32i1.v64i1(<64 x i1>) #0
9 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v32i1(<32 x i1>) #0
34 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
36 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
38 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
66 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
68 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
70 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
[all …]
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/Hexagon/autohvx/
H A Dlogical-64b.ll6 declare <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1>) #0
7 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1>) #0
8 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.v32i1.v64i1(<64 x i1>) #0
9 declare <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v32i1(<32 x i1>) #0
34 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
36 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
38 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
66 %v1 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v0)
68 %v3 = call <16 x i1> @llvm.hexagon.V6.pred.typecast.v16i1.v64i1(<64 x i1> %v2)
70 %v5 = call <64 x i1> @llvm.hexagon.V6.pred.typecast.v64i1.v16i1(<16 x i1> %v4)
[all …]
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Hexagon/autohvx/
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Hexagon/autohvx/
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Hexagon/autohvx/
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Hexagon/autohvx/
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Hexagon/autohvx/
H A Dvector-predicate-typecast.ll8 ; The overloaded intrinsic @llvm.hexagon.V6.pred.typecast.128B changes
13 declare <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1>)
14 declare <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1>)
24 %q1 = call <32 x i1> @llvm.hexagon.V6.pred.typecast.128B.s1(<128 x i1> %q0)
25 %q2 = call <128 x i1> @llvm.hexagon.V6.pred.typecast.128B.s2(<32 x i1> %q1)
/dports/math/octave-forge-fpl/fpl/inst/
H A Dfpl_vtk_b64_write_field.m159 newdata = typecast (p, 'uint8')(:);
160 data = [data, base64_encode([typecast(int32 (numel (newdata)), 'uint8')(:); newdata])];
168 newdata = typecast (int32 (t), 'uint8')(:);
169 data = [data, base64_encode([typecast(int32 (numel (newdata)), 'uint8')(:); newdata])];
174 newdata = typecast(int32 (tmp), 'uint8')(:);
175 data = [data, base64_encode([typecast(int32 (numel (newdata)), 'uint8')(:); newdata])];
180 newdata = typecast(uint8 (tmp), 'uint8')(:);
181 data = [data, base64_encode([typecast(int32 (numel (newdata)), 'uint8')(:); newdata])];
207 newdata = typecast (ndata.', 'uint8')(:);
208 data = [data, base64_encode([typecast(int32 (numel (newdata)), 'uint8')(:); newdata])];
[all …]
H A Dfpl_vtk_raw_write_field.m154 newdata = typecast (p, 'uint8')(:);
155 data = [data; typecast(int32 (numel (newdata)), 'uint8')(:); newdata];
163 newdata = typecast (int32 (t), 'uint8')(:);
164 data = [data; typecast(int32 (numel (newdata)), 'uint8')(:); newdata];
169 newdata = typecast (int32 (tmp), 'uint8')(:);
170 data = [data; typecast(int32 (numel (newdata)), 'uint8')(:); newdata];
175 newdata = typecast (uint8 (tmp), 'uint8')(:);
176 data = [data; typecast(int32 (numel (newdata)), 'uint8')(:); newdata];
202 newdata = typecast (ndata.', 'uint8')(:);
203 data = [data; typecast(int32 (numel (newdata)), 'uint8')(:); newdata];
[all …]
/dports/devel/libslang2/slang-2.3.2/modules/
H A Dpng.sl14 return typecast (xa + ([0:b-a] * (xb-xa)/double(b-a)), UChar_Type);
86 return typecast ((__tmp(gray)/3.0), UChar_Type);
116 gray = typecast ((gray-g0)*factor, Int_Type);
121 gray = typecast (gray * 0 + 127, Int_Type);
152 return typecast ((rgb shr 16) & 0xFF, UChar_Type);
156 return typecast ((rgb shr 8) & 0xFF, UChar_Type);
160 return typecast (rgb & 0xFF, UChar_Type);
/dports/japanese/libslang/slang-1.4.5jp2/doc/tm/rtl/
H A Dtype.tm33 \seealso{typeof, array_info, _slang_guess_type, typecast}
96 The \var{double} function is equivalent to the typecast operation
98 typecast (x, Double_Type)
109 This function performs a typecast of \var{s} from its data type to
126 This function is equalent to \exmp{typecast (s, Integer_Type)};
141 more general \var{typecast} operator.
183 using the \var{typecast} function.
205 \function{typecast}
207 \usage{typecast (x, new_type)}
209 The \var{typecast} function performs a generic typecast operation on
[all …]

12345678910>>...77