Searched refs:Int_isinexact_to_sgl (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/parisc/math-emu/ | ||
D | fcnvxf.c | 101 if (Int_isinexact_to_sgl(src)) { in sgl_to_sgl_fcnvxf() |
D | cnv_float.h | 63 #define Int_isinexact_to_sgl(int_value) (int_value << 33 - SGL_EXP_LENGTH) macro |