Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/math-emu/
Dfpu_trig.c1048 u_char esign; in fyl2x() local
1052 esign = SIGN_POS; in fyl2x()
1055 esign = SIGN_NEG; in fyl2x()
1061 setsign(&exponent, esign); in fyl2x()