Home
last modified time | relevance | path

Searched defs:bytes_per_long_double (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dplatform_ldbl64.c13 typedef int bytes_per_long_double[sizeof(long double) == 8 ? 1 : -1]; typedef
H A Dplatform_ldbl128.c13 typedef int bytes_per_long_double[sizeof(long double) == 16 ? 1 : -1]; typedef
H A Dplatform_ldbl96.c13 typedef int bytes_per_long_double[sizeof(long double) == 12 ? 1 : -1]; typedef