Searched refs:emin (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/libdecnumber/ |
H A D | decContext.c | 96 context->emin=DEC_MIN_EMIN; /* .. balanced */ in decContextDefault() 111 context->emin=-95; /* Emin */ in decContextDefault() 122 context->emin=-383; /* Emin */ in decContextDefault() 133 context->emin=-6143; /* Emin */ in decContextDefault()
|
H A D | decNumber.c | 869 if ((dn->exponent-1<set->emin-dn->digits) in decNumberFromString() 1298 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */ in decNumberFMA() 1640 aset.emin=-DEC_MAX_MATH; /* .. */ in decNumberLog10() 2258 aset.emin=-DEC_MAX_MATH; /* .. */ in decNumberPower() 3185 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3199 approxset.emin-=exp/2; /* adjust to match a */ in decNumberSquareRoot() 3257 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in decNumberSquareRoot() 3259 if (ae>=set->emin*2) status&=~DEC_Underflow; in decNumberSquareRoot() 3674 if (ae<set->emin) return 0; /* is subnormal */ in decNumberIsNormal() 3694 if (ae<set->emin) return 1; /* is subnormal */ in decNumberIsSubnormal() [all …]
|
/openbmc/linux/include/linux/ |
H A D | page_counter.h | 19 unsigned long emin; member
|
H A D | memcontrol.h | 626 *min = READ_ONCE(memcg->memory.emin); in mem_cgroup_protection() 661 return READ_ONCE(memcg->memory.emin) >= in mem_cgroup_below_min()
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decContext.h | 84 int32_t emin; /* minimum negative exponent */ member
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1925 #define VSX_TDIV(op, nels, tp, fld, emin, emax, nbits) \ argument 1946 } else if ((e_b <= emin) || (e_b >= (emax - 2))) { \ 1950 ((e_a - e_b) <= (emin + 1)) || \ 1951 (e_a <= (emin + nbits)))) { \ 1982 #define VSX_TSQRT(op, nels, tp, fld, emin, nbits) \ argument 2004 (e_b <= (emin + nbits))) { \
|
/openbmc/linux/mm/ |
H A D | memcontrol.c | 7026 memcg->memory.emin = READ_ONCE(memcg->memory.min); in mem_cgroup_calculate_protection() 7033 WRITE_ONCE(memcg->memory.emin, effective_protection(usage, parent_usage, in mem_cgroup_calculate_protection() 7035 READ_ONCE(parent->memory.emin), in mem_cgroup_calculate_protection()
|