Home
last modified time | relevance | path

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

/frameworks/native/libs/ftl/
Dfunction_test.cpp212 auto inexact(long) -> short { return 0; } in inexact() function
234 auto inexact = [](long) -> short { return 0; }; in TEST() local