Searched refs:UQ (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libc/gdtoa/test/
H A Dpftest.c36 typedef union UQ {__float128 x; unsigned int u[4]; } UQ; typedef in typeref:union:UQ
45 typedef union UQ {long double x; unsigned int u[4]; } Ux; union
72 allow_Quad(UQ q;)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/upforwd/
H A Dtests.sh34 | awk '$3 == "UQ" { UQ+=1 } $3 == "UR" { UR += 1 } END { print UQ+0, UR+0 }' >dnstapread.out$n
35 read UQ UR <dnstapread.out$n
36 echo_i "UQ=$UQ UR=$UR"
37 test $UQ -eq $UR || return 1

Completed in 275 milliseconds