Home
last modified time | relevance | path

Searched refs:IsHalfSubnormal (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dconversions.h128 static inline int IsHalfSubnormal(cl_half x) in IsHalfSubnormal() function
DimageHelpers.h722 static int inline is_half_denorm(cl_half half) { return IsHalfSubnormal(half); } in is_half_denorm()
/external/OpenCL-CTS/test_conformance/half/
DTest_roundTrip.cpp229 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()
DTest_vStoreHalf.cpp129 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()