Home | History | Annotate | Download | only in s390x

Lines Matching defs:F2L

14 #define F2L(insn, initial, type, round, cc)                              \
71 printf(#insn " %lu ", F2L(insn, -1.1, type, round, cc)); \
73 printf(#insn " %lu ", F2L(insn, 0, type, round, cc)); \
75 printf(#insn " %lu ", F2L(insn, 1, type, round, cc)); \
77 printf(#insn " %lu ", F2L(insn, 1.4, type, round, cc)); \
79 printf(#insn " %lu ", F2L(insn, 1.5, type, round, cc)); \
81 printf(#insn " %lu ", F2L(insn, 1.6, type, round, cc)); \
83 printf(#insn " %lu ", F2L(insn, 1.6E+4, type, round, cc)); \
85 printf(#insn " %lu ", F2L(insn, 1.6E+8, type, round, cc)); \
87 printf(#insn " %lu ", F2L(insn, 1.6E+12, type, round, cc)); \
89 printf(#insn " %lu ", F2L(insn, 1.6E+20, type, round, cc)); \
91 printf(#insn " %lu ", F2L(insn, 1.6E+200, type, round, cc)); \
93 printf(#insn " %lu ", F2L(insn, 1.6E+2000L, type, round, cc)); \
95 printf(#insn " %lu ", F2L(insn, 1.6E-4, type, round, cc)); \
97 printf(#insn " %lu ", F2L(insn, FLT_MIN, type, round, cc)); \
99 printf(#insn " %lu ", F2L(insn, FLT_MAX, type, round, cc)); \
101 printf(#insn " %lu ", F2L(insn, DBL_MIN, type, round, cc)); \
103 printf(#insn " %lu ", F2L(insn, DBL_MAX, type, round, cc)); \
105 printf(#insn " %lu ", F2L(insn, LDBL_MIN, type, round, cc)); \
107 printf(#insn " %lu ", F2L(insn, LDBL_MAX, type, round, cc)); \