Home
last modified time | relevance | path

Searched refs:convfunc (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/py-tables/tables-3.6.1/tables/
H A Dflavor.py130 convfunc = converter_map[convkey]
131 return convfunc(array)
274 convfunc = None
276 convfunc = eval('_conv_%s_to_%s' % (src_flavor, dst_flavor))
279 convfunc = identity
280 if convfunc:
281 converter_map[(src_flavor, dst_flavor)] = convfunc
359 def _numpy_contiguous(convfunc): argument
367 nparr = convfunc(array)
373 conv_to_numpy.__name__ = convfunc.__name__
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/qtpy/
H A Dcompat.py43 def from_qvariant(qobj=None, convfunc=None): argument
49 assert isinstance(convfunc, collections.Callable)
50 if convfunc in TEXT_TYPES or convfunc is to_text_string:
51 return convfunc(qobj.toString())
52 elif convfunc is bool:
54 elif convfunc is int:
56 elif convfunc is float:
59 return convfunc(qobj)
/dports/devel/git-cola/git-cola-3.10.1/qtpy/
H A Dcompat.py43 def from_qvariant(qobj=None, convfunc=None): argument
49 assert isinstance(convfunc, collections.Callable)
50 if convfunc in TEXT_TYPES or convfunc is to_text_string:
51 return convfunc(qobj.toString())
52 elif convfunc is bool:
54 elif convfunc is int:
56 elif convfunc is float:
59 return convfunc(qobj)
/dports/devel/py-QtPy/QtPy-1.11.3/qtpy/
H A Dcompat.py42 def from_qvariant(qobj=None, convfunc=None): argument
48 assert isinstance(convfunc, Callable)
49 if convfunc in TEXT_TYPES or convfunc is to_text_string:
50 return convfunc(qobj.toString())
51 elif convfunc is bool:
53 elif convfunc is int:
55 elif convfunc is float:
58 return convfunc(qobj)
/dports/astro/py-astropy/astropy-5.0/astropy/convolution/tests/
H A Dtest_convolve_nddata.py31 def test_masked_nddata(convfunc): argument
47 result_base = convfunc(ndd_base, test_kernel)
48 result_nan = convfunc(ndd_nan, test_kernel)
49 result_mask = convfunc(ndd_mask, test_kernel)
H A Dtest_convolve.py163 def test_unity_1_none(self, boundary, convfunc): argument
172 z = convfunc(x, y, boundary=boundary)
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dkinput2.c162 int (*convfunc)(); local
176 convfunc = convCStoUTF8;
178 convfunc = convCStoEUC;
180 convfunc = convCStoSJIS;
182 convfunc = convCStoJIS;
184 n = (*convfunc)(cs, NULL);
186 (void)(*convfunc)(cs, lstr);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp284 auto convfunc = in buildQTypeFromMinMax() local
320 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
328 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
340 return convfunc.convert(retType); in buildQTypeFromMinMax()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp286 auto convfunc = in buildQTypeFromMinMax() local
322 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
342 return convfunc.convert(retType); in buildQTypeFromMinMax()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp286 auto convfunc = in buildQTypeFromMinMax() local
322 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
342 return convfunc.convert(retType); in buildQTypeFromMinMax()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp286 auto convfunc = in buildQTypeFromMinMax() local
322 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
342 return convfunc.convert(retType); in buildQTypeFromMinMax()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp286 auto convfunc = in buildQTypeFromMinMax() local
322 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
342 return convfunc.convert(retType); in buildQTypeFromMinMax()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp286 auto convfunc = in buildQTypeFromMinMax() local
322 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
342 return convfunc.convert(retType); in buildQTypeFromMinMax()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp286 auto convfunc = in buildQTypeFromMinMax() local
322 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
342 return convfunc.convert(retType); in buildQTypeFromMinMax()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/data/
H A Dconvfunc.top1 ----- <~data\convfunc.top> xx
H A Dviewmafu.top8 Conversion Functions <~data\convfunc.top>
H A Ddata.sav80 Conversion Functions <~data\convfunc.top>
159 ----- <~data\convfunc.top> xx
/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A Dwmlresolve.c707 if ( cursyn->convfunc == NULL ) in wmlResolveSymKClass()
1382 if ( synobj->convfunc != NULL )
1383 fprintf (outfil, "Convenience function: %s", synobj->convfunc);
1394 if ( synobj->convfunc != NULL )
1395 fprintf (outfil, "Convenience function: %s", synobj->convfunc);
H A Dwmlsynbld.c122 cdesc->convfunc = NULL;
529 cdesc->convfunc = wmlAllocateString (val);
H A Dwml.h191 char *convfunc; /* convenience function name */ member
H A Dwmlouth.c630 fprintf (outfil, " \"%s\",\n", synobj->convfunc); in wmlOutputUilUrmClas()
632 fprintf (outfil, " \"%s\",\t\n", synobj->convfunc); in wmlOutputUilUrmClas()
/dports/converters/enca/enca-1.19/src/
H A Dconvert.c42 ConverterFunc convfunc; /* pointer to converter function */ member
134 err = ((ConverterData *)conv->conv->data)->convfunc(file, from_enc); in convert()
/dports/science/code_saturne/code_saturne-7.1.0/gui/Base/
H A DQtPage.py217 def from_qvariant(qobj=None, convfunc=None): argument
222 if convfunc in TEXT_TYPES or convfunc is to_text_string:
224 elif convfunc is int:
226 elif convfunc is float:
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dlbextract.c193 Error (*convfunc)(); /* convert routine */ member
477 Error (*convfunc)(int count, Pointer from, Pointer to, int itemsize); member
635 if ((typetable[fi][ti].convfunc)(count, fromdp, todp) == ERROR) in ConvertArrayContents()
661 if ((cattable[fi][ti].convfunc)(count, todp, todp, in ConvertArrayContents()
/dports/net/mpich2/mpich2-1.5/src/binding/f77/
H A Dbuildiface2078 my $convfunc = "MPI_" . $basetype . "_f2c";
2097 $cvar\[li\] = $convfunc( $fvar\[li\] );
2117 my $convfunc = "MPI_" . $basetype . "_f2c";
2162 my $convfunc = "MPI_" . $basetype . "_c2f";
2171 $outvar\[li\] = $convfunc( $coutvar\[li\] );

123