Searched refs:neg (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/bionic/ |
D | strtol.cpp | 51 bool neg = false; in StrToI() local 53 neg = true; in StrToI() 109 return (is_signed && neg) ? Min : Max; in StrToI() 113 if (any > 0 && is_signed && !neg && acc == Min) { in StrToI() 118 if (is_signed) return neg ? acc : -acc; in StrToI() 119 return neg ? -acc : acc; in StrToI()
|
/bionic/libc/arch-arm64/oryon/ |
D | memset-nt.S | 105 neg tmp2, dst 132 neg tmp2, dst 163 neg tmp2, dst 187 neg tmp2, dst
|
/bionic/libc/arch-riscv64/bionic/ |
D | syscall.S | 51 neg a0, a0
|
D | vfork.S | 64 neg a0, a0
|
/bionic/libc/arch-arm/bionic/ |
D | vfork.S | 55 neg r0, r0
|
D | syscall.S | 49 neg r0, r0
|
D | __bionic_clone.S | 60 neg r0, r0
|
/bionic/libc/tzcode/ |
D | strptime.c | 108 int neg = 0; in _strptime() local 487 neg = 0; in _strptime() 490 neg = 1; in _strptime() 523 if (neg) in _strptime()
|
D | localtime.c | 982 register bool neg = false; in getoffset() local 985 neg = true; in getoffset() 992 if (neg) in getoffset()
|
/bionic/libc/arch-x86/string/ |
D | ssse3-memcmp-atom.S | 143 neg %eax 1717 neg %eax 1726 neg %eax 1737 neg %eax 1746 neg %eax 2469 neg %eax 2479 neg %eax
|
D | sse4-memcmp-slm.S | 215 neg %eax 238 neg %eax 1125 neg %eax 1132 neg %eax
|
D | sse2-wcscmp-atom.S | 1032 neg %eax 1051 neg %eax
|
D | ssse3-strcmp-atom.S | 2099 neg %eax
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
D | strcmp.S | 394 neg result, result
|
/bionic/libc/arch-x86_64/string/ |
D | sse4-memcmp-slm.S | 1612 neg %eax
|