Searched refs:mgen (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/math/gen/ |
D | Makefile | 11 all: gen check mgen tof toa toe tog tox next prev rnd 23 mgen: gen.c util.c mplibm.c target 27 rm -f gen check mgen tof toa toe tog tox next prev rnd
|
D | README | 5 mgen: math functions from libm
|
/third_party/python/Lib/test/ |
D | test_collections.py | 1196 mgen = MinimalGen() 1197 self.assertIs(mgen, iter(mgen)) 1198 self.assertIs(mgen.send(None), next(mgen)) 1199 self.assertEqual(2, mgen.send(2)) 1200 self.assertIsNone(mgen.close()) 1201 self.assertRaises(ValueError, mgen.throw, ValueError) 1203 mgen.throw, ValueError, ValueError("huhu")) 1204 self.assertRaises(StopIteration, mgen.throw, StopIteration()) 1277 mgen = MinimalAGen() 1278 self.assertIs(mgen, mgen.__aiter__()) [all …]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 239 OPC(2, OPC_MGEN_B, mgen.b),
|