Home | History | Annotate | Download | only in s390x

Lines Matching full:f2l

15 #define F2L(insn, initial, type, round, cc)                              \
72 printf(#insn " %lu ", F2L(insn, -1.1, type, round, cc)); \
74 printf(#insn " %lu ", F2L(insn, 0, type, round, cc)); \
76 printf(#insn " %lu ", F2L(insn, 1, type, round, cc)); \
78 printf(#insn " %lu ", F2L(insn, 1.4, type, round, cc)); \
80 printf(#insn " %lu ", F2L(insn, 1.5, type, round, cc)); \
82 printf(#insn " %lu ", F2L(insn, 1.6, type, round, cc)); \
84 printf(#insn " %lu ", F2L(insn, 1.6E+4, type, round, cc)); \
86 printf(#insn " %lu ", F2L(insn, 1.6E+8, type, round, cc)); \
88 printf(#insn " %lu ", F2L(insn, 1.6E+12, type, round, cc)); \
90 printf(#insn " %lu ", F2L(insn, 1.6E+20, type, round, cc)); \
92 printf(#insn " %lu ", F2L(insn, 1.6E+200, type, round, cc)); \
94 printf(#insn " %lu ", F2L(insn, 1.6E+2000L, type, round, cc)); \
96 printf(#insn " %lu ", F2L(insn, 1.6E-4, type, round, cc)); \
98 printf(#insn " %lu ", F2L(insn, FLT_MIN, type, round, cc)); \
100 printf(#insn " %lu ", F2L(insn, FLT_MAX, type, round, cc)); \
102 printf(#insn " %lu ", F2L(insn, DBL_MIN, type, round, cc)); \
104 printf(#insn " %lu ", F2L(insn, DBL_MAX, type, round, cc)); \
106 printf(#insn " %lu ", F2L(insn, LDBL_MIN, type, round, cc)); \
108 printf(#insn " %lu ", F2L(insn, LDBL_MAX, type, round, cc)); \