Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp584 std::vector<std::string> integerCheck; // Number of integers to be detected in IntegerValueVerification() local
587 integerCheck.push_back("N"); in IntegerValueVerification()
590 integerCheck.push_back("fl"); in IntegerValueVerification()
593 integerCheck.push_back("ftl"); in IntegerValueVerification()
596 for (auto it = integerCheck.begin(); it != integerCheck.end(); ++it) { in IntegerValueVerification()