Home
last modified time | relevance | path

Searched refs:resdt (Results 1 – 5 of 5) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpand.cpp2276 DTYPE resdt; in efunc() local
2278 resdt = (DTYPE)-1; in efunc()
2283 resdt = DT_FLOAT; in efunc()
2286 resdt = DT_DBLE; in efunc()
2289 resdt = DT_INT; in efunc()
2292 resdt = DT_INT8; in efunc()
2297 resdt = DT_UINT; in efunc()
2299 resdt = DT_UINT8; in efunc()
2305 resdt = DT_NONE; in efunc()
2322 if (((int)resdt) >= 0) { in efunc()
[all …]
H A Dsymtab.cpp1951 DTYPE resdt, int nargs, va_list vargs) in vmk_prototype() argument
1968 DTYPEP(sptr, resdt); in vmk_prototype()
2003 mk_prototype(const char *name, const char *attr, DTYPE resdt, int nargs, ...) in mk_prototype() argument
2008 rv = vmk_prototype(NO_LLVM_CALLBACK, name, attr, resdt, nargs, vargs); in mk_prototype()
2017 mk_prototype_llvm(const char *name, const char *attr, DTYPE resdt, int nargs, in mk_prototype_llvm() argument
2023 rv = vmk_prototype(LLVM_CALLBACK, name, attr, resdt, nargs, vargs); in mk_prototype_llvm()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/utils/symtab/
H A Dsymtab.in.h481 SPTR mk_prototype(const char *name, const char *attr, DTYPE resdt, int nargs,
487 SPTR mk_prototype_llvm(const char *name, const char *attr, DTYPE resdt,
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c7297 mk_merge(int tsource, int fsource, int mask, DTYPE resdt) in mk_merge() argument
7305 if (resdt == DT_INT8) { in mk_merge()
7312 A_DTYPEP(newast, resdt); in mk_merge()
H A Dfunc.c7300 int resdt; in _reshape() local