Home
last modified time | relevance | path

Searched refs:hist_stack (Results 1 – 4 of 4) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dcontext.c41 struct hist_stack hist_stack; member
61 hist_context_save(&cs->hist_stack, !cstack); in zcontext_save_partial()
99 hist_context_restore(&cs->hist_stack, !cstack); in zcontext_restore_partial()
H A Dhist.c243 hist_context_save(struct hist_stack *hs, int toplevel) in hist_context_save()
291 hist_context_restore(const struct hist_stack *hs, int toplevel) in hist_context_restore()
H A Dzsh.h3014 struct hist_stack { struct
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dspectral_estimation.py1191 hist_stack = np.zeros((num_period_bins, num_db_bins), dtype=np.uint64)
1195 self._current_hist_stack = hist_stack
1197 hist_stack, dtype=np.float32)
1229 hist_stack[i, :] = np.bincount(inds_, minlength=num_db_bins)
1235 hist_stack_cumul = hist_stack.cumsum(axis=1)
1244 self._current_hist_stack = hist_stack