Home
last modified time | relevance | path

Searched refs:array_dtype (Results 1 – 14 of 14) sorted by relevance

/dports/math/py-pymc3/pymc-3.11.4/pymc3/
H A Dblocking.py76 self.array_dtype = "float16"
78 self.array_dtype = "float32"
80 self.array_dtype = "float64"
90 apt = np.empty(self.ordering.size, dtype=self.array_dtype)
/dports/science/axom/axom-0.6.1/src/axom/sidre/core/
H A DView.cpp1322 conduit::DataType array_dtype = array.dtype(); in importArrayNode() local
1324 if(array_dtype.is_number()) in importArrayNode()
1334 conduit::index_t num_ele = array_dtype.number_of_elements(); in importArrayNode()
1335 conduit::index_t ele_bytes = DataType::default_bytes(array_dtype.id()); in importArrayNode()
1337 buff->allocate((TypeID)array_dtype.id(), num_ele); in importArrayNode()
1353 apply((TypeID)array_dtype.id(), array_dtype.number_of_elements()); in importArrayNode()
1365 SLIC_CHECK_MSG(array_dtype.is_number(), in importArrayNode()
1368 << array_dtype.name()); in importArrayNode()
/dports/astro/py-astropy/astropy-5.0/astropy/convolution/
H A Dconvolve.py260 array_dtype = getattr(passed_array, 'dtype', array_internal.dtype)
431 elif array_dtype.kind == 'f':
435 return result.astype(array_dtype, copy=False)
437 return result.astype(array_dtype)
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_array_attr.py14 def array_dtype(a): function
148 pyfunc = array_dtype
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Drmg_input.py2463 self.array_dtype = None
2575 self.array_dtype = rmg_array_dtypes[self.key_type]
2595 if self.array_dtype is not None:
2596 return np.array(value,dtype=self.array_dtype)
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/
H A Dcolumn.py418 array_dtype = m.group('dtype')
422 return cls(FITS2NUMPY[array_dtype], repeat=repeat, max=max)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DExprNodes.py10561 array_dtype = None variable in CythonArrayNode
10569 if self.array_dtype:
10570 array_dtype = self.array_dtype
10572 array_dtype = self.base_type_node.base_type_node.analyse(env)
10598 if not (base_type.same_as(array_dtype) or base_type.is_void):
10662 self.coercion_type = PyrexTypes.MemoryViewSliceType(array_dtype, axes)
10751 operand=src_node, array_dtype=base_type)
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DExprNodes.py10566 array_dtype = None variable in CythonArrayNode
10574 if self.array_dtype:
10575 array_dtype = self.array_dtype
10577 array_dtype = self.base_type_node.base_type_node.analyse(env)
10603 if not (base_type.same_as(array_dtype) or base_type.is_void):
10667 self.coercion_type = PyrexTypes.MemoryViewSliceType(array_dtype, axes)
10759 operand=src_node, array_dtype=base_type)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DExprNodes.py10566 array_dtype = None variable in CythonArrayNode
10574 if self.array_dtype:
10575 array_dtype = self.array_dtype
10577 array_dtype = self.base_type_node.base_type_node.analyse(env)
10603 if not (base_type.same_as(array_dtype) or base_type.is_void):
10667 self.coercion_type = PyrexTypes.MemoryViewSliceType(array_dtype, axes)
10759 operand=src_node, array_dtype=base_type)
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DExprNodes.py10755 array_dtype = None variable in CythonArrayNode
10763 if self.array_dtype:
10764 array_dtype = self.array_dtype
10766 array_dtype = self.base_type_node.base_type_node.analyse(env)
10792 if not (base_type.same_as(array_dtype) or base_type.is_void):
10856 self.coercion_type = PyrexTypes.MemoryViewSliceType(array_dtype, axes)
10947 operand=src_node, array_dtype=base_type)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DExprNodes.py10566 array_dtype = None variable in CythonArrayNode
10574 if self.array_dtype:
10575 array_dtype = self.array_dtype
10577 array_dtype = self.base_type_node.base_type_node.analyse(env)
10603 if not (base_type.same_as(array_dtype) or base_type.is_void):
10667 self.coercion_type = PyrexTypes.MemoryViewSliceType(array_dtype, axes)
10759 operand=src_node, array_dtype=base_type)
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil2.c8613 DTYPE array_dtype; in mk_dtype_without_dim() local
8628 array_dtype = mk_arrdsc(); in mk_dtype_without_dim()
8629 DTY(array_dtype + 1) = elem_dtype; in mk_dtype_without_dim()
8630 return array_dtype; in mk_dtype_without_dim()
/dports/devel/py-numba/numba-0.51.2/numba/np/
H A Darrayobj.py2028 def array_dtype(context, builder, typ, value): function
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp6448 int array_var, array_dtype, dtype; in make_load() local