Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c147 static inline int fisneg(float x) { in fisneg() function
223 if(fisneg(x)) return -1; in WRAPPER_FUNC()
229 if(fisneg(x)) ix+=m; // add 1-ε to magnitude if negative in WRAPPER_FUNC()
244 if(fisneg(x)) return MZERO; in WRAPPER_FUNC()
250 if(!fisneg(x)) ix+=m; // add 1-ε to magnitude if positive in WRAPPER_FUNC()
294 if(!fisneg(x)) return 1; // 1 << exp 2x; avoid generating infinities later in WRAPPER_FUNC()
306 if(!fisneg(x)) return logf( x )+LOG2f; // 1/x^2 << 1 in WRAPPER_FUNC()
316 if(fisneg(x)) x=fneg(x); in WRAPPER_FUNC()
363 if(fisneg(x)) { in fpowint_0()
411 if(fisneg(x)) { in fpow_0()
[all …]