Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/src/
DTradeFedNativeTestSampleLib.cpp54 double c_to_f(double celcius) { in c_to_f() argument
55 return ((celcius * 9) / 5) + 32.0; in c_to_f()
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/include/
DTradeFedNativeTestSampleLib.h26 double c_to_f(double celcius);