Home
last modified time | relevance | path

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

/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()