Searched refs:nhalf (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | numbertheory.c | 86 mpd_size_t nhalf; in _mpd_init_fnt_params() local 92 nhalf = n/2; in _mpd_init_fnt_params() 93 tparams = mpd_sh_alloc(sizeof *tparams, nhalf, sizeof (mpd_uint_t)); in _mpd_init_fnt_params() 107 for (i = 0; i < nhalf; i++) { in _mpd_init_fnt_params()
|
/third_party/node/deps/v8/src/bigint/ |
D | mul-fft.cc | 307 int nhalf = n >> 1; in ComputeParameters() local 311 K = RoundUp(K, nhalf); // ...and a multiple of n/2. in ComputeParameters() 537 int nhalf = n_ / 2; in Start() local 540 CopyAndZeroExtend(part_[nhalf], pointer, chunk_size, part_length_in_bytes); in Start() 544 for (; i < nhalf && len > 0; i++) { in Start() 548 ShiftModFn(part_[i + nhalf], part_[i], w, K_, chunk_size); in Start() 552 for (; i < nhalf; i++) { in Start() 554 memset(part_[i + nhalf], 0, part_length_in_bytes); in Start() 556 FFT_Recurse(0, nhalf, omega, temp_); in Start()
|
/third_party/ffmpeg/libavcodec/ |
D | jpeg2000dec.c | 1661 int phalf, nhalf; in decode_refpass() local 1665 nhalf = -phalf; in decode_refpass() 1676 ? phalf : nhalf; in decode_refpass()
|