Searched refs:IsHalfSubnormal (Results 1 – 5 of 5) sorted by relevance
116 static inline int IsHalfSubnormal( cl_half x ) in IsHalfSubnormal() function
647 static int inline is_half_denorm( cl_ushort half ){ return IsHalfSubnormal( half ); } in is_half_denorm()
112 static inline int IsHalfSubnormal( uint16_t x ) in IsHalfSubnormal() function
229 if( IsHalfSubnormal(u2[j]) && ( (u1[j] == 0) || (u1[j] == 0x8000) ) ) in test_roundTrip()279 if( IsHalfSubnormal(u2[j]) && ( (u1[j] == 0) || (u1[j] == 0x8000) ) ) in test_roundTrip()
127 if (gIsEmbedded && IsHalfSubnormal(r[j]) && (s[j] == 0x0000 || s[j] == 0x8000)) in CheckF()198 if (gIsEmbedded && IsHalfSubnormal(r[j]) && (s[j] == 0x0000 || s[j] == 0x8000)) in CheckD()