Home | History | Annotate | Download | only in fpe

Lines Matching refs:fp_class

302 	switch (fp->fp_class) {
544 if (x->fp_class < 0 || y->fp_class < 0) {
546 x->fp_class =
547 (y->fp_class < x->fp_class) ? y->fp_class : x->fp_class;
548 } else if (x->fp_class == FPC_INF) {
549 if (y->fp_class == FPC_INF) {
553 x->fp_class = FPC_ZERO;
556 x->fp_class = FPC_NUM;
563 x->fp_class = FPC_NUM;
567 } else if (y->fp_class == FPC_INF) {
570 x->fp_class = FPC_NUM;
585 if (x->fp_class == FPC_INF) {
586 x->fp_class = FPC_NUM;
937 class_name[res->fp_class + 2],