Searched refs:result_float (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/test/ |
D | correctness_meta_gemm.cc | 274 float* result_float = new float[max_m * max_n]; in main() local 307 f_suite(1, 1, 1, 16, 16, 32, 1, 1, 1, scratch, left, right, result_float, in main() 313 result_float, &pool, t); in main() 318 result_float, &pool, t); in main() 320 result_float, &pool, t); in main()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 6597 float* result_float = (float*)result; in getComponentDataForByteAlignedInternalformat() local 6615 result_float[n_component] = deFloat16To32(*(const deFloat16*)data); in getComponentDataForByteAlignedInternalformat() 6618 result_float[n_component] = *(float*)data; in getComponentDataForByteAlignedInternalformat() 6654 result_float[n_component] = float(*(signed char*)data) / 127.0f; in getComponentDataForByteAlignedInternalformat() 6657 result_float[n_component] = float(*(signed short*)data) / 32767.0f; in getComponentDataForByteAlignedInternalformat() 6664 if (result_float[n_component] < -1.0f) in getComponentDataForByteAlignedInternalformat() 6666 result_float[n_component] = -1.0f; in getComponentDataForByteAlignedInternalformat() 6677 result_float[n_component] = float(*((unsigned char*)data)) / 255.0f; in getComponentDataForByteAlignedInternalformat() 6680 result_float[n_component] = float(*((unsigned short*)data)) / 65535.0f; in getComponentDataForByteAlignedInternalformat()
|