Searched refs:realVersion (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_preprocessors.cpp | 238 int realVersion = ( major * 100 ) + ( minor * 10 ); in test_kernel_preprocessor_macros() local 239 if( ( results[ 2 ] < 100 ) || ( results[ 2 ] > realVersion ) ) in test_kernel_preprocessor_macros() 242 …(preprocessor states %d, real version is %d (%d.%d))\n", results[ 2 ], realVersion, major, minor ); in test_kernel_preprocessor_macros() 275 realVersion = ( major * 100 ) + ( minor * 10 ); in test_kernel_preprocessor_macros() 276 if( ( results[ 3 ] < 100 ) || ( results[ 3 ] > realVersion ) ) in test_kernel_preprocessor_macros() 279 …(preprocessor states %d, real version is %d (%d.%d))\n", results[ 2 ], realVersion, major, minor ); in test_kernel_preprocessor_macros()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 564 UVersionInfo realVersion; in TestMisc() local 600 u_getVersion(realVersion); in TestMisc() 601 u_versionToString(realVersion, icuVersion); in TestMisc()
|