Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp359 bool compare_greaterThanEqual(double a, double b) { return a >= b; } in compare_greaterThanEqual() function
751 return optimize_comparison(context, arguments, Intrinsics::compare_greaterThanEqual); in optimize_intrinsic_call()