Home
last modified time | relevance | path

Searched defs:bot2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dtest_read_1D_array.cpp158 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error_1D_arr() local
175 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error_1D_arr() local
H A Dtest_iterations.cpp216 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error() local
243 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error() local
H A Dtest_read_1D.cpp146 float top[ 4 ], real[ 4 ], bot[ 4 ], bot2[ 4 ]; in determine_validation_error_1D() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp757 constexpr Bottom &bot2 = (Base2&)derived; variable