Searched refs:newConstArray (Results 1 – 1 of 1) sorted by relevance
147 TConstUnionArray newConstArray(newComps); in fold() local153 newConstArray[i] = leftUnionArray[i] + rightUnionArray[i]; in fold()157 newConstArray[i] = leftUnionArray[i] - rightUnionArray[i]; in fold()164 newConstArray[i] = leftUnionArray[i] * rightUnionArray[i]; in fold()172 newConstArray[column * getMatrixRows() + row].setDConst(sum); in fold()184 … newConstArray[i].setDConst(leftUnionArray[i].getDConst() / rightUnionArray[i].getDConst()); in fold()186 newConstArray[i].setDConst((double)INFINITY); in fold()188 newConstArray[i].setDConst(-(double)INFINITY); in fold()190 newConstArray[i].setDConst((double)NAN); in fold()194 newConstArray[i].setI8Const((signed char)0x7F); in fold()[all …]