Home
last modified time | relevance | path

Searched refs:expnegative (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fphex.c99 int expnegative; in __quadmath_printf_fphex() local
294 expnegative = 0; in __quadmath_printf_fphex()
298 expnegative = 1; in __quadmath_printf_fphex()
304 expnegative = 0; in __quadmath_printf_fphex()
309 expnegative = 1; in __quadmath_printf_fphex()
393 if (expnegative) in __quadmath_printf_fphex()
399 expnegative = 0; in __quadmath_printf_fphex()
475 outchar (expnegative ? '-' : '+'); in __quadmath_printf_fphex()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fphex.c99 int expnegative; in __quadmath_printf_fphex() local
293 expnegative = 0; in __quadmath_printf_fphex()
297 expnegative = 1; in __quadmath_printf_fphex()
303 expnegative = 0; in __quadmath_printf_fphex()
308 expnegative = 1; in __quadmath_printf_fphex()
392 if (expnegative) in __quadmath_printf_fphex()
398 expnegative = 0; in __quadmath_printf_fphex()
474 outchar (expnegative ? '-' : '+'); in __quadmath_printf_fphex()