Searched refs:IsHalfSubnormal (Results 1 – 4 of 4) sorted by relevance
128 static inline int IsHalfSubnormal(cl_half x) in IsHalfSubnormal() function
722 static int inline is_half_denorm(cl_half half) { return IsHalfSubnormal(half); } in is_half_denorm()
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()
129 if (gIsEmbedded && IsHalfSubnormal(r[j]) && (s[j] == 0x0000 || s[j] == 0x8000)) in CheckF()200 if (gIsEmbedded && IsHalfSubnormal(r[j]) && (s[j] == 0x0000 || s[j] == 0x8000)) in CheckD()