Home
last modified time | relevance | path

Searched refs:CL_FP_ROUND_TO_ZERO (Results 1 – 19 of 19) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_fpmath_float.cpp138 if( CL_FP_ROUND_TO_ZERO == ( single_config & (CL_FP_ROUND_TO_ZERO|CL_FP_ROUND_TO_NEAREST) ) ) in test_fpmath_float()
Dtest_fpmath_float2.cpp138 if( CL_FP_ROUND_TO_ZERO == ( single_config & (CL_FP_ROUND_TO_ZERO|CL_FP_ROUND_TO_NEAREST) ) ) in test_fpmath_float2()
Dtest_fpmath_float4.cpp138 if( CL_FP_ROUND_TO_ZERO == ( single_config & (CL_FP_ROUND_TO_ZERO|CL_FP_ROUND_TO_NEAREST) ) ) in test_fpmath_float4()
Dtest_queue_priority.cpp218 if( CL_FP_ROUND_TO_ZERO == ( single_config & (CL_FP_ROUND_TO_ZERO|CL_FP_ROUND_TO_NEAREST) ) ) in test_queue_priority()
Dtest_constant.cpp216 if( CL_FP_ROUND_TO_ZERO == get_default_rounding_mode(device) && gIsEmbedded) in test_constant()
Dtest_hostptr.cpp200 if( CL_FP_ROUND_TO_ZERO == get_default_rounding_mode(device) && gIsEmbedded) in test_hostptr()
/external/OpenCL-CTS/test_conformance/printf/
Dutil_printf.cpp857 else if (fpConfig == CL_FP_ROUND_TO_ZERO) in generateRef()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics.cpp244 if( defaultRoundingMode == CL_FP_ROUND_TO_ZERO ) in test_geom_cross()
317 if( CL_FP_ROUND_TO_ZERO == (config & (CL_FP_ROUND_TO_NEAREST|CL_FP_ROUND_TO_ZERO))) in test_twoToFloat_kernel()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp237 | CL_FP_ROUND_TO_ZERO in clGetDeviceInfo()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp52 (CL_FP_FMA | CL_FP_ROUND_TO_NEAREST | CL_FP_ROUND_TO_ZERO \
621 if (0 == (doubleCapabilities & CL_FP_ROUND_TO_ZERO)) in InitCL()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1628 if( 0 == (value & (CL_FP_ROUND_TO_NEAREST | CL_FP_ROUND_TO_ZERO))) in test_min_max_single_fp_config()
1656 …EAREST | CL_FP_ROUND_TO_ZERO | CL_FP_ROUND_TO_INF | CL_FP_INF_NAN | CL_FP_DENORM)) != ( CL_FP_FMA … in test_min_max_double_fp_config()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp642 (info->config.fp_config & CL_FP_ROUND_TO_ZERO) in dumpConfigInfo()
654 | CL_FP_ROUND_TO_NEAREST | CL_FP_ROUND_TO_ZERO in dumpConfigInfo()
/external/OpenCL-CTS/test_conformance/half/
DTest_vStoreHalf.cpp257 case CL_FP_ROUND_TO_ZERO: in test_vstore_half()
290 case CL_FP_ROUND_TO_ZERO: in test_vstorea_half()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1506 if (0 == (single & CL_FP_ROUND_TO_ZERO)) in get_default_rounding_mode()
1523 return CL_FP_ROUND_TO_ZERO; in get_default_rounding_mode()
/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp675 if ((CL_FP_ROUND_TO_ZERO == get_default_rounding_mode(device)) && gIsEmbedded) { in InitCL()
/external/mesa3d/include/CL/
Dcl.h428 #define CL_FP_ROUND_TO_ZERO (1 << 3) macro
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp624 if( 0 == (floatCapabilities & CL_FP_ROUND_TO_ZERO ) ) in InitCL()
/external/angle/include/CL/
Dcl.h430 #define CL_FP_ROUND_TO_ZERO (1 << 3) macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h430 #define CL_FP_ROUND_TO_ZERO (1 << 3) macro