Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dxdr_float.c83 struct ieee_single { struct
102 struct ieee_single ieee; argument
/netbsd-src/sys/sys/
H A Dieee754.h91 struct ieee_single { struct
93 unsigned int sng_sign:1;
94 unsigned int sng_exp:SNG_EXPBITS;
95 unsigned int sng_frac:SNG_FRACBITS;