Lines Matching refs:fphi

270         struct fp80 fphi;  member
315 if ( ((y)->ex+(y)->fphi.exponent-134 < \
316 (x)->ex+(x)->fphi.exponent) && \
317 ((x)->ex+(x)->fphi.exponent < \
318 (y)->ex+(y)->fphi.exponent+134) && \
319 !SIGNIFICAND_ZERO_80(&((x)->fphi)) && \
320 !SIGNIFICAND_ZERO_80(&((y)->fphi)) ) \
350 } else if ( SIGNIFICAND_ZERO_80(&((x)->fphi)) || \
351 ((y)->ex+(y)->fphi.exponent-BIAS_80 - 134 >= \
352 (x)->ex+(x)->fphi.exponent-BIAS_80) ) \
362 if ( ((y)->ex+(y)->fphi.exponent-134 < \
363 (x)->ex+(x)->fphi.exponent) && \
364 ((x)->ex+(x)->fphi.exponent < \
365 (y)->ex+(y)->fphi.exponent+134) && \
366 !SIGNIFICAND_ZERO_80(&((x)->fphi)) && \
367 !SIGNIFICAND_ZERO_80(&((y)->fphi)) ) \
396 } else if ( SIGNIFICAND_ZERO_80(&((x)->fphi)) || \
397 ((y)->ex+(y)->fphi.exponent-BIAS_80 - 134 >= \
398 (x)->ex+(x)->fphi.exponent-BIAS_80) ) \
414 if ( ((x)->fphi.exponent-BIAS_80<-8000) || \
415 ((x)->fphi.exponent-BIAS_80>+8000) || \
416 ((y)->fphi.exponent-BIAS_80<-8000) || \
417 ((y)->fphi.exponent-BIAS_80>+8000) ) \
460 if ( ((y)->ex+(y)->fphi.exponent-134 < \
461 (x)->ex+(x)->fphi.exponent) && \
462 ((x)->ex+(x)->fphi.exponent < \
463 (y)->ex+(y)->fphi.exponent+134) && \
464 !SIGNIFICAND_ZERO_80(&((x)->fphi)) && \
465 !SIGNIFICAND_ZERO_80(&((y)->fphi)) ) \
495 } else if ( SIGNIFICAND_ZERO_80(&((x)->fphi)) || \
496 ((y)->ex+(y)->fphi.exponent-BIAS_80 - 134 >= \
497 (x)->ex+(x)->fphi.exponent-BIAS_80) ) \
509 if ( ((y)->ex+(y)->fphi.exponent-134 < \
510 (x)->ex+(x)->fphi.exponent) && \
511 ((x)->ex+(x)->fphi.exponent < \
512 (y)->ex+(y)->fphi.exponent+134) && \
513 !SIGNIFICAND_ZERO_80(&((x)->fphi)) && \
514 !SIGNIFICAND_ZERO_80(&((y)->fphi)) ) \
543 } else if ( SIGNIFICAND_ZERO_80(&((x)->fphi)) || \
544 ((y)->ex+(y)->fphi.exponent-BIAS_80 - 134 >= \
545 (x)->ex+(x)->fphi.exponent-BIAS_80) ) \
563 if ( ((x)->fphi.exponent-BIAS_80<-8000) || \
564 ((x)->fphi.exponent-BIAS_80>+8000) || \
565 ((y)->fphi.exponent-BIAS_80<-8000) || \
566 ((y)->fphi.exponent-BIAS_80>+8000) ) \
621 if ( ((x)->fphi.exponent-BIAS_80<-8000) || \
622 ((x)->fphi.exponent-BIAS_80>+8000) || \
623 ((y)->fphi.exponent-BIAS_80<-8000) || \
624 ((y)->fphi.exponent-BIAS_80>+8000) ) \
667 if ( ((x)->fphi.exponent-BIAS_80<-8000) || \
668 ((x)->fphi.exponent-BIAS_80>+8000) || \
669 ((y)->fphi.exponent-BIAS_80<-8000) || \
670 ((y)->fphi.exponent-BIAS_80>+8000) ) \
721 if ( ((x)->fphi.exponent-BIAS_80<-16000) || \
722 ((x)->fphi.exponent-BIAS_80>+16000) ) \