Searched refs:ratio (Results 1 – 11 of 11) sorted by relevance
/littlefs-3.7.0-3.6.0/scripts/ |
D | summary.py | 100 def ratio(self, other): member in Int 161 ratio = Int.ratio variable in Float 204 def ratio(self, other): member in Frac 416 types[k].ratio( 514 types[k].ratio( 530 types[k].ratio(
|
D | plotmpl.py | 347 ratio = self_w / other_w 348 other_xweights = [s*ratio for s in other_xweights] 416 ratio = (self_h-other_h) / self_h 417 self_yweights = [s*ratio for s in self.yweights] 445 ratio = self_h / other_h 446 other_yweights = [s*ratio for s in other_yweights] 514 ratio = (self_w-other_w) / self_w 515 self_xweights = [s*ratio for s in self.xweights]
|
D | data.py | 84 def ratio(self, other): member in Int 283 r.function, False).ratio()) 382 types[k].ratio( 480 types[k].ratio( 496 types[k].ratio(
|
D | code.py | 84 def ratio(self, other): member in Int 283 r.function, False).ratio()) 382 types[k].ratio( 480 types[k].ratio( 496 types[k].ratio(
|
D | cov.py | 84 def ratio(self, other): member in Int 147 def ratio(self, other): member in Frac 369 types[k].ratio( 467 types[k].ratio( 483 types[k].ratio(
|
D | plot.py | 601 ratio = self_w / other_w 602 other_xweights = [s*ratio for s in other_xweights] 670 ratio = (self_h-other_h) / self_h 671 self_yweights = [s*ratio for s in self.yweights] 699 ratio = self_h / other_h 700 other_yweights = [s*ratio for s in other_yweights] 768 ratio = (self_w-other_w) / self_w 769 self_xweights = [s*ratio for s in self.xweights]
|
D | structs.py | 80 def ratio(self, other): member in Int 330 types[k].ratio( 428 types[k].ratio( 444 types[k].ratio(
|
D | stack.py | 75 def ratio(self, other): member in Int 347 types[k].ratio( 445 types[k].ratio( 461 types[k].ratio(
|
D | perf.py | 93 def ratio(self, other): member in Int 709 types[k].ratio( 807 types[k].ratio( 823 types[k].ratio(
|
D | perfbd.py | 84 def ratio(self, other): member in Int 675 types[k].ratio( 773 types[k].ratio( 789 types[k].ratio(
|
/littlefs-3.7.0-3.6.0/ |
D | DESIGN.md | 514 If we let ![r] be the ratio of static space to the size of our log in bytes, we
|