Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/btls/
H A Dbtls-bio.c88 mono_new (BIO *bio) in mono_new() function
116 NULL, NULL, mono_ctrl, mono_new, mono_free, NULL
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dmono.h63 extern Mono* mono_new(const Numb* coeff, const Entry* entry, MFun fun);
H A Dmono.c48 Mono* mono_new(const Numb* coeff, const Entry* entry, MFun fun) in mono_new() function
179 mnew = mono_new(mono->coeff, mono->first.entry, mono->fun); in mono_copy()
H A Dterm2.c103 term->elem[term->used] = mono_new(coeff, entry, mfun); in term_add_elem()