Searched refs:newConstArray (Results 1 – 1 of 1) sorted by relevance
118 TConstUnionArray newConstArray(newComps); in fold() local124 newConstArray[i] = leftUnionArray[i] + rightUnionArray[i]; in fold()128 newConstArray[i] = leftUnionArray[i] - rightUnionArray[i]; in fold()135 newConstArray[i] = leftUnionArray[i] * rightUnionArray[i]; in fold()143 newConstArray[column * getMatrixRows() + row].setDConst(sum); in fold()155 … newConstArray[i].setDConst(leftUnionArray[i].getDConst() / rightUnionArray[i].getDConst()); in fold()157 newConstArray[i].setDConst((double)INFINITY); in fold()159 newConstArray[i].setDConst(-(double)INFINITY); in fold()161 newConstArray[i].setDConst((double)NAN); in fold()166 newConstArray[i].setIConst(0x7FFFFFFF); in fold()[all …]