/openbmc/qemu/target/hexagon/ |
H A D | fma_emu.c | 229 static Accum accum_sub(Accum a, Accum b, int negate) in accum_sub() argument 241 return accum_sub(b, a, !negate); in accum_sub() 245 return accum_sub(b, a, !negate); in accum_sub() 265 return accum_sub(b, a, !negate); in accum_sub() 278 if (negate) { in accum_sub()
|
/openbmc/linux/Documentation/kbuild/ |
H A D | Kconfig.recursion-issue-02 | 10 # of the recursive limitation is that drivers cannot negate features from other 30 # other bells in the system cannot negate. The reason for this issue is
|
/openbmc/linux/kernel/debug/ |
H A D | gdbstub.c | 294 int negate = 0; in kgdb_hex2long() local 299 negate = 1; in kgdb_hex2long() 312 if (negate) in kgdb_hex2long()
|
/openbmc/linux/arch/arm/vfp/ |
H A D | vfpsingle.c | 895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) in vfp_single_multiply_accumulate() argument 912 if (negate & NEG_MULTIPLY) in vfp_single_multiply_accumulate() 920 if (negate & NEG_SUBTRACT) in vfp_single_multiply_accumulate()
|
H A D | vfpdouble.c | 851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) in vfp_double_multiply_accumulate() argument 865 if (negate & NEG_MULTIPLY) in vfp_double_multiply_accumulate() 871 if (negate & NEG_SUBTRACT) in vfp_double_multiply_accumulate()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | etrap_32.S | 164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
/openbmc/linux/Documentation/process/ |
H A D | kernel-driver-statement.rst | 13 the greater Linux ecosystem. Such modules negate the openness,
|
/openbmc/linux/drivers/iio/addac/ |
H A D | ad74115.c | 238 bool negate; member 275 .negate = true, \ 1489 if (prop->negate) in ad74115_apply_fw_prop()
|
/openbmc/linux/lib/ |
H A D | vsprintf.c | 3577 bool negate = (*fmt == '^'); in vsscanf() local 3583 if (negate) in vsscanf() 3594 if (negate) { in vsscanf()
|
/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/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-nvd2-native.bb | 390 # This is suboptimal as it doesn't handle AND/OR and negate, but is better than nothing
|
/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/linux/LICENSES/dual/ |
H A D | copyleft-next-0.3.1 | 95 negate the other conditions of this License, if applicable to the Patch.
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.h | 188 static inline int negate(DisasContext *s, int x) in negate() function
|
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 | 3952 uByte negate, uInt *status) { in decAddOp() argument 3994 diffsign=(Flag)((lhs->bits^rhs->bits^negate)&DECNEG); in decAddOp() 4009 else bits=(rhs->bits^negate) & DECNEG;/* RHS must be Infinity */ in decAddOp() 4024 res->bits^=negate; /* flip if rhs was negated */ in decAddOp() 4140 bits=(uByte)(rhs->bits^negate); /* assumed sign is now that of RHS */ in decAddOp() 4162 if (!swapped) res->bits^=negate; in decAddOp()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
H A D | g98.fuc0s | 405 // and negate or not, depending on mode
|
/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/linux/arch/m68k/fpsp040/ |
H A D | res_func.S | 467 | Inst is fneg. Execute the negate value function on the input.
|
/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/tcg/s390x/ |
H A D | tcg-target.c.inc | 2653 /* We can use the smaller 32-bit negate because only the
|