Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hppa/spmath/ | |
sfcmp.c | 58 register int xorresult; local in function:sgl_fcmp 104 Sgl_xortointp1(left,right,xorresult); 105 if( xorresult < 0 ) |
dfcmp.c | 58 register int xorresult; local in function:dbl_fcmp 104 Dbl_xortointp1(leftp1,rightp1,xorresult); 105 if( xorresult < 0 ) |