Home
last modified time | relevance | path

Searched defs:is_odd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dpow.c438 is_odd (mpfr_srcptr y, mpfr_exp_t k) in is_odd() function
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtpow_all.c127 is_odd (mpfr_srcptr x) in is_odd() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h2578 bool is_odd = (am.mantissa & 1) == 1; in round_nearest_tie_even() local