Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gdtoa/test/
H A Dpftest.c36 typedef union UQ {__float128 x; unsigned int u[4]; } UQ; typedef
45 typedef union UQ {long double x; unsigned int u[4]; } Ux; union