Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/math-emu/
Dfpu_trig.c1043 u_char esign; in fyl2x() local
1047 esign = SIGN_POS; in fyl2x()
1050 esign = SIGN_NEG; in fyl2x()
1056 setsign(&exponent, esign); in fyl2x()