Home
last modified time | relevance | path

Searched defs:intprec (Results 1 – 9 of 9) sorted by relevance

/dports/devel/zfp/zfp-0.5.5/src/cuda_zfp/
H A Dencode.cuh299 uint intprec = CHAR_BIT * (uint)sizeof(UInt); in encode_block() local
359 const int intprec = get_precision<int>(); in zfp_encode_block() local
370 const int intprec = get_precision<long long int>(); in zfp_encode_block() local
381 const int intprec = get_precision<int>(); in zfp_encode_block() local
392 const int intprec = get_precision<long long int>(); in zfp_encode_block() local
403 const int intprec = get_precision<int>(); in zfp_encode_block() local
414 const int intprec = get_precision<long long int>(); in zfp_encode_block() local
H A Ddecode1.cuh45 const int intprec = get_precision<Scalar>(); in cudaDecode1() local
H A Ddecode.cuh114 const int intprec = get_precision<Scalar>(); in decode_ints() local
/dports/security/pam-modules/pam-modules-2.2/imprimatur/
H A Demptynodes.awk58 $1 == "@macro" { skip_to = "macro"; next }
93 state == 0 { next }
/dports/math/vtk9/VTK-9.1.0/ThirdParty/zfp/vtkzfp/src/template/
H A Ddecode.c58 uint intprec = CHAR_BIT * (uint)sizeof(UInt); in _t1() local
93 uint intprec = CHAR_BIT * (uint)sizeof(UInt); in _t1() local
H A Dencode.c80 uint intprec = CHAR_BIT * (uint)sizeof(UInt); in _t1() local
112 uint intprec = CHAR_BIT * (uint)sizeof(UInt); in _t1() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/zfp/vtkzfp/src/template/
H A Ddecode.c58 uint intprec = CHAR_BIT * (uint)sizeof(UInt); in _t1() local
H A Dencode.c80 uint intprec = CHAR_BIT * (uint)sizeof(UInt); in _t1() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/zfp/
H A DZFPEncode.h253 vtkm::UInt32 intprec = CHAR_BIT * (vtkm::UInt32)sizeof(UInt); in encode_block() local