Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/kernel/debug/
H A Dgdbstub.c294 int negate = 0; in kgdb_hex2long() local
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c229 static Accum accum_sub(Accum a, Accum b, int negate) in accum_sub()
/openbmc/linux/arch/arm/vfp/
H A Dvfpdouble.c851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) in vfp_double_multiply_accumulate()
H A Dvfpsingle.c895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) in vfp_single_multiply_accumulate()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.h178 static inline int negate(DisasContext *s, int x) in negate() function
/openbmc/linux/drivers/iio/addac/
H A Dad74115.c238 bool negate; member
/openbmc/linux/lib/
H A Dvsprintf.c3577 bool negate = (*fmt == '^'); in vsscanf() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c3952 uByte negate, uInt *status) { in decAddOp()