On Wed, 23 Jan 2019, Tejas Joshi wrote: > But I really dont know how to inspect a file like real.h (real_value)/real.c?
Use cc1 to build a test program with selected floating-point constants in it. Set breakpoints on appropriate functions in real.c (e.g. related to converting strings for real constants into the internal representation). Look at the representation produced for those constants to determine the particular conventions being used. -- Joseph S. Myers jos...@codesourcery.com