HomeSort by relevance Sort by last modified time
    Searched refs:tparams (Results 1 - 12 of 12) sorted by null

  /external/python/cpython3/Modules/_decimal/libmpdec/
fnt.c 46 struct fnt_params *tparams; local
52 if ((tparams = _mpd_init_fnt_params(n, -1, modnum)) == NULL) {
55 fnt_dif2(a, n, tparams);
57 mpd_free(tparams);
65 struct fnt_params *tparams; local
71 if ((tparams = _mpd_init_fnt_params(n, 1, modnum)) == NULL) {
74 fnt_dif2(a, n, tparams);
76 mpd_free(tparams);
numbertheory.c 76 struct fnt_params *tparams; local
91 tparams = mpd_sh_alloc(sizeof *tparams, nhalf, sizeof (mpd_uint_t));
92 if (tparams == NULL) {
99 tparams->modnum = modnum;
100 tparams->modulus = umod;
101 tparams->kernel = kernel;
106 tparams->wtable[i] = w;
110 return tparams;
difradix2.h 42 void fnt_dif2(mpd_uint_t a[], mpd_size_t n, struct fnt_params *tparams);
sixstep.c 49 struct fnt_params *tparams; local
76 if ((tparams = _mpd_init_fnt_params(R, -1, modnum)) == NULL) {
80 fnt_dif2(x, R, tparams);
85 mpd_free(tparams);
108 mpd_free(tparams);
109 if ((tparams = _mpd_init_fnt_params(C, -1, modnum)) == NULL) {
114 fnt_dif2(x, C, tparams);
116 mpd_free(tparams);
134 struct fnt_params *tparams; local
164 if ((tparams = _mpd_init_fnt_params(C, 1, modnum)) == NULL)
    [all...]
difradix2.c 73 fnt_dif2(mpd_uint_t a[], mpd_size_t n, struct fnt_params *tparams)
75 mpd_uint_t *wtable = tparams->wtable;
90 SETMODULUS(tparams->modnum);
  /external/ltp/testcases/kernel/syscalls/lseek/
lseek11.c 83 } tparams[] = { variable in typeref:struct:tparam
202 struct tparam *tp = &tparams[n];
232 .tcnt = ARRAY_SIZE(tparams),
  /external/turbine/java/com/google/turbine/binder/bytecode/
BytecodeBoundClass.java 285 ImmutableMap.Builder<TyVarSymbol, TyVarInfo> tparams = ImmutableMap.builder();
288 tparams.put(typeParameters().get(p.name()), bindTyParam(p, scope));
290 return tparams.build();
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 37 tparams := true
41 tparams = false
45 ps := printState{tparams: tparams}
52 tparams bool // whether to print template parameters
277 if !ps.tparams {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 37 tparams := true
41 tparams = false
45 ps := printState{tparams: tparams}
52 tparams bool // whether to print template parameters
277 if !ps.tparams {
    [all...]
  /external/libopus/doc/
customdoxygen.css 499 .params, .retval, .exception, .tparams {
  /external/libjpeg-turbo/doc/html/
doxygen.css 609 .params, .retval, .exception, .tparams {
  /external/libnl/doc/
libnl.css 600 .params, .retval, .exception, .tparams {

Completed in 895 milliseconds