Searched refs:negate (Results 1 – 14 of 14) sorted by relevance
| /openbmc/qemu/target/hexagon/ |
| H A D | fma_emu.c | 168 static Accum accum_sub(Accum a, Accum b, int negate) in accum_sub() argument 180 return accum_sub(b, a, !negate); in accum_sub() 184 return accum_sub(b, a, !negate); in accum_sub() 204 return accum_sub(b, a, !negate); in accum_sub() 217 if (negate) { in accum_sub()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | copyleft-next-0.3.0 | 78 negate the other conditions of this License, if applicable to the Patch.
|
| H A D | copyleft-next-0.3.1 | 79 negate the other conditions of this License, if applicable to the Patch.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/licenses/ |
| H A D | copyleft-next-0.3.0 | 78 negate the other conditions of this License, if applicable to the Patch.
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | cve-update-db-native.bb | 392 # This is suboptimal as it doesn't handle AND/OR and negate, but is better than nothing
|
| H A D | cve-update-nvd2-native.bb | 393 # This is suboptimal as it doesn't handle AND/OR and negate, but is better than nothing
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | alu.idef | 174 "Arithmetic negate register", { RdV = fSAT(-fCAST8s(RsV)); }) 180 "Arithmetic negate register", { RdV = fSAT(fABS(fCAST4_8s(RsV))); }) 194 "Arithmetic negate register", { RddV = -RssV; })
|
| H A D | mpy.idef | 79 "32-bit Multiply by unsigned immediate, negate result",
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | support-jpeg-turbo.patch | 586 - /* For even row, negate every odd column. */ 594 + /* For even row, negate every odd column. */ 599 + /* For odd row, negate every even column. */ 605 - /* For odd row, negate every even column. */
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | t32.decode | 210 %neg12_26_12_0 26:1 12:3 0:8 !function=negate
|
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 3951 uByte negate, uInt *status) { in decAddOp() argument 3993 diffsign=(Flag)((lhs->bits^rhs->bits^negate)&DECNEG); in decAddOp() 4008 else bits=(rhs->bits^negate) & DECNEG;/* RHS must be Infinity */ in decAddOp() 4023 res->bits^=negate; /* flip if rhs was negated */ in decAddOp() 4139 bits=(uByte)(rhs->bits^negate); /* assumed sign is now that of RHS */ in decAddOp() 4161 if (!swapped) res->bits^=negate; in decAddOp()
|
| /openbmc/qemu/target/ppc/translate/ |
| H A D | vmx-impl.c.inc | 759 /* Compare b and e to negate the mask where begin > end */ 768 /* negate the mask */
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 649 int negate;
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | emit.c.inc | 3894 * Do not negate c_in because it will often be dead and only the
|