Searched refs:c_to_f (Results 1 – 3 of 3) sorted by relevance
25 ASSERT_EQ(41, TFNativeTestSampleLib::c_to_f(5)); in TEST()29 ASSERT_EQ(5, TFNativeTestSampleLib::c_to_f(-15)); in TEST()
26 double c_to_f(double celcius);
54 double c_to_f(double celcius) { in c_to_f() function