Lines Matching refs:result
70 // Returns a new node representing the result.
87 // Figure out the size of the result
365 // Returns a new node representing the result.
369 // First, size the result, which is mostly the same as the argument's size,
444 bool result = false;
447 result = true;
449 newConstArray[0].setBConst(result);
454 bool result = true;
457 result = false;
459 newConstArray[0].setBConst(result);
967 // see what size the result is if so.
1044 double result = arg0 - arg1 * floor(arg0 / arg1);
1045 newConstArray[comp].setDConst(result);
1334 TIntermTyped* result = nullptr;
1352 result = addConstantUnion(TConstUnionArray(node->getAsConstantUnion()->getConstArray(), start, size), node->getType(), loc);
1354 if (result == nullptr)
1355 result = node;
1357 result->setType(dereferencedType);
1359 return result;
1374 TIntermTyped* result = addConstantUnion(constArray, node->getType(), loc);
1376 if (result == nullptr)
1377 result = node;
1379 result->setType(TType(node->getBasicType(), EvqConst, selectors.size()));
1381 return result;