Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dfpu_helper.c36 #define MAXTAN 9223372036854775808.0 macro
676 if((fptemp > MAXTAN)||(fptemp < -MAXTAN)) { in helper_fptan()
860 if ((fptemp > MAXTAN)||(fptemp < -MAXTAN)) { in helper_fsincos()
888 if ((fptemp > MAXTAN)||(fptemp < -MAXTAN)) { in helper_fsin()
901 if((fptemp > MAXTAN)||(fptemp < -MAXTAN)) { in helper_fcos()