Home
last modified time | relevance | path

Searched refs:lrintf_clamped (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp95 static long lrintf_clamped(float f);
96 static long lrintf_clamped(float f) in lrintf_clamped() function
281 *outType##Ptr = (outType)lrintf_clamped(*floatPtr); \
312 wholeValue = (Long)lrintf_clamped(*floatPtr); \
/external/OpenCL-CTS/test_conformance/conversions/
Dbasic_test_conversions.cpp74 long lrintf_clamped( float f );
75 long lrintf_clamped( float f ) in lrintf_clamped() function
908 static void float2uchar_sat( void *out, void *in){ ((cl_uchar*) out)[0] = CLAMP( 0, lrintf_clamped(… in float2uchar_sat()
909 …sat( void *out, void *in){ ((cl_char*) out)[0] = CLAMP( CL_CHAR_MIN, lrintf_clamped(((cl_float*) i… in float2char_sat()
910 …2ushort_sat( void *out, void *in){ ((cl_ushort*) out)[0] = CLAMP( 0, lrintf_clamped(((cl_float*) i… in float2ushort_sat()
911 …at( void *out, void *in){ ((cl_short*) out)[0] = CLAMP( CL_SHRT_MIN, lrintf_clamped(((cl_float*) i… in float2short_sat()
913 …id *out, void *in){ ((cl_int*) out)[0] = (cl_int) CLAMP( CL_INT_MIN, lrintf_clamped(((cl_float*) i… in float2int_sat()