Home
last modified time | relevance | path

Searched refs:lshift (Results 1 – 17 of 17) sorted by relevance

/haiku/data/system/data/KeyboardLayouts/Apple Aluminum/
H A DApple Aluminium International7 $lshift = 13,10
23 [ 0,36; 4,5:-; $lshift:0x4b; :0x69; :0x4c+9; 24,10:+1; ]
H A DApple Aluminium Extended International7 $lshift = 13,10
25 [ 0,36; 4,5:-; $lshift:0x4b; :0x69; :0x4c+9; 24,10:+1; 15,10:-; :+1;
/haiku/data/system/data/KeyboardLayouts/ThinkPad/
H A DThinkPad (US)12 $lshift = 41,18
24 [ 0,74; $lshift:0x4b; :0x4c+9; $rshift:+1 ]
H A DThinkPad T400s (US)12 $lshift = 41,18
25 [ 0,74; $lshift:0x4b; :0x4c+9; $rshift:+1 ]
H A DThinkPad X1 (US)11 $lshift = 42,18
24 [ 0,64; $lshift:0x4b; :0x4c+9; $rshift:+1 ]
H A DThinkPad X1 International11 $lshift = 24,18
24 [ 0,64; $lshift:0x4b; :0x69; :0x4c+9; $rshift:+1 ]
H A DThinkPad X100e International12 $lshift = 22,18
25 [ 0,64; $lshift:0x4b; :0x69; :0x4c+9; $rshift:+1; ]
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c685 lshift(Bigint *b, int k) in lshift() function
1420 bb = lshift(bb, bb2); in strtod()
1424 bd = lshift(bd, bd2); in strtod()
1426 bs = lshift(bs, bs2); in strtod()
1437 delta = lshift(delta,Log2P); in strtod()
2239 b = lshift(b, b2);
2241 S = lshift(S, s2);
2265 mhi = lshift(mhi, m2);
2275 mhi = lshift(mhi, Log2P);
2303 b = lshift(b, 1);
[all …]
/haiku/src/system/libroot/posix/glibc/arch/arm/
H A DJamfile29 lshift.c rshift.c
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A DJamfile62 lshift.S rshift.S
/haiku/src/system/libroot/posix/glibc/arch/riscv64/
H A DJamfile23 lshift.c rshift.c submul_1.c
/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A DJamfile62 lshift.S rshift.S
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A DJamfile62 lshift.S rshift.S
/haiku/src/system/libroot/posix/glibc/arch/arm64/
H A DJamfile29 lshift.c rshift.c
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A DJamfile58 lshift.S rshift.S
/haiku/src/system/libroot/posix/glibc/arch/x86_64/
H A DJamfile62 lshift.S rshift.S
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp.h370 #define mpn_lshift __MPN(lshift)