Home
last modified time | relevance | path

Searched refs:mgen (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
DMakefile11 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
DREADME5 mgen: math functions from libm
/third_party/python/Lib/test/
Dtest_collections.py1196 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/
Ddisasm-a3xx.c239 OPC(2, OPC_MGEN_B, mgen.b),