Searched refs:grade (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/gm/ |
H A D | skbug_9819.cpp | 32 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 D | unpremul.cpp | 23 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 D | test_bisect.py | 366 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