Home
last modified time | relevance | path

Searched refs:scratchsize (Results 1 – 12 of 12) sorted by relevance

/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intcca/
H A Dint1e.cc52 int scratchsize=0,nshell2; in Int1eCCA() local
62 scratchsize = nshell2; in Int1eCCA()
64 scratchsize = nshell2*3; in Int1eCCA()
70 buff_ = new double[scratchsize]; in Int1eCCA()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dnetbsd_iyonix_bootconfig.h71 Xu_int scratchsize; /* not used now */ member
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dframe.c389 size_t scratchsize = 0; in frame_buffers() local
392 scratchsize += sizeof(real) * 2 * SBLIMIT; in frame_buffers()
395 scratchsize += sizeof(real) * 2 * 4 * SBLIMIT; in frame_buffers()
398 scratchsize += sizeof(real) * 2 * SBLIMIT * SSLIMIT; /* hybrid_in */ in frame_buffers()
399 scratchsize += sizeof(real) * 2 * SSLIMIT * SBLIMIT; /* hybrid_out */ in frame_buffers()
405 fr->layerscratch = malloc(scratchsize+63); in frame_buffers()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dframe.c389 size_t scratchsize = 0; in frame_buffers() local
392 scratchsize += sizeof(real) * 2 * SBLIMIT; in frame_buffers()
395 scratchsize += sizeof(real) * 2 * 4 * SBLIMIT; in frame_buffers()
398 scratchsize += sizeof(real) * 2 * SBLIMIT * SSLIMIT; /* hybrid_in */ in frame_buffers()
399 scratchsize += sizeof(real) * 2 * SSLIMIT * SBLIMIT; /* hybrid_out */ in frame_buffers()
405 fr->layerscratch = malloc(scratchsize+63); in frame_buffers()
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dframe.c401 size_t scratchsize = 0; in frame_buffers() local
404 scratchsize += sizeof(real) * 2 * SBLIMIT; in frame_buffers()
407 scratchsize += sizeof(real) * 2 * 4 * SBLIMIT; in frame_buffers()
410 scratchsize += sizeof(real) * 2 * SBLIMIT * SSLIMIT; /* hybrid_in */ in frame_buffers()
411 scratchsize += sizeof(real) * 2 * SSLIMIT * SBLIMIT; /* hybrid_out */ in frame_buffers()
417 fr->layerscratch = malloc(scratchsize+63); in frame_buffers()
/dports/devel/rlwrap/rlwrap-0.45.2/src/
H A Dstring_utils.c348 size_t scratchsize; in search_and_replace() local
354scratchsize = max(stringlen, (stringlen * replen) / pattlen) + 1; /* worst case : repleng > pa… in search_and_replace()
355 DPRINTF1(DEBUG_READLINE, "Allocating %d bytes for scratchpad", (int) scratchsize); in search_and_replace()
356 scratchpad = mymalloc(scratchsize); in search_and_replace()
/dports/math/form/form-4.2.1/doc/manual/
H A Dsetup.tex103 normally set equal to scratchsize (see below). If one uses the setting of
222 \leftvitem{4.0cm}{ScratchSize\index{setup!scratchsize}\index{scratchsize}}
471 scratchsize & 50000000 & 50000000 \\
H A Dstatements.tex2238 parameter scratchsize\index{scratchsize} (see \ref{setup}) the storage will
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intv3/
H A Dcomp1e.cc59 int scratchsize=0,nshell2; in int_initialize_1e() local
76 scratchsize = nshell2; in int_initialize_1e()
80 scratchsize = nshell2*3; in int_initialize_1e()
87 buff = new double[scratchsize]; in int_initialize_1e()
88 cartesianbuffer = new double[scratchsize]; in int_initialize_1e()
89 cartesianbuffer_scratch = new double[scratchsize]; in int_initialize_1e()
/dports/security/putty-nogtk/putty-0.76/
H A Dmpint.c2158 size_t scratchsize = size_t_max( in mp_divmod_into() local
2161 mp_int *scratch = mp_make_sized(scratchsize); in mp_divmod_into()
/dports/security/putty/putty-0.76/
H A Dmpint.c2158 size_t scratchsize = size_t_max( in mp_divmod_into() local
2161 mp_int *scratch = mp_make_sized(scratchsize); in mp_divmod_into()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dmpint.c2158 size_t scratchsize = size_t_max( in mp_divmod_into() local
2161 mp_int *scratch = mp_make_sized(scratchsize); in mp_divmod_into()