Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/spmath/
H A Dfcnvxf.c68 if (Int_isinexact_to_sgl(src)) {
H A Dcnv_float.h52 #define Int_isinexact_to_sgl(int_value) (int_value << (33 - SGL_EXP_LENGTH)) macro