Home
last modified time | relevance | path

Searched refs:rnext (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/dports/math/cppad/CppAD-20210000.8/omh/appendix/
H A Ddirectory.omh35 $rnext
38 $rnext
41 $rnext
44 $rnext
47 $rnext
52 $rnext
55 $rnext
58 $rnext
61 $rnext
64 $rnext
[all …]
H A Daddon.omh41 $rnext
45 $rnext
49 $rnext
53 $rnext
57 $rnext
61 $rnext
/dports/math/cppad/CppAD-20210000.8/omh/
H A Dpreprocessor.omh68 $rnext
70 $rnext
72 $rnext
74 $rnext
76 $rnext
78 $rnext
80 $rnext
82 $rnext
84 $rnext
91 $rnext
[all …]
H A Dnumeric_type.omh84 $bold Result Type$$ $rnext
86 $icode NumericType$$ $rnext
88 $icode NumericType$$ $rnext
90 $icode NumericType$$ $rnext
92 $icode NumericType$$ $rnext
94 $icode NumericType$$ $rnext
96 $icode NumericType$$ $rnext
98 unspecified $rnext
100 unspecified $rnext
102 unspecified $rnext
/dports/math/cppad/CppAD-20210000.8/omh/appendix/deprecated/
H A Dinclude_deprecated.omh62 $rnext
66 $rnext
70 $rnext
74 $rnext
78 $rnext
82 $rnext
86 $rnext
90 $rnext
94 $rnext
98 $rnext
[all …]
/dports/net-im/jabberd/jabberd-2.7.0/sx/
H A Dchain.c44 for(tail = s->rio; tail->rnext != NULL; tail = tail->rnext); in _sx_chain_io_plugin()
45 tail->rnext = cn; in _sx_chain_io_plugin()
47 cn->rnext = NULL; in _sx_chain_io_plugin()
69 for(tail = s->rnad; tail->rnext != NULL; tail = tail->rnext); in _sx_chain_nad_plugin()
70 tail->rnext = cn; in _sx_chain_nad_plugin()
72 cn->rnext = NULL; in _sx_chain_nad_plugin()
95 for(scan = s->rio; scan != NULL; scan = scan->rnext) in _sx_chain_io_read()
121 for(scan = s->rnad; scan != NULL; scan = scan->rnext) in _sx_chain_nad_read()
/dports/science/molscript/MolScript-280abee/code/
H A Dgif_img.c79 int *rcurr, *gcurr, *bcurr, *rnext, *gnext, *bnext, *swap; in gifi_finish_output() local
87 rnext = calloc (output_width + 1, sizeof (int)); in gifi_finish_output()
93 swap = rnext; rnext = rcurr; rcurr = swap; in gifi_finish_output()
97 rnext[col] = 0; in gifi_finish_output()
120 if (col > 0) rnext[col-1] += leftbelow; in gifi_finish_output()
121 rnext[col] += below; in gifi_finish_output()
122 rnext[col+1] = error - right - leftbelow - below; in gifi_finish_output()
150 free (rnext); in gifi_finish_output()
/dports/math/cppad/CppAD-20210000.8/omh/base_require/
H A Dbase_member.omh26 $bold Symbol$$ $cnext $bold Meaning$$ $rnext
29 $rnext
32 $rnext
35 $rnext
38 $rnext
41 $rnext
44 $rnext
H A Dbase_ordered.omh33 $rnext
36 $rnext
39 $rnext
42 $rnext
45 $rnext
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzwind2d.c31 doublereal rperp[2], rnext[2]; in zzwind2d_() local
309 point, &c__2, rnext); in zzwind2d_()
310 sep = vsepg_(rnext, rvec, &c__2); in zzwind2d_()
319 if (vdotg_(rnext, rperp, &c__2) >= 0.) { in zzwind2d_()
332 moved_(rnext, &c__2, rvec); in zzwind2d_()
H A Dzzwind.c30 doublereal rnext[3]; in zzwind_() local
361 vperp_(vtemp, normal, rnext); in zzwind_()
362 sep = vsep_(rnext, rvec); in zzwind_()
370 if (vdot_(rnext, rperp) >= 0.) { in zzwind_()
383 vequ_(rnext, rvec); in zzwind_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzwind2d.c31 doublereal rperp[2], rnext[2]; in zzwind2d_() local
309 point, &c__2, rnext); in zzwind2d_()
310 sep = vsepg_(rnext, rvec, &c__2); in zzwind2d_()
319 if (vdotg_(rnext, rperp, &c__2) >= 0.) { in zzwind2d_()
332 moved_(rnext, &c__2, rvec); in zzwind2d_()
H A Dzzwind.c30 doublereal rnext[3]; in zzwind_() local
361 vperp_(vtemp, normal, rnext); in zzwind_()
362 sep = vsep_(rnext, rvec); in zzwind_()
370 if (vdot_(rnext, rperp) >= 0.) { in zzwind_()
383 vequ_(rnext, rvec); in zzwind_()
/dports/biology/biolibc/biolibc-0.2.1/Man/
H A Dbl_sam_set_rnext_cpy.327 new_rnext The new value for rnext
28 array_size Size of the rnext array.
34 Mutator for rnext member in a bl_sam_t structure.
35 Use this function to set rnext in a bl_sam_t variable
37 by new_rnext to ->rnext.
H A DBL_SAM_RNEXT.331 Accessor macro for rnext. Use this macro to reference rnext in
42 char rnext;
44 rnext = BL_SAM_RNEXT(&bl_sam);
H A Dbl_sam_set_rnext_ae.327 c Subscript to the rnext array
28 new_rnext_element The new value for rnext[c]
34 Mutator for an array element of rnext member in a bl_sam_t
36 rnext in a bl_sam_t variable from non-member functions.
H A DBL_SAM_RNEXT_AE.326 c Subscript to the rnext array
32 Accessor macro for rnext array elements. Use this macro to reference
33 an element of rnext in a bl_sam_t structure from functions
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/graph/
H A Djson_graph_op.omh82 $code abs$$ $cnext absolute value $cnext no $rnext
83 $code acos$$ $cnext inverse cosine $cnext no $rnext
84 $code asin$$ $cnext inverse sine $cnext no $rnext
85 $code atan$$ $cnext inverse tangent $cnext no $rnext
86 $code cosh$$ $cnext hyperbolic cosine $cnext no $rnext
87 $code cos$$ $cnext cosine $cnext no $rnext
88 $code exp$$ $cnext exponential $cnext no $rnext
89 $code log$$ $cnext logarithm $cnext no $rnext
90 $code sign$$ $cnext sign function $cnext no $rnext
91 $code sinh$$ $cnext hyperbolic sine $cnext no $rnext
[all …]
/dports/math/cppad/CppAD-20210000.8/omh/install/
H A Dcmake_check.omh56 $rnext
59 $rnext
63 $rnext
66 $rnext
69 $rnext
72 $rnext
/dports/math/e-antic/flint2-ae7ec89/fmpz_mpoly/
H A Dpow_fps.c58 rnext = 0; in _fmpz_mpoly_pow_fps1()
92 rnext++; in _fmpz_mpoly_pow_fps1()
95 if (rnext >= *alloc) in _fmpz_mpoly_pow_fps1()
231 rnext--; in _fmpz_mpoly_pow_fps1()
237 rnext++; in _fmpz_mpoly_pow_fps1()
254 return rnext; in _fmpz_mpoly_pow_fps1()
391 rnext = 0; in _fmpz_mpoly_pow_fps()
443 rnext++; in _fmpz_mpoly_pow_fps()
604 rnext--; in _fmpz_mpoly_pow_fps()
610 rnext++; in _fmpz_mpoly_pow_fps()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mpoly/
H A Dpow_fps.c58 rnext = 0; in _fmpz_mpoly_pow_fps1()
92 rnext++; in _fmpz_mpoly_pow_fps1()
95 if (rnext >= *alloc) in _fmpz_mpoly_pow_fps1()
231 rnext--; in _fmpz_mpoly_pow_fps1()
237 rnext++; in _fmpz_mpoly_pow_fps1()
254 return rnext; in _fmpz_mpoly_pow_fps1()
391 rnext = 0; in _fmpz_mpoly_pow_fps()
443 rnext++; in _fmpz_mpoly_pow_fps()
604 rnext--; in _fmpz_mpoly_pow_fps()
610 rnext++; in _fmpz_mpoly_pow_fps()
[all …]
/dports/biology/biolibc/biolibc-0.2.1/
H A Dsam.c203 delim = tsv_read_field(sam_stream, sam_alignment->rnext, in bl_sam_read()
208 *sam_alignment->rnext = '\0'; in bl_sam_read()
213 sam_alignment->rnext); in bl_sam_read()
386 strlcpy(dest->rnext, src->rnext, BL_SAM_RNAME_MAX_CHARS + 1); in bl_sam_copy()
482 *sam_alignment->rnext = '\0'; in bl_sam_init()
569 sam_alignment->rnext, in bl_sam_write()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/util/
H A DMysqlAssemblyUtils.cpp52 const QByteArray &rnext = read->rnext; in packData() local
59 nBytes += 1 + rnext.length() + 1 + pnext.length(); in packData()
99 memcpy(data + pos, rnext.constData(), rnext.length()); in packData()
100 pos += rnext.length(); in packData()
179 read->rnext = QByteArray(data + rnextStart, rnextEnd - rnextStart); in unpackData()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DCacheTable.java40 Entry rnext; // this chains the collision list of table "rmap" field in CacheTable.Entry
45 rnext = null; in Entry()
129 newEntry.rnext = rmap[rindex]; in put_table()
153 for (Entry e = rmap[index]; e != null; e = e.rnext) { in getKey()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DCacheTable.java40 Entry rnext; // this chains the collision list of table "rmap" field in CacheTable.Entry
45 rnext = null; in Entry()
129 newEntry.rnext = rmap[rindex]; in put_table()
153 for (Entry e = rmap[index]; e != null; e = e.rnext) { in getKey()

12345678910>>...19