Home
last modified time | relevance | path

Searched refs:__BIGINT_T (Results 1 – 13 of 13) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dnml.h71 __BIGINT_T lwb;
72 __BIGINT_T upb;
73 __BIGINT_T stride;
80 __BIGINT_T elemsz; /* size of each element */
81 __BIGINT_T idx[7]; /* current index values for each dimension */
83 __BIGINT_T mult[7]; /* multiplier for each section */
84 __BIGINT_T lwb[7]; /* declared lower bound for each dimension */
100 __BIGINT_T I8(siz_of)(NML_DESC *descp);
H A Dassign.c37 static __BIGINT_T to_bigint(AVAL *);
276 static __BIGINT_T
280 return (__BIGINT_T)valp->val.d; in to_bigint()
282 return (__BIGINT_T)valp->val.i; in to_bigint()
H A Dfmtconv.c42 static char *conv_int(__BIGINT_T, int *, int *);
108 (void) __fortio_fmt_i((__BIGINT_T)PP_INT1(item), width, 1, plus_flag); in __fortio_default_convert()
112 (void) __fortio_fmt_i((__BIGINT_T)PP_INT2(item), width, 1, plus_flag); in __fortio_default_convert()
128 (void) __fortio_fmt_i((__BIGINT_T)PP_INT4(item), width, 1, plus_flag); in __fortio_default_convert()
265 __fortio_fmt_i(__BIGINT_T val, int width, in __fortio_fmt_i()
306 conv_int(__BIGINT_T val, int *lenp, int *negp) in conv_int()
870 p = conv_int((__BIGINT_T)fpdat.exp, &len, &neg); in conv_e()
933 p = conv_int((__BIGINT_T)fpdat.exp, &len, &neg); in conv_en()
982 p = conv_int((__BIGINT_T)fpdat.exp, &len, &neg); in conv_es()
H A Dnmlread.c60 __BIGINT_T start;
61 __BIGINT_T end;
1055 __BIGINT_T i; in get_token()
1437 __BIGINT_T val, end; in I8()
1548 __BIGINT_T offset; in I8()
1622 __BIGINT_T offset; in I8()
1712 __BIGINT_T offset, mm; in eval()
1823 __BIGINT_T elemsz; in assign()
1855 __BIGINT_T elemsz; in assign()
1995 __BIGINT_T elemsz; in dtio_assign()
[all …]
H A Dformat.h55 char *__fortio_fmt_i(__BIGINT_T, int, int, bool);
H A Dnmlutil.c28 __BIGINT_T
H A DfortDt.h267 typedef __INT4_T __BIGINT_T; typedef
H A Dfmtgetnum.c71 __BIGINT_T i; in __fortio_getnum()
H A Dglobal.h297 __BIGINT_T i; /* __BIGINT, __BIGLOG */
H A Dnmlwrite.c566 __BIGINT_T offset, baseoffset; in I8()
640 __BIGINT_T offset, baseoffset; in I8()
H A Dfmtread.c115 static int fr_assign(char *, int, __BIGINT_T, DBLINT64, __BIGREAL_T);
1903 __BIGINT_T ival; in fr_readnum()
2326 fr_assign(char *item, int type, __BIGINT_T ival, DBLINT64 i8val, __BIGREAL_T dval) in fr_assign()
H A Dfmtwrite.c1768 __BIGINT_T ival; in fw_writenum()
1782 __BIGINT_T i; in fw_writenum()
H A Dldread.c1213 __BIGINT_T i; in get_number()