Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsreal.h133 inline void normalize_up (int64_t new_sig, signed int new_exp);
201 sreal::normalize_up (int64_t new_sig, signed int new_exp) in normalize_up() function
277 normalize_up (new_sig, new_exp); in normalize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsreal.h133 inline void normalize_up (int64_t new_sig, signed int new_exp);
201 sreal::normalize_up (int64_t new_sig, signed int new_exp) in normalize_up() function
277 normalize_up (new_sig, new_exp); in normalize()
H A DChangeLog-20162691 * sreal.h (sreal::normalize_up): Use new SREAL_ABS and
H A DChangeLog-201811799 * sreal.h (normalize, normalize_up, normalize_down): Add new_sig/new_exp
H A DChangeLog-2014664 (sreal::normalize_up): New function.