Searched refs:topInt (Results 1 – 1 of 1) sorted by relevance
1215 int32_t topInt = fOperandStack.top().fS32; in logicalOp() local1218 if (match == kLogicalOr ? topInt != 0 : topInt == 0) { in logicalOp()