Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc940 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local
941 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local
942 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local
944 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local
955 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local
/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc846 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local
847 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local
848 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local
850 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local
861 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local
/third_party/bzip2/
Dbzip2.c1512 void testf ( Char *name ) in testf() function
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzip2.c1512 void testf ( Char *name ) in testf() function
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzip2.c1512 void testf ( Char *name ) in testf() function
/third_party/python/Lib/test/
Dtest_typing.py2918 def testf(x, y): ... function