Searched refs:disneg (Results 1 – 1 of 1) sorted by relevance
150 static inline int disneg(double x) { in disneg() function226 if(disneg(x)) return -1; in WRAPPER_FUNC()232 if(disneg(x)) ix+=m; // add 1-ε to magnitude if negative in WRAPPER_FUNC()247 if(disneg(x)) return MZERO; in WRAPPER_FUNC()253 if(!disneg(x)) ix+=m; // add 1-ε to magnitude if positive in WRAPPER_FUNC()297 if(!disneg(x)) return 1; // 1 << exp 2x; avoid generating infinities later in WRAPPER_FUNC()309 if(!disneg(x)) return log( x )+LOG2; // 1/x^2 << 1 in WRAPPER_FUNC()319 if(disneg(x)) x=dneg(x); in WRAPPER_FUNC()407 if(disneg(x)) { in dpowint_0()455 if(disneg(x)) { in dpow_0()[all …]