Home
last modified time | relevance | path

Searched refs:exp_off (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dclst.c33 int exp_off; member
41 .exp_off = 0,
49 .exp_off = 1,
57 .exp_off = 2,
74 s1 != t->s1 + t->exp_off || in main()
75 s2 != t->s2 + t->exp_off) { in main()
/qemu/target/arm/
H A Dvfp_helper.c581 static uint64_t call_recip_estimate(int *exp, int exp_off, uint64_t frac) in call_recip_estimate() argument
601 result_exp = exp_off - *exp; in call_recip_estimate()
806 static uint64_t recip_sqrt_estimate(int *exp , int exp_off, uint64_t frac) in recip_sqrt_estimate() argument
828 *exp = (exp_off - *exp) / 2; in recip_sqrt_estimate()