Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
Dtest_constant.cpp51 verify(cl_float *tmpF, cl_int *tmpI, cl_float *out, int n) in verify() argument
57 float f = tmpF[i] * tmpI[i]; in verify()
96 cl_int *tmpI; in test_constant() local
140 tmpI = (cl_int*)malloc(sizeof(cl_int) * constant_values); in test_constant()
164 tmpI[i] = (int)get_random_float(-0x02000000, 0x02000000, d); in test_constant()
175 …Buffer(queue, streams[2], CL_TRUE, 0, sizeof(cl_int)*constant_values, (void *)tmpI, 0, NULL, NULL); in test_constant()
219 err = verify(tmpF, tmpI, out, (int)constant_values); in test_constant()
266 free(tmpI); in test_constant()
/external/aac/libSBRdec/src/
Dhbe.cpp2153 FIXP_DBL tmpI = ppQmfBufferOutImag_F[i][band]; in QmfTransposerApply() local
2157 fMult(tmpI, (-cos_F[64 - band - 1])); /* sum should be <= 1 in QmfTransposerApply()
2162 fMult(tmpI, cos_F[band]); /* sum should by <= 1 because of sin/cos in QmfTransposerApply()
2171 FIXP_DBL tmpI = ppQmfBufferOutImag_F[i + ov_len][band]; in QmfTransposerApply() local
2175 fMult(tmpI, (-cos_F[64 - band - 1])); /* sum should be <= 1 in QmfTransposerApply()
2180 fMult(tmpI, cos_F[band]); /* sum should by <= 1 because of sin/cos in QmfTransposerApply()