Home
last modified time | relevance | path

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

/Linux-v5.10/arch/parisc/math-emu/
Dfcnvxf.c88 if (Int_isinexact_to_sgl(src)) { in sgl_to_sgl_fcnvxf()
Dcnv_float.h50 #define Int_isinexact_to_sgl(int_value) ((int_value << 33 - SGL_EXP_LENGTH) != 0) macro