Home
last modified time | relevance | path

Searched refs:grade (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/gm/
H A Dskbug_9819.cpp32 auto grade = [&](int x, int y){ in DEF_SIMPLE_GM() local
52 grade(64, 64); in DEF_SIMPLE_GM()
53 grade(64, 192); in DEF_SIMPLE_GM()
H A Dunpremul.cpp23 auto grade = [&](int x, int y){ in DEF_SIMPLE_GM() local
60 grade(50,50); in DEF_SIMPLE_GM()
74 grade(50,150); in DEF_SIMPLE_GM()
/third_party/python/Lib/test/
H A Dtest_bisect.py366 def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'): function
370 result = [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]

Completed in 2 milliseconds