Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (3m)  netbsd-10 (6d)  netbsd-9 (6d)  netbsd-8 (11d) 

2024-05-23 06:18:06 UTC Now

2024-05-09 12:23:21 UTC MAIN commitmail json YAML

tests/lib/libm/t_ilogb: Expand and tidy.

1. Instead of calling out VAX by name, use #ifdef NAN and
  isinf(INFINITY).  (VAX defines INFINITY even though it's not an
  infinity, not sure if there's a better compile-time test.)

2. Verify ilogbl works on long double on all architectures, not just
  those with __HAVE_LONG_DOUBLE which means long double is _larger_
  than double.

(riastradh)