Home
last modified time | relevance | path

Searched defs:IsPositive (Results 1 – 3 of 3) sorted by relevance

/third_party/googletest/googlemock/test/
Dgmock-matchers-arithmetic_test.cc825 int IsPositive(double x) { return x > 0 ? 1 : 0; } in IsPositive() function
/third_party/googletest/googletest/test/
Dgtest_unittest.cc830 static bool IsPositive(int n) { return n > 0; } in IsPositive() function
2428 bool IsPositive(double x) { return x > 0; } in IsPositive() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38896 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local