Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dassign.c65 case __BIGINT: in __fortio_assign()
281 assert(valp->dtype == __BIGINT || valp->dtype == __BIGLOG); in to_bigint()
293 assert(valp->dtype == __BIGINT || valp->dtype == __BIGLOG); in to_bigreal()
H A Dfmtwrite.c1772 #define IS_INT(t) (t == __BIGINT || t == __INT8) in fw_writenum()
1797 ty = __BIGINT; in fw_writenum()
1802 ty = __BIGINT; in fw_writenum()
1808 ty = __BIGINT; in fw_writenum()
1813 ty = __BIGINT; in fw_writenum()
1819 ty = __BIGINT; in fw_writenum()
1824 ty = __BIGINT; in fw_writenum()
1844 ty = __BIGINT; in fw_writenum()
1979 ty = __BIGINT; in fw_writenum()
2007 ty = __BIGINT; in fw_writenum()
[all …]
H A DfortDt.h265 #define __BIGINT __INT4 macro
H A Dnmlread.c1071 constval.dtype = __BIGINT; in get_token()
1082 constval.dtype = __BIGINT; in get_token()
1325 if (token == TK_CONST && constval.dtype == __BIGINT) { in I8()
1378 if (token == TK_CONST && constval.dtype == __BIGINT) { in I8()
1392 if (token != TK_CONST || constval.dtype != __BIGINT) in I8()
1442 if (token == TK_CONST && constval.dtype == __BIGINT) { in I8()
1459 if (token == TK_CONST && constval.dtype == __BIGINT) { in I8()
H A Dldread.c1074 if (tkntyp == TK_VAL && tknval.dtype == __BIGINT && tknval.val.i != 0 && in get_token()
1246 tknval.dtype = __BIGINT; in get_number()
1249 tknval.dtype = __BIGINT; in get_number()
1430 assert(valp->dtype == __BIGINT || valp->dtype == __BIGLOG); in to_bigreal()