Searched refs:hdata (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_half.hpp | 11 typedef short hdata; typedef 13 GLM_FUNC_DECL float toFloat32(hdata value); 14 GLM_FUNC_DECL hdata toFloat16(float const & value);
|
D | type_half.inl | 34 GLM_FUNC_QUALIFIER float toFloat32(hdata value) 108 GLM_FUNC_QUALIFIER hdata toFloat16(float const & f) 144 return hdata(s); 172 return hdata(s | (m >> 13)); 183 return hdata(s | 0x7c00); 198 return hdata(s | 0x7c00 | m | (m == 0)); 231 return hdata(s | 0x7c00); 239 return hdata(s | (e << 10) | (m >> 13));
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xos_r.h | 488 struct hostent_data hdata; member 495 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \ 496 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent)) 498 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \ 499 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
|