Lines Matching refs:MOE
45 MOE = 3
53 MOE = 3
61 MOE = 3.142596
69 MOE = 4
77 MOE = 4
82 MOE = 4
88 MOE = 4
1192 h = float.hex(FloatStooges.MOE.value)
1193 self.assertIs(FloatStooges.fromhex(h), FloatStooges.MOE)
1194 h = float.hex(FloatStooges.MOE.value + 0.01)
1297 self.assertIs(IntStooges.from_bytes(b'\x00\x03', 'big'), IntStooges.MOE)
3119 FlagStooges.CURLY|FlagStooges.MOE)
3126 FlagStoogesWithZero.CURLY|FlagStoogesWithZero.MOE)
3131 IntFlagStooges.CURLY|IntFlagStooges.MOE)
3133 IntFlagStooges.CURLY|IntFlagStooges.MOE|0x30)
3140 IntFlagStoogesWithZero.CURLY|IntFlagStoogesWithZero.MOE)