HomeSort by: relevance | last modified time | path
    Searched refs:Sgl_set_mantissa (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hppa/spmath/
fcnvxf.c 92 Sgl_set_mantissa(result, src >> (SGL_EXP_LENGTH-1));
240 Sgl_set_mantissa(result, (srcp1 >> (SGL_EXP_LENGTH - 1)));
fcnvff.c 184 Sgl_set_mantissa(result,Dallp1(srcp1)<<3 | Dallp2(srcp2)>>29);
sfdiv.c 283 Sgl_set_mantissa(result,opnd3);
sfmpy.c 268 Sgl_set_mantissa(result,opnd3);
sgl_float.h 182 #define Sgl_set_mantissa(dest,value) Deposit_smantissa(dest,value)

Completed in 12 milliseconds