Home
last modified time | relevance | path

Searched refs:opfun (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/unittests/compiler/
Dtyper-unittest.cc124 void TestBinaryArithOpCloseToZero(const Operator* op, BinaryFunction opfun, in TestBinaryArithOpCloseToZero() argument
137 double result_value = opfun(x1, x2); in TestBinaryArithOpCloseToZero()
149 void TestBinaryArithOp(const Operator* op, BinaryFunction opfun) { in TestBinaryArithOp() argument
150 TestBinaryArithOpCloseToZero(op, opfun, 8); in TestBinaryArithOp()
158 double result_value = opfun(x1, x2); in TestBinaryArithOp()
167 void TestBinaryCompareOp(const Operator* op, BinaryFunction opfun) { in TestBinaryCompareOp() argument
175 bool result_value = opfun(x1, x2); in TestBinaryCompareOp()
186 void TestBinaryBitOp(const Operator* op, BinaryFunction opfun) { in TestBinaryBitOp() argument
194 double result_value = opfun(x1, x2); in TestBinaryBitOp()