Home
last modified time | relevance | path

Searched refs:ntz (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dbit.h16 int ntz(uint32_t x);
17 int ntz(uint64_t x);
26 inline int ntz(intptr_t x) { in ntz() function
27 if (sizeof(intptr_t) == sizeof(uint32_t)) return ntz((uint32_t)x); in ntz()
28 return ntz((uint64_t)x); in ntz()
/dports/security/tcpcrypt/tcpcrypt-0.5/contrib/
H A Docb.c116 ntz(unsigned i) in ntz() function
217 xor_block(Offset, key->L + ntz(i), Offset); in pmac_aes()
281 xor_block(Offset, key->L + ntz(i), Offset); in ocb_aes_encrypt()
305 xor_block(Offset, key->L + ntz(i), Offset); in ocb_aes_encrypt()
371 xor_block(Offset, key->L + ntz(i), Offset); in ocb_aes_decrypt()
395 xor_block(Offset, key->L + ntz(i), Offset); in ocb_aes_decrypt()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_linalg__householdercomplex.c236 gsl_complex tz, ntz; in gsl_linalg_complex_householder_hv() local
246 ntz = gsl_complex_negative (tz); in gsl_linalg_complex_householder_hv()
252 gsl_complex w0ntz = gsl_complex_add (w0, ntz); in gsl_linalg_complex_householder_hv()
256 gsl_blas_zaxpy(ntz, &v1.vector, &w1.vector); in gsl_linalg_complex_householder_hv()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DBitUtil.h44 static int32_t ntz(int64_t val);
47 static int32_t ntz(int32_t val);
/dports/math/gsl/gsl-2.7/linalg/
H A Dhouseholdercomplex.c141 gsl_complex tz, ntz; in gsl_linalg_complex_householder_hv() local
151 ntz = gsl_complex_negative (tz); in gsl_linalg_complex_householder_hv()
157 gsl_complex w0ntz = gsl_complex_add (w0, ntz); in gsl_linalg_complex_householder_hv()
161 gsl_blas_zaxpy(ntz, &v1.vector, &w1.vector); in gsl_linalg_complex_householder_hv()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dpackrect.h56 uint16_t ntz = (uint16_t)bx::uint64_cnttz(mem); in find() local
57 uint64_t mask = scan<<ntz; in find()
59 for (uint16_t xx = ntz; xx <= numx; ++xx, mask <<= 1) in find()
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dpackrect.h56 uint16_t ntz = (uint16_t)bx::uint64_cnttz(mem); in find() local
57 uint64_t mask = scan<<ntz; in find()
59 for (uint16_t xx = ntz; xx <= numx; ++xx, mask <<= 1) in find()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/lang/gcc9/gcc-9.4.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/math/big/
H A Ddecimal.go59 ntz := m.trailingZeroBits()
61 if s >= ntz {
62 s = ntz // shift at most ntz bits
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/big/
H A Ddecimal.go67 ntz := m.trailingZeroBits()
69 if s >= ntz {
70 s = ntz // shift at most ntz bits
/dports/devel/libfirm/libfirm-1.21.0/ir/adt/
H A Draw_bitset.h278 p = ntz(elem & ~in_elem_mask); in rbitset_next()
290 p = ntz(elem); in rbitset_next()
329 p = ntz(elem & ~in_elem_mask); in rbitset_next_max()
340 p = ntz(elem); in rbitset_next_max()

12345678910>>...21