Home
last modified time | relevance | path

Searched refs:COB_FLAG_IS_FP (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dcommon.h750 #define COB_FLAG_IS_FP (1U << 9) /* 0x0200 */ macro
764 #define COB_FIELD_IS_FP(f) ((f)->attr->flags & COB_FLAG_IS_FP)
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dcodegen.c1599 flags |= COB_FLAG_IS_FP; in output_attr()
1603 flags |= COB_FLAG_IS_FP; in output_attr()
H A DChangeLog2027 * codegen.c (output_attr): set flag COB_FLAG_IS_FP for all FLOAT types