Lines Matching refs:cflags
127 int cflags = 0; in dopr() local
205 cflags = DP_C_SHORT; in dopr()
209 cflags = DP_C_LONG; in dopr()
212 cflags = DP_C_LONG_LONG; in dopr()
217 cflags = DP_C_LONG_LONG; in dopr()
221 cflags = DP_C_LDOUBLE; in dopr()
233 if (cflags == DP_C_SHORT) in dopr()
235 else if (cflags == DP_C_LONG) in dopr()
237 else if (cflags == DP_C_LONG_LONG) in dopr()
245 if (cflags == DP_C_SHORT) in dopr()
247 else if (cflags == DP_C_LONG) in dopr()
249 else if (cflags == DP_C_LONG_LONG) in dopr()
257 if (cflags == DP_C_SHORT) in dopr()
259 else if (cflags == DP_C_LONG) in dopr()
261 else if (cflags == DP_C_LONG_LONG) in dopr()
271 if (cflags == DP_C_SHORT) in dopr()
273 else if (cflags == DP_C_LONG) in dopr()
275 else if (cflags == DP_C_LONG_LONG) in dopr()
282 if (cflags == DP_C_LDOUBLE) in dopr()
292 if (cflags == DP_C_LDOUBLE) in dopr()
300 if (cflags == DP_C_LDOUBLE) in dopr()
319 if (cflags == DP_C_SHORT) { in dopr()
323 } else if (cflags == DP_C_LONG) { in dopr()
327 } else if (cflags == DP_C_LONG_LONG) { in dopr()
348 flags = cflags = min = 0; in dopr()