Searched defs:m2 (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
H A DTrace.py117 def m2(self, y): return self.x + y member in class:_test.C
120 def m2(self, y): print "D.m2(%r)" % (y,); return C.m2(self, y) member in class:_test.D
127 print x.m2(33)
129 print x.m2(4000)
133 print C.m2
135 print D.m2
140 print y.m2(100)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
H A DEiffel.py97 def m2(self, arg): member in class:_test.Test
108 def m2(self, arg): member in class:_test.Sub
116 t.m2(1)
118 t.m2(0)
126 s.m2(1)
132 s.m2(10)
137 s.m2(5)
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
H A Ddtoa.c128 j, jj1, k, k0, k_check, leftright, m2, m5, s2, s5, local
492 m2 = b2;
511 if (m2 > 0 && s2 > 0) {
512 i = m2 < s2 ? m2 : s2;
514 m2 -= i;
585 m2 += i;
591 m2 += i;
631 if (m2 > 0) {
632 mhi = lshift(mhi, m2);
[all...]
H A Dgdtoa.c168 int j, jj1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
510 m2 = b2;
531 m2 -= i;
539 if (m2 > 0 && s2 > 0) {
540 i = m2 < s2 ? m2 : s2;
542 m2 -= i;
607 m2 += i;
613 m2 += i;
649 if (m2 >
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Ddtoa.c2383 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
2673 m2 = b2;
2685 if (m2 > 0 && s2 > 0) {
2686 i = m2 < s2 ? m2 : s2;
2688 m2 -= i;
2749 m2 += i;
2795 if (m2 > 0) {
2796 mhi = lshift(mhi, m2);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Ddtoa.c2352 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
2642 m2 = b2;
2654 if (m2 > 0 && s2 > 0) {
2655 i = m2 < s2 ? m2 : s2;
2657 m2 -= i;
2718 m2 += i;
2764 if (m2 > 0) {
2765 mhi = lshift(mhi, m2);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dflmodule.c1961 char *m1, *m2, *m3, *b1, *b2, *b3; local
1990 if (!PyArg_Parse(args, format, &m1, &m2, &m3, &b1, &b2, &b3))
1994 rv = fl_show_choice(m1, m2, m3, nb, b1, b2, b3);
H A Dposixmodule.c5373 char *m1, *m2; local
5378 m2 = "w";
5381 m2 = "wb";
5385 f1 = _fdopen(fd1, m2);
5388 p1 = PyFile_FromFile(f1, cmdstring, m2, _PyPclose);
5405 char *m1, *m2; local
5410 m2 = "w";
5413 m2 = "wb";
5417 f1 = _fdopen(fd1, m2);
5422 p1 = PyFile_FromFile(f1, cmdstring, m2, _PyPclos
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c3783 char *m1, *m2; local
3788 m2 = "w";
3791 m2 = "wb";
3795 f1 = _fdopen(fd1, m2);
3798 p1 = PyFile_FromFile(f1, cmdstring, m2, _PyPclose);
3815 char *m1, *m2; local
3820 m2 = "w";
3823 m2 = "wb";
3827 f1 = _fdopen(fd1, m2);
3832 p1 = PyFile_FromFile(f1, cmdstring, m2, _PyPclos
[all...]

Completed in 379 milliseconds