Home
last modified time | relevance | path

Searched refs:dt_names (Results 1 – 7 of 7) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/lib/libdtrace/
H A DMakefile34 dt_names.c \
109 CLEANFILES= dt_errtags.c dt_names.c dt_grammar.h
116 dt_names.c: ${MKNAMES} ${OPENSOLARIS_SYS_DISTDIR}/uts/common/sys/dtrace.h
119 beforedepend: dt_errtags.c dt_names.c
/dports/devel/R-cran-data.table/data.table/man/
H A Dcopy.Rd18dt_names = names(DT)}. Due to R's \emph{copy-on-modify}, \code{dt_names} still points to the same …
/dports/cad/magic/magic-8.3.245/database/
H A DDBtechtype.c224 for (dtp = dbTechDefaultTypes; dtp->dt_names; dtp++) in DBTechInitType()
226 cp = dbTechNameAdd(dtp->dt_names, (ClientData) dtp->dt_type, in DBTechInitType()
230 TxError("DBTechInit: can't add type names %s\n", dtp->dt_names); in DBTechInitType()
H A DdatabaseInt.h97 char *dt_names; /* List of comma-separated names. The first member
H A DDBtechname.c500 for (dtp = dbTechDefaultTypes; dtp->dt_names; dtp++)
/dports/math/blis/blis-0.8.1/frame/base/
H A Dbli_obj.c540 static char* dt_names[ BLIS_NUM_FP_TYPES+1 ] = variable
557 return dt_names[dt]; in bli_dt_string()
/dports/devel/py-fbprophet/fbprophet-0.5/fbprophet/
H A Dplot.py494 dt_names = [
518 ax.set_xlabel('Horizon ({})'.format(dt_names[i]))