Home
last modified time | relevance | path

Searched refs:f_f_log1p_func (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmvfuncs.h96 static inline mv_t f_f_log1p_func(mv_t* pval1) {return mv_from_float( log1p (pval1->u.fltv));} in f_f_log1p_func() function
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Dfunction_manager.c1210 …fnnm, "log1p")) { return rval_evaluator_alloc_from_f_f_func(f_f_log1p_func, parg1); in fmgr_alloc_evaluator_from_unary_func_name()