HomeSort by relevance Sort by last modified time
    Searched full:stars_to_print (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/python/
ldt0028.py 62 stars_to_print = int(round(average / SCALE_FACTOR)) variable
63 print '(' + repr(int(round(average))).rjust(4) + ') |', '*' * stars_to_print
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ldt0028.cxx 77 int stars_to_print = (int) round(average / SCALE_FACTOR); local
79 for (int j=0; j<stars_to_print; j++) {
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ldt0028.js 70 var stars_to_print = Math.round(average / SCALE_FACTOR);
72 for (var j=0; j < stars_to_print; j++) {

Completed in 234 milliseconds