Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
Dconversions.h116 static inline int IsHalfSubnormal( cl_half x ) in IsHalfSubnormal() function
DimageHelpers.h647 static int inline is_half_denorm( cl_ushort half ){ return IsHalfSubnormal( half ); } in is_half_denorm()
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.h112 static inline int IsHalfSubnormal( uint16_t x ) in IsHalfSubnormal() function
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.cpp127 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()