Revision 211315fb fpu/softfloat.h

b/fpu/softfloat.h
320 320
float32 float32_sqrt( float32 STATUS_PARAM );
321 321
float32 float32_exp2( float32 STATUS_PARAM );
322 322
float32 float32_log2( float32 STATUS_PARAM );
323
int float32_eq( float32, float32 STATUS_PARAM );
323
int float32_eq_quiet( float32, float32 STATUS_PARAM );
324 324
int float32_le( float32, float32 STATUS_PARAM );
325 325
int float32_lt( float32, float32 STATUS_PARAM );
326 326
int float32_unordered( float32, float32 STATUS_PARAM );
......
436 436
float64 float64_rem( float64, float64 STATUS_PARAM );
437 437
float64 float64_sqrt( float64 STATUS_PARAM );
438 438
float64 float64_log2( float64 STATUS_PARAM );
439
int float64_eq( float64, float64 STATUS_PARAM );
439
int float64_eq_quiet( float64, float64 STATUS_PARAM );
440 440
int float64_le( float64, float64 STATUS_PARAM );
441 441
int float64_lt( float64, float64 STATUS_PARAM );
442 442
int float64_unordered( float64, float64 STATUS_PARAM );
......
539 539
floatx80 floatx80_div( floatx80, floatx80 STATUS_PARAM );
540 540
floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
541 541
floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
542
int floatx80_eq( floatx80, floatx80 STATUS_PARAM );
542
int floatx80_eq_quiet( floatx80, floatx80 STATUS_PARAM );
543 543
int floatx80_le( floatx80, floatx80 STATUS_PARAM );
544 544
int floatx80_lt( floatx80, floatx80 STATUS_PARAM );
545 545
int floatx80_unordered( floatx80, floatx80 STATUS_PARAM );
......
624 624
float128 float128_div( float128, float128 STATUS_PARAM );
625 625
float128 float128_rem( float128, float128 STATUS_PARAM );
626 626
float128 float128_sqrt( float128 STATUS_PARAM );
627
int float128_eq( float128, float128 STATUS_PARAM );
627
int float128_eq_quiet( float128, float128 STATUS_PARAM );
628 628
int float128_le( float128, float128 STATUS_PARAM );
629 629
int float128_lt( float128, float128 STATUS_PARAM );
630 630
int float128_unordered( float128, float128 STATUS_PARAM );

Also available in: Unified diff