Home
last modified time | relevance | path

Searched refs:tmpI (Results 1 – 3 of 3) 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()
167 tmpI[i] = (int)get_random_float(-0x02000000, 0x02000000, d); in test_constant()
178 …Buffer(queue, streams[2], CL_TRUE, 0, sizeof(cl_int)*constant_values, (void *)tmpI, 0, NULL, NULL); in test_constant()
222 err = verify(tmpF, tmpI, out, (int)constant_values); in test_constant()
269 free(tmpI); in test_constant()
/external/aac/libSBRdec/src/
Dhbe.cpp2138 FIXP_DBL tmpI = ppQmfBufferOutImag_F[i][band]; in QmfTransposerApply() local
2142 fMult(tmpI, (-cos_F[64 - band - 1])); /* sum should be <= 1 in QmfTransposerApply()
2147 fMult(tmpI, cos_F[band]); /* sum should by <= 1 because of sin/cos in QmfTransposerApply()
2156 FIXP_DBL tmpI = ppQmfBufferOutImag_F[i + ov_len][band]; in QmfTransposerApply() local
2160 fMult(tmpI, (-cos_F[64 - band - 1])); /* sum should be <= 1 in QmfTransposerApply()
2165 fMult(tmpI, cos_F[band]); /* sum should by <= 1 because of sin/cos in QmfTransposerApply()
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp659 String tmpI = this->getTempVariable(arguments[0]->type()); in writeIntrinsicCall() local
663 this->write("(" + tmpI + " = "); in writeIntrinsicCall()
671 this->write(", " + tmpI + " - 2 * " + tmpN + " * " + tmpI + " * " + tmpN + ")"); in writeIntrinsicCall()