taglinefilesource code
FPU_st0_ptr543kernel/FPU-emu/errors.creg_move(&CONST_QNaN, FPU_st0_ptr = &st(0));
FPU_st0_ptr559kernel/FPU-emu/errors.creg_move(&CONST_QNaN, FPU_st0_ptr);
FPU_st0_ptr23kernel/FPU-emu/fpu_arith.creg_add(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr31kernel/FPU-emu/fpu_arith.creg_mul(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr40kernel/FPU-emu/fpu_arith.creg_sub(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr48kernel/FPU-emu/fpu_arith.creg_sub(&st(FPU_rm), FPU_st0_ptr, FPU_st0_ptr, control_word);
FPU_st0_ptr56kernel/FPU-emu/fpu_arith.creg_div(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr64kernel/FPU-emu/fpu_arith.creg_div(&st(FPU_rm), FPU_st0_ptr, FPU_st0_ptr, control_word);
FPU_st0_ptr73kernel/FPU-emu/fpu_arith.creg_add(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr81kernel/FPU-emu/fpu_arith.creg_mul(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr91kernel/FPU-emu/fpu_arith.creg_sub(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr101kernel/FPU-emu/fpu_arith.creg_sub(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word);
FPU_st0_ptr109kernel/FPU-emu/fpu_arith.creg_div(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr117kernel/FPU-emu/fpu_arith.creg_div(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word);
FPU_st0_ptr126kernel/FPU-emu/fpu_arith.cif ( !reg_add(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr135kernel/FPU-emu/fpu_arith.cif ( !reg_mul(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr147kernel/FPU-emu/fpu_arith.cif ( !reg_sub(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr158kernel/FPU-emu/fpu_arith.cif ( !reg_sub(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word) )
FPU_st0_ptr167kernel/FPU-emu/fpu_arith.cif ( !reg_div(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr176kernel/FPU-emu/fpu_arith.cif ( !reg_div(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word) )
FPU_st0_ptr131kernel/FPU-emu/fpu_aux.creg_move(sti_ptr, FPU_st0_ptr);   /* Masked response */
FPU_st0_ptr138kernel/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, sti_ptr);   /* Masked response */
FPU_st0_ptr143kernel/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr144kernel/FPU-emu/fpu_aux.creg_move(sti_ptr, FPU_st0_ptr);
FPU_st0_ptr167kernel/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &st(FPU_rm));
FPU_st0_ptr174kernel/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &st(FPU_rm));
FPU_st0_ptr94kernel/FPU-emu/fpu_emu.hextern  FPU_REG  *FPU_st0_ptr;
FPU_st0_ptr103kernel/FPU-emu/fpu_emu.h#define pop()  { FPU_st0_ptr->tag = TW_Empty; top++; }
FPU_st0_ptr106kernel/FPU-emu/fpu_emu.h#define push()  { top--; FPU_st0_ptr = st_new_ptr; }
FPU_st0_ptr143kernel/FPU-emu/fpu_entry.cFPU_REG       *FPU_st0_ptr;
FPU_st0_ptr314kernel/FPU-emu/fpu_entry.cFPU_st0_ptr = &st(0);
FPU_st0_ptr315kernel/FPU-emu/fpu_entry.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr339kernel/FPU-emu/fpu_entry.cFPU_st0_ptr = &st(0);
FPU_st0_ptr340kernel/FPU-emu/fpu_entry.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr366kernel/FPU-emu/fpu_entry.creal_2op_NaN(&FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr367kernel/FPU-emu/fpu_entry.cFPU_st0_ptr);
FPU_st0_ptr371kernel/FPU-emu/fpu_entry.creal_2op_NaN(FPU_st0_ptr, &FPU_loaded_data,
FPU_st0_ptr372kernel/FPU-emu/fpu_entry.cFPU_st0_ptr);
FPU_st0_ptr387kernel/FPU-emu/fpu_entry.cFPU_st0_ptr) )
FPU_st0_ptr405kernel/FPU-emu/fpu_entry.creg_add(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr410kernel/FPU-emu/fpu_entry.creg_mul(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr422kernel/FPU-emu/fpu_entry.creg_sub(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr427kernel/FPU-emu/fpu_entry.creg_sub(&FPU_loaded_data, FPU_st0_ptr, FPU_st0_ptr,
FPU_st0_ptr432kernel/FPU-emu/fpu_entry.creg_div(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr440kernel/FPU-emu/fpu_entry.creg_div(&FPU_loaded_data, FPU_st0_ptr, FPU_st0_ptr,
FPU_st0_ptr482kernel/FPU-emu/fpu_entry.cFPU_st0_ptr = &st(0);
FPU_st0_ptr483kernel/FPU-emu/fpu_entry.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr24kernel/FPU-emu/fpu_etc.cFPU_st0_ptr->sign ^= SIGN_POS^SIGN_NEG;
FPU_st0_ptr35kernel/FPU-emu/fpu_etc.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr51kernel/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_POS)
FPU_st0_ptr57kernel/FPU-emu/fpu_etc.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr61kernel/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_POS)
FPU_st0_ptr74kernel/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_POS)
FPU_st0_ptr103kernel/FPU-emu/fpu_etc.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr115kernel/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_NEG)
FPU_st0_ptr150kernel/FPU-emu/fpu_trig.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )   /* Signaling ? */
FPU_st0_ptr154kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sigh |= 0x40000000;    /* Convert to a QNaN */
FPU_st0_ptr175kernel/FPU-emu/fpu_trig.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )   /* Signaling ? */
FPU_st0_ptr182kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sigh |= 0x40000000;
FPU_st0_ptr185kernel/FPU-emu/fpu_trig.creg_move(&st(1), FPU_st0_ptr);
FPU_st0_ptr193kernel/FPU-emu/fpu_trig.creg_move(&st(1), FPU_st0_ptr);
FPU_st0_ptr215kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp >= 0 )
FPU_st0_ptr219kernel/FPU-emu/fpu_trig.celse if ( FPU_st0_ptr->exp >= -64 )
FPU_st0_ptr221kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr224kernel/FPU-emu/fpu_trig.cpoly_2xm1(FPU_st0_ptr, &rv);
FPU_st0_ptr225kernel/FPU-emu/fpu_trig.creg_mul(&rv, FPU_st0_ptr, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr232kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr233kernel/FPU-emu/fpu_trig.cpoly_2xm1(FPU_st0_ptr, &rv);
FPU_st0_ptr234kernel/FPU-emu/fpu_trig.creg_mul(&rv, FPU_st0_ptr, &rv, FULL_PRECISION);
FPU_st0_ptr236kernel/FPU-emu/fpu_trig.creg_div(&rv, &tmp, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr237kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_NEG;
FPU_st0_ptr243kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr247kernel/FPU-emu/fpu_trig.creg_mul(&CONST_LN2, FPU_st0_ptr, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr255kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr258kernel/FPU-emu/fpu_trig.creg_move(&CONST_1, FPU_st0_ptr);
FPU_st0_ptr259kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_NEG;
FPU_st0_ptr272kernel/FPU-emu/fpu_trig.cchar arg_sign = FPU_st0_ptr->sign;
FPU_st0_ptr294kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp > EXP_BIAS - 40 )
FPU_st0_ptr296kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr297kernel/FPU-emu/fpu_trig.cif ( (q = trig_arg(FPU_st0_ptr, FPTAN)) != -1 )
FPU_st0_ptr299kernel/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, &CONST_PI2, FPU_st0_ptr,
FPU_st0_ptr301kernel/FPU-emu/fpu_trig.cpoly_tan(FPU_st0_ptr, FPU_st0_ptr, q & FCOS);
FPU_st0_ptr302kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = (q & 1) ^ arg_sign;
FPU_st0_ptr307kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = arg_sign;         /* restore st(0) */
FPU_st0_ptr316kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr325kernel/FPU-emu/fpu_trig.cif ( arith_underflow(FPU_st0_ptr) )
FPU_st0_ptr332kernel/FPU-emu/fpu_trig.creg_move(&CONST_1, FPU_st0_ptr);
FPU_st0_ptr337kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr342kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr347kernel/FPU-emu/fpu_trig.creg_move(&CONST_1, FPU_st0_ptr);
FPU_st0_ptr360kernel/FPU-emu/fpu_trig.cregister FPU_REG *st1_ptr = FPU_st0_ptr;  /* anticipate */
FPU_st0_ptr370kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr375kernel/FPU-emu/fpu_trig.creg_move(st1_ptr, FPU_st0_ptr);
FPU_st0_ptr376kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = EXP_BIAS;
FPU_st0_ptr383kernel/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr384kernel/FPU-emu/fpu_trig.cif ( divide_by_zero(SIGN_NEG, FPU_st0_ptr) )
FPU_st0_ptr387kernel/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr388kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr393kernel/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr394kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr396kernel/FPU-emu/fpu_trig.creg_move(&CONST_INF, FPU_st0_ptr);
FPU_st0_ptr397kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr402kernel/FPU-emu/fpu_trig.cif ( real_2op_NaN(FPU_st0_ptr, FPU_st0_ptr, FPU_st0_ptr) )
FPU_st0_ptr405kernel/FPU-emu/fpu_trig.creg_move(st1_ptr, FPU_st0_ptr);
FPU_st0_ptr447kernel/FPU-emu/fpu_trig.cif (FPU_st0_ptr->sign == SIGN_NEG)
FPU_st0_ptr449kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);  /* sqrt(negative) is invalid */
FPU_st0_ptr454kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr458kernel/FPU-emu/fpu_trig.cexpon = FPU_st0_ptr->exp - EXP_BIAS;
FPU_st0_ptr459kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = EXP_BIAS + (expon & 1);  /* make st(0) in  [1.0 .. 4.0) */
FPU_st0_ptr461kernel/FPU-emu/fpu_trig.cwm_sqrt(FPU_st0_ptr, control_word);  /* Do the computation */
FPU_st0_ptr463kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->exp += expon >> 1;
FPU_st0_ptr464kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr470kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr471kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);  /* sqrt(-Infinity) is invalid */
FPU_st0_ptr486kernel/FPU-emu/fpu_trig.cif (FPU_st0_ptr->exp > EXP_BIAS+63)
FPU_st0_ptr490kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr495kernel/FPU-emu/fpu_trig.cif ( (flags = round_to_int(FPU_st0_ptr)) )
FPU_st0_ptr498kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = EXP_BIAS + 63;
FPU_st0_ptr499kernel/FPU-emu/fpu_trig.cnormalize(FPU_st0_ptr);
FPU_st0_ptr511kernel/FPU-emu/fpu_trig.cchar arg_sign = FPU_st0_ptr->sign;
FPU_st0_ptr518kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp > EXP_BIAS - 40 )
FPU_st0_ptr520kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr521kernel/FPU-emu/fpu_trig.cif ( (q = trig_arg(FPU_st0_ptr, 0)) != -1 )
FPU_st0_ptr523kernel/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, &CONST_PI2, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr525kernel/FPU-emu/fpu_trig.cpoly_sine(FPU_st0_ptr, &rv);
FPU_st0_ptr530kernel/FPU-emu/fpu_trig.creg_move(&rv, FPU_st0_ptr);
FPU_st0_ptr539kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = arg_sign;         /* restore st(0) */
FPU_st0_ptr548kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr557kernel/FPU-emu/fpu_trig.carith_underflow(FPU_st0_ptr);
FPU_st0_ptr572kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr640kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr653kernel/FPU-emu/fpu_trig.cf_cos(FPU_st0_ptr);
FPU_st0_ptr686kernel/FPU-emu/fpu_trig.cif ( !arith_invalid(FPU_st0_ptr) )
FPU_st0_ptr690kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr695kernel/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr,&arg);
FPU_st0_ptr700kernel/FPU-emu/fpu_trig.creg_move(&arg,FPU_st0_ptr);
FPU_st0_ptr743kernel/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr749kernel/FPU-emu/fpu_trig.cint expdif = FPU_st0_ptr->exp - st1_ptr->exp;
FPU_st0_ptr755kernel/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr772kernel/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f);
FPU_st0_ptr780kernel/FPU-emu/fpu_trig.crem_kernel(significand(FPU_st0_ptr),
FPU_st0_ptr789kernel/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr837kernel/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr847kernel/FPU-emu/fpu_trig.crem_kernel(significand(FPU_st0_ptr),
FPU_st0_ptr866kernel/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr867kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr881kernel/FPU-emu/fpu_trig.creg_move(&tmp, FPU_st0_ptr);
FPU_st0_ptr886kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (FPU_st0_ptr->tag != TW_Zero)
FPU_st0_ptr888kernel/FPU-emu/fpu_trig.carith_underflow(FPU_st0_ptr);
FPU_st0_ptr909kernel/FPU-emu/fpu_trig.c{ arith_invalid(FPU_st0_ptr); return; } /* fprem(?,0) always invalid */
FPU_st0_ptr917kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* fprem(Valid,Zero) is invalid */
FPU_st0_ptr923kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr938kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* fprem(Infinity,?) is invalid */
FPU_st0_ptr950kernel/FPU-emu/fpu_trig.creal_2op_NaN(st1_ptr, FPU_st0_ptr, FPU_st0_ptr);
FPU_st0_ptr964kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr969kernel/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr980kernel/FPU-emu/fpu_trig.cpoly_l2(FPU_st0_ptr, FPU_st0_ptr);
FPU_st0_ptr987kernel/FPU-emu/fpu_trig.creg_mul(FPU_st0_ptr, st1_ptr, st1_ptr, FULL_PRECISION);
FPU_st0_ptr989kernel/FPU-emu/fpu_trig.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr1006kernel/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1025kernel/FPU-emu/fpu_trig.celse if ( FPU_st0_ptr->tag == TW_Infinity )
FPU_st0_ptr1044kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1053kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1057kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS;
FPU_st0_ptr1058kernel/FPU-emu/fpu_trig.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr1059kernel/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr1060kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1067kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->sign == SIGN_NEG) || (st1_tag == TW_Zero) )
FPU_st0_ptr1083kernel/FPU-emu/fpu_trig.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr1084kernel/FPU-emu/fpu_trig.creg_move(&CONST_INF, FPU_st0_ptr);
FPU_st0_ptr1085kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1090kernel/FPU-emu/fpu_trig.celse if ( (FPU_st0_tag == TW_Valid) && (FPU_st0_ptr->sign == SIGN_POS) )
FPU_st0_ptr1092kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp >= EXP_BIAS )
FPU_st0_ptr1094kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp == EXP_BIAS) &&
FPU_st0_ptr1095kernel/FPU-emu/fpu_trig.c(FPU_st0_ptr->sigh == 0x80000000) &&
FPU_st0_ptr1096kernel/FPU-emu/fpu_trig.c(FPU_st0_ptr->sigl == 0) )
FPU_st0_ptr1112kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1124kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->tag == TW_Zero )
FPU_st0_ptr1150kernel/FPU-emu/fpu_trig.cchar st1_sign = st1_ptr->sign, st0_sign = FPU_st0_ptr->sign;
FPU_st0_ptr1160kernel/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr1170kernel/FPU-emu/fpu_trig.cst1_ptr->sign = FPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr1174kernel/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, st1_ptr, &sum, FULL_PRECISION);
FPU_st0_ptr1180kernel/FPU-emu/fpu_trig.c(st1_ptr->exp - FPU_st0_ptr->exp < -64) )
FPU_st0_ptr1184kernel/FPU-emu/fpu_trig.creg_div(st1_ptr, FPU_st0_ptr, st1_ptr,
FPU_st0_ptr1191kernel/FPU-emu/fpu_trig.creg_div(st1_ptr, FPU_st0_ptr, &sum, FULL_PRECISION);
FPU_st0_ptr1219kernel/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1230kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr1245kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr1262kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1279kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1284kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr1336kernel/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr1346kernel/FPU-emu/fpu_trig.cif ( poly_l2p1(FPU_st0_ptr, FPU_st0_ptr) )
FPU_st0_ptr1365kernel/FPU-emu/fpu_trig.creg_mul(FPU_st0_ptr, st1_ptr, st1_ptr, FULL_PRECISION);
FPU_st0_ptr1384kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign ^= st1_ptr->sign;
FPU_st0_ptr1385kernel/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr, st1_ptr);
FPU_st0_ptr1396kernel/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1413kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1415kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp >= EXP_BIAS )
FPU_st0_ptr1426kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1433kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1440kernel/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1442kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp >= EXP_BIAS) &&
FPU_st0_ptr1443kernel/FPU-emu/fpu_trig.c!((FPU_st0_ptr->sigh == 0x80000000) &&
FPU_st0_ptr1444kernel/FPU-emu/fpu_trig.c(FPU_st0_ptr->sigl == 0)) )
FPU_st0_ptr1455kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1462kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1469kernel/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1476kernel/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1484kernel/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1488kernel/FPU-emu/fpu_trig.celse if ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1549kernel/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr1558kernel/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr1571kernel/FPU-emu/fpu_trig.csign = FPU_st0_ptr->sign;
FPU_st0_ptr1572kernel/FPU-emu/fpu_trig.creg_move(&CONST_INF, FPU_st0_ptr);
FPU_st0_ptr1573kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1578kernel/FPU-emu/fpu_trig.csign = FPU_st0_ptr->sign;
FPU_st0_ptr1579kernel/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr1580kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1591kernel/FPU-emu/fpu_trig.cscale += FPU_st0_ptr->exp;
FPU_st0_ptr1592kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = scale;
FPU_st0_ptr1595kernel/FPU-emu/fpu_trig.cround_reg(FPU_st0_ptr, 0, control_word);
FPU_st0_ptr1605kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1614kernel/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1619kernel/FPU-emu/fpu_trig.c{ reg_move(&CONST_INF, FPU_st0_ptr); }
FPU_st0_ptr1621kernel/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr1622kernel/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1626kernel/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr1647kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* Zero scaled by +Infinity */
FPU_st0_ptr1652kernel/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr1671kernel/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* Infinity scaled by -Infinity */
FPU_st0_ptr1675kernel/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr1680kernel/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr63kernel/FPU-emu/load_store.cFPU_st0_ptr = pop_ptr;      /* Set the global variables. */
FPU_st0_ptr64kernel/FPU-emu/load_store.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr28kernel/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag | b->tag )
FPU_st0_ptr30kernel/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag == TW_Zero )
FPU_st0_ptr45kernel/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag == TW_Valid )
FPU_st0_ptr47kernel/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B
FPU_st0_ptr50kernel/FPU-emu/reg_compare.c| ((FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr57kernel/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag == TW_Infinity )
FPU_st0_ptr61kernel/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B
FPU_st0_ptr72kernel/FPU-emu/reg_compare.creturn (FPU_st0_ptr->sign == b->sign) ? COMP_A_eq_B :
FPU_st0_ptr73kernel/FPU-emu/reg_compare.c((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
FPU_st0_ptr79kernel/FPU-emu/reg_compare.cif ( (FPU_st0_ptr->tag == TW_Valid) || (FPU_st0_ptr->tag == TW_Zero) )
FPU_st0_ptr83kernel/FPU-emu/reg_compare.c| (((FPU_st0_ptr->tag == TW_Valid)
FPU_st0_ptr84kernel/FPU-emu/reg_compare.c&& (FPU_st0_ptr->exp <= EXP_UNDER)) ?
FPU_st0_ptr94kernel/FPU-emu/reg_compare.cif ( (FPU_st0_ptr->tag == TW_NaN) || (b->tag == TW_NaN) )
FPU_st0_ptr96kernel/FPU-emu/reg_compare.cif ( ((FPU_st0_ptr->tag == TW_NaN) && !(FPU_st0_ptr->sigh & 0x40000000))
FPU_st0_ptr109kernel/FPU-emu/reg_compare.cif (!(FPU_st0_ptr->sigh & 0x80000000)) EXCEPTION(EX_Invalid);
FPU_st0_ptr114kernel/FPU-emu/reg_compare.cif (FPU_st0_ptr->sign != b->sign)
FPU_st0_ptr116kernel/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
FPU_st0_ptr119kernel/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr125kernel/FPU-emu/reg_compare.cdiff = FPU_st0_ptr->exp - b->exp;
FPU_st0_ptr128kernel/FPU-emu/reg_compare.cdiff = FPU_st0_ptr->sigh - b->sigh;  /* Works only if ms bits are
FPU_st0_ptr132kernel/FPU-emu/reg_compare.cdiff = FPU_st0_ptr->sigl > b->sigl;
FPU_st0_ptr134kernel/FPU-emu/reg_compare.cdiff = -(FPU_st0_ptr->sigl < b->sigl);
FPU_st0_ptr140kernel/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
FPU_st0_ptr143kernel/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr150kernel/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
FPU_st0_ptr153kernel/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr162kernel/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr344kernel/FPU-emu/reg_compare.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr373kernel/FPU-emu/reg_compare.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr69kernel/FPU-emu/reg_constant.creg_move(c, FPU_st0_ptr);
FPU_st0_ptr442kernel/FPU-emu/reg_ld_str.cwrite_to_extended(FPU_st0_ptr, (char *) FPU_data_address);
FPU_st0_ptr478kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr489kernel/FPU-emu/reg_ld_str.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr507kernel/FPU-emu/reg_ld_str.c(FPU_st0_ptr->sigl & 0x000007ff)) )
FPU_st0_ptr618kernel/FPU-emu/reg_ld_str.cl[0] = (FPU_st0_ptr->sigl >> 11) | (FPU_st0_ptr->sigh << 21);
FPU_st0_ptr619kernel/FPU-emu/reg_ld_str.cl[1] = ((FPU_st0_ptr->sigh >> 11) & 0xfffff);
FPU_st0_ptr620kernel/FPU-emu/reg_ld_str.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )
FPU_st0_ptr648kernel/FPU-emu/reg_ld_str.cif (FPU_st0_ptr->sign)
FPU_st0_ptr673kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr684kernel/FPU-emu/reg_ld_str.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr702kernel/FPU-emu/reg_ld_str.c((FPU_st0_ptr->sigh & 0x000000ff) || FPU_st0_ptr->sigl)) )
FPU_st0_ptr803kernel/FPU-emu/reg_ld_str.ctempl = FPU_st0_ptr->sigh >> 8;
FPU_st0_ptr804kernel/FPU-emu/reg_ld_str.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )
FPU_st0_ptr838kernel/FPU-emu/reg_ld_str.cif (FPU_st0_ptr->sign)
FPU_st0_ptr871kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr929kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr983kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr1025kernel/FPU-emu/reg_ld_str.cunsigned char sign = (FPU_st0_ptr->sign == SIGN_NEG) ? 0x80 : 0;
FPU_st0_ptr1034kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);