Home
last modified time | relevance | path

Searched defs:sgn (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/ppc/
H A Ddfp_helper.c1091 static inline void dfp_set_sign_64(ppc_vsr_t *t, uint8_t sgn) in dfp_set_sign_64()
1097 static inline void dfp_set_sign_128(ppc_vsr_t *t, uint8_t sgn) in dfp_set_sign_128()
H A Dint_helper.c2213 static int bcd_preferred_sgn(int sgn, int ps) in bcd_preferred_sgn()
/openbmc/linux/drivers/media/tuners/
H A Dtda18271-fe.c434 int sgn, bcal, count, wait, ret; in tda18271_powerscan() local
/openbmc/linux/drivers/media/dvb-frontends/
H A Dlg2160.c560 static int lg216x_get_sgn(struct lg216x_state *state, u8 *sgn) in lg216x_get_sgn()
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_data.c169 struct scatterlist *sg, *sgn, *sgf, *sgl; in clone_range_of_sgt_for_slice() local
/openbmc/qemu/target/arm/tcg/
H A Dgengvec.c1213 TCGv_vec sgn = tcg_constant_vec_matching(dst, vece, 0x80); in gen_sshl_vec() local
/openbmc/linux/lib/
H A Dtest_bpf.c826 static const int sgn[][2] = {{1, 1}, {1, -1}, {-1, 1}, {-1, -1}}; in __bpf_fill_pattern() local