Home
last modified time | relevance | path

Searched refs:bitsof (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Dditranst.h71 Bits(((bits < 1) || (bits > (int)bitsof(T))) ? (int)bitsof(T) : bits) in Planes()
H A Ddiutils.h292 #define bitsof(expr) (sizeof(expr) << 3) macro
H A Ddiinpxt.h339 const Uint16 bitsof_T1 = bitsof(T1); in convert()
340 const Uint16 bitsof_T2 = bitsof(T2); in convert()
H A Ddimoopxt.h912 createDisplayLUT(dlut, disp, bitsof(T1)); in window()
1024 const T3 maxvalue = (T3)DicomImageClass::maxval(bitsof(T3)); in overlay()
1060 const T3 thresh = (T3)DicomImageClass::maxval(bitsof(T3) / 2); in overlay()
1075 const int dim = bitsof(T3) / 2; in overlay()
H A Ddimoipxt.h64 …if ((this->Modality != NULL) && this->Modality->hasLookupTable() && (bitsof(T1) <= MAX_TABLE_ENTRY… in DiMonoInputPixelTemplate()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/include/dcmtk/dcmimgle/
H A Dditranst.h71 …Bits(((bits < 1) || (bits > OFstatic_cast(int, bitsof(T)))) ? OFstatic_cast(int, bitsof(T)) : bits) in Planes()
H A Ddiutils.h377 #define bitsof(expr) (sizeof(expr) << 3) macro
H A Ddimoopxt.h874 createDisplayLUT(dlut, disp, bitsof(T1)); in sigmoid()
1058 createDisplayLUT(dlut, disp, bitsof(T1)); in window()
1180 … const T3 maxvalue = OFstatic_cast(T3, DicomImageClass::maxval(bitsof(T3))); in overlay()
1219 … const T3 thresh = OFstatic_cast(T3, DicomImageClass::maxval(bitsof(T3) / 2)); in overlay()
1251 const int dim = bitsof(T3) / 2; in overlay()
H A Ddiinpxt.h368 const Uint16 bitsof_T1 = bitsof(T1); in convert()
369 const Uint16 bitsof_T2 = bitsof(T2); in convert()
H A Ddimoipxt.h60 …if ((this->Modality != NULL) && this->Modality->hasLookupTable() && (bitsof(T1) <= MAX_TABLE_ENTRY… in DiMonoInputPixelTemplate()
/dports/graphics/grx/grx249/src/include/
H A Darith.h128 #ifndef bitsof
129 #define bitsof(s) (sizeof(s) * 8) macro
185 (((int)(X) ^ (int)(N) ^ (int)(D)) >> (bitsof(int) - 1)) + \
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/testing/
H A Dchecksum_test.cc50 usize_t bitsof();
53 usize_t bitsof<unsigned int>() { in bitsof() function
58 usize_t bitsof<unsigned long>() { in bitsof() function
63 usize_t bitsof<unsigned long long>() { in bitsof() function
477 usize_t bits = bitsof<typename Checksum::word_type>() - 1; in size_log2()
495 s_bits = bitsof<typename Checksum::word_type>() - h_bits; in new_table()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/testing/
H A Dchecksum_test.cc64 usize_t bitsof();
67 usize_t bitsof<unsigned int>() { in bitsof() function
72 usize_t bitsof<unsigned long>() { in bitsof() function
77 usize_t bitsof<unsigned long long>() { in bitsof() function
491 usize_t bits = bitsof<typename Checksum::word_type>() - 1; in size_log2()
509 s_bits = bitsof<typename Checksum::word_type>() - h_bits; in new_table()
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/c_code/
H A Dtopk_dense.cu4 #define RADIX_DIGITS(T) (bitsof(T)/RADIX_BITS)
61 for (int i=bitsof(INPUT_TYPE)-RADIX_BITS; i>=0; i-=RADIX_BITS) { in k_topk_dense()
H A Dtopk_dense_large.cu3 #define RADIX_DIGITS(T) (bitsof(T)/RADIX_BITS)
133 for (int digit_pos = bitsof(DataType) - RADIX_BITS; in radix_select()
H A Dtopk_common.cuh274 #define bitsof(T) (sizeof(T)*8) macro
/dports/graphics/grx/grx249/src/include/gcc/
H A Darith.h28 (_SclVal_ + (_SclVal_ >> (bitsof(int) - 1)) + 1) >> 1; \
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/libsrc/
H A Ddiimage.cxx509 else if (BitsStored <= bitsof(Uint8)) in convertPixelData()
516 else if (BitsStored <= bitsof(Uint16)) in convertPixelData()
523 else if (BitsStored <= bitsof(Uint32)) in convertPixelData()
H A Ddcmimage.cxx442 const unsigned long maxvalue = DicomImageClass::maxval(bitsof(Uint16)); in createScaledImage()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tests/
H A DRELEASE21 08-10-15 strn*toi.(c|tst): handle bitsof(long) -- {32 64 }
/dports/shells/ksh93/ast-93u/src/cmd/tests/
H A DRELEASE21 08-10-15 strn*toi.(c|tst): handle bitsof(long) -- {32 64 }
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/tests/
H A DRELEASE22 08-10-15 strn*toi.(c|tst): handle bitsof(long) -- {32 64 }
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tests/
H A DRELEASE22 08-10-15 strn*toi.(c|tst): handle bitsof(long) -- {32 64 }
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/libsrc/
H A Ddcmimage.cc429 const unsigned long maxvalue = DicomImageClass::maxval(bitsof(Uint16)); in createScaledImage()
/dports/math/py-numpy/numpy-1.20.3/doc/changelog/
H A D1.18.0-changelog.rst143 ….com/numpy/numpy/pull/13739>`__: BUG: Don't produce undefined behavior for a << b if b >= bitsof(a)

12