Home
last modified time | relevance | path

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

/linux-4.4.14/lib/mpi/
Dmpi-pow.c43 int esign, msign, bsign, rsign; in mpi_powm() local
55 esign = exp->sign; in mpi_powm()
/linux-4.4.14/arch/x86/math-emu/
Dfpu_trig.c1042 u_char esign; in fyl2x() local
1046 esign = SIGN_POS; in fyl2x()
1049 esign = SIGN_NEG; in fyl2x()
1055 setsign(&exponent, esign); in fyl2x()