HomeSort by relevance Sort by last modified time
    Searched refs:grade (Results 1 - 14 of 14) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 55 grade(x) = 0.0, when x <= left
62 grade = 1.0, when x == 1
65 Note: - When x is near 'middle', the grade would be pretty close to 1.
66 - When x becomes near 'left' or 'right', its grade may drop
76 def grade(self, x): member in class:FuzzySingletonMemberFunction
95 grade(x) = 1 for x >= right
99 grade = 1.0, when x >= 0.3
103 Note: - When x is less than but near 'right' value, the grade would be
105 - When x becomes near 'left' value, its grade may drop faster
115 def grade(self, x) member in class:FuzzySMemberFunction
150 def grade(self, x): member in class:FuzzyZMemberFunction
    [all...]
validators.py 37 return (self.fc.mf.grade(...), self.msg_list)
317 self.vlog.score = self.fc.mf.grade(avg)
502 self.vlog.score = self.fc.mf.grade(deviation)
666 self.vlog.score = self.fc.mf.grade(max_err)
734 self.vlog.score = self.fc.mf.grade(deviation_ratio)
772 self.vlog.score = self.fc.mf.grade(actual_count_tid)
810 self.vlog.score = self.fc.mf.grade(max_distance)
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go 132 // mulBytes returns x*y via grade school multiplication. Both inputs
    [all...]
nat.go 266 // "grade school" multiplication; for longer operands the Karatsuba algorithm
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int_test.go 129 // mulBytes returns x*y via grade school multiplication. Both inputs
    [all...]
nat.go 263 // "grade school" multiplication; for longer operands the Karatsuba algorithm
  /prebuilts/go/darwin-x86/src/math/big/
int_test.go 129 // mulBytes returns x*y via grade school multiplication. Both inputs
    [all...]
nat.go 263 // "grade school" multiplication; for longer operands the Karatsuba algorithm
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go 132 // mulBytes returns x*y via grade school multiplication. Both inputs
    [all...]
nat.go 266 // "grade school" multiplication; for longer operands the Karatsuba algorithm
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int_test.go 129 // mulBytes returns x*y via grade school multiplication. Both inputs
    [all...]
nat.go 263 // "grade school" multiplication; for longer operands the Karatsuba algorithm
  /prebuilts/go/linux-x86/src/math/big/
int_test.go 129 // mulBytes returns x*y via grade school multiplication. Both inputs
    [all...]
nat.go 263 // "grade school" multiplication; for longer operands the Karatsuba algorithm

Completed in 1660 milliseconds