Searched refs:rshift (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gethex.c | 153 rshift(b, n); in gethex() 206 rshift(b,n); in gethex() 237 rshift(b,1); in gethex()
|
D | strtodg.c | 237 rshift(b, bdif); in rvOK() 246 rshift(b, 1); in rvOK() 269 rshift(b, k); in rvOK() 610 rshift(rvb, j); in strtodg() 640 rshift(rvb, -j); in strtodg() 712 rshift(bb, -bb2); in strtodg() 897 rshift(ab, -abe); in strtodg() 940 rshift(rvb, 1); in strtodg() 978 rshift(rvb, -j); in strtodg()
|
D | gmisc.c | 38 rshift(Bigint *b, int k) in rshift() function
|
D | gdtoaimp.h | 529 #define rshift __rshift_D2A macro 580 extern void rshift (Bigint*, int);
|
D | gdtoa.c | 207 rshift(b, i); in gdtoa()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_operator.py | 300 self.assertRaises(TypeError, operator.rshift) 301 self.assertRaises(TypeError, operator.rshift, None, 42) 302 self.assertTrue(operator.rshift(5, 1) == 2) 303 self.assertTrue(operator.rshift(5, 0) == 5) 304 self.assertRaises(ValueError, operator.rshift, 2, -1)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | operator.c | 275 spam2(rshift,__rshift__, "rshift(a, b) -- Same as a >> b.")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | operator.c | 401 spam2(rshift,__rshift__, "rshift(a, b) -- Same as a >> b.")
|