Searched refs:negativeFloats (Results 1 – 1 of 1) sorted by relevance
181 vector<float> negativeFloats (numElements, 0); in createOpNopGroup() local186 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpNopGroup()219 spec.outputs.push_back(BufferSp(new Float32Buffer(negativeFloats))); in createOpNopGroup()509 vector<float> negativeFloats (numElements, 0); in createOpLineGroup() local514 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpLineGroup()558 spec.outputs.push_back(BufferSp(new Float32Buffer(negativeFloats))); in createOpLineGroup()573 vector<float> negativeFloats (numElements, 0); in createOpNoLineGroup() local578 negativeFloats[ndx] = -positiveFloats[ndx]; in createOpNoLineGroup()624 spec.outputs.push_back(BufferSp(new Float32Buffer(negativeFloats))); in createOpNoLineGroup()1177 vector<float> negativeFloats (numElements, 0); in createOpUnreachableGroup() local[all …]