Home
last modified time | relevance | path

Searched refs:next_pow_2 (Results 1 – 16 of 16) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dstrbuf.c49 static size_t next_pow_2( size_t n ) { in next_pow_2() function
113 sbuf->cap = next_pow_2( new_len ); in strbuf_reserve()
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dutil.py84 def next_pow_2(i): function
295 nfft = next_pow_2(nfft)
319 next_fast_len = next_pow_2
H A Dcalibration.py31 from obspy.signal.util import next_pow_2
84 nfft = next_pow_2(ndat)
H A Dfreqattributes.py158 nfft = util.next_pow_2(len(data))
190 nfft = util.next_pow_2(data.shape[1])
353 nfft = util.next_pow_2(data_t.shape[0])
H A Dhoctavbands.py51 nfft = util.next_pow_2(data.shape[-1])
H A Darray_analysis.py33 from obspy.signal.util import next_pow_2, util_geo_km
944 nfft = next_pow_2(nsamp)
H A Dcpxtrace.py45 nfft = util.next_pow_2(data.shape[-1])
H A Dinvsim.py551 nfft = util.next_pow_2(2 * ndat)
H A Dtf_misfit.py68 nfft = util.next_pow_2(npts) * 2
1454 nfft = util.next_pow_2(npts) * fft_zero_pad_fac
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dspsc_queue.hpp45 : size_(next_pow_2(size)) in SPSCQueue()
H A Dutils.hpp54 inline size_t next_pow_2(size_t num) { in next_pow_2() function
H A Dmpmc_queue.hpp42 : size_(next_pow_2(size)) in MPMCQueue()
H A Dhash_table.hpp194 size_t index_capacity = next_pow_2(static_cast<size_t>(capacity / CASS_LOAD_FACTOR) + 1); in reset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c23 static inline size_t next_pow_2(size_t n) in next_pow_2() function
34 size_t r = next_pow_2(sz); in exp_cap()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c23 static inline size_t next_pow_2(size_t n) in next_pow_2() function
34 size_t r = next_pow_2(sz); in exp_cap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c23 static inline size_t next_pow_2(size_t n) in next_pow_2() function
34 size_t r = next_pow_2(sz); in exp_cap()