Home
last modified time | relevance | path

Searched defs:slice_vector (Results 1 – 10 of 10) sorted by relevance

/dports/math/zarray/zarray-0.1.0/include/zarray/
H A Dzscalar_wrapper.hpp30 using slice_vector = typename base_type::slice_vector; typedef in xt::zscalar_wrapper
H A Dzarray_wrapper.hpp30 using slice_vector = typename base_type::slice_vector; typedef in xt::zarray_wrapper
H A Dzexpression_wrapper.hpp40 using slice_vector = typename base_type::slice_vector; typedef in xt::zexpression_wrapper
H A Dzarray_impl.hpp192 using slice_vector = xstrided_slice_vector; typedef in xt::ztyped_array
H A Dzchunked_wrapper.hpp58 using slice_vector = typename base_type::slice_vector; typedef in xt::zchunked_wrapper
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxchunked_assign.hpp154 using slice_vector = xstrided_slice_vector; typedef in xt::xchunk_iterator
H A Dxdynamic_view.hpp658 using slice_vector = V; typedef
713 using slice_vector = typename view_type::slice_vector_type; in dynamic_view() typedef
H A Dxmime.hpp252 xstrided_slice_vector slice_vector; in mime_bundle_repr_impl() local
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/
H A Dnii_dicom_batch.cpp365 vec3 slice_vector = crossProduct(read_vector, phase_vector); in siemensPhilipsCorrectBvecs() local
2476 vec3 slice_vector = setVec3(d2.patientPosition[1] - d1.patientPosition[1], in computeGantryTiltPrecise() local
2563 vec3 slice_vector = setVec3(d2.patientPosition[1] - d1.patientPosition[1], in intersliceDistanceSigned() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.cpp4665 Value *CodeGen_LLVM::slice_vector(Value *vec, int start, int size) { in slice_vector() function in Halide::Internal::CodeGen_LLVM