taglinefilesource code
FPU_st0_ptr547drivers/FPU-emu/errors.creg_move(&CONST_QNaN, FPU_st0_ptr = &st(0));
FPU_st0_ptr563drivers/FPU-emu/errors.creg_move(&CONST_QNaN, FPU_st0_ptr);
FPU_st0_ptr23drivers/FPU-emu/fpu_arith.creg_add(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr31drivers/FPU-emu/fpu_arith.creg_mul(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr40drivers/FPU-emu/fpu_arith.creg_sub(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr48drivers/FPU-emu/fpu_arith.creg_sub(&st(FPU_rm), FPU_st0_ptr, FPU_st0_ptr, control_word);
FPU_st0_ptr56drivers/FPU-emu/fpu_arith.creg_div(FPU_st0_ptr, &st(FPU_rm), FPU_st0_ptr, control_word);
FPU_st0_ptr64drivers/FPU-emu/fpu_arith.creg_div(&st(FPU_rm), FPU_st0_ptr, FPU_st0_ptr, control_word);
FPU_st0_ptr73drivers/FPU-emu/fpu_arith.creg_add(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr81drivers/FPU-emu/fpu_arith.creg_mul(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr91drivers/FPU-emu/fpu_arith.creg_sub(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr101drivers/FPU-emu/fpu_arith.creg_sub(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word);
FPU_st0_ptr109drivers/FPU-emu/fpu_arith.creg_div(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word);
FPU_st0_ptr117drivers/FPU-emu/fpu_arith.creg_div(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word);
FPU_st0_ptr126drivers/FPU-emu/fpu_arith.cif ( !reg_add(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr135drivers/FPU-emu/fpu_arith.cif ( !reg_mul(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr147drivers/FPU-emu/fpu_arith.cif ( !reg_sub(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr158drivers/FPU-emu/fpu_arith.cif ( !reg_sub(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word) )
FPU_st0_ptr167drivers/FPU-emu/fpu_arith.cif ( !reg_div(FPU_st0_ptr, &st(FPU_rm), &st(FPU_rm), control_word) )
FPU_st0_ptr176drivers/FPU-emu/fpu_arith.cif ( !reg_div(&st(FPU_rm), FPU_st0_ptr, &st(FPU_rm), control_word) )
FPU_st0_ptr131drivers/FPU-emu/fpu_aux.creg_move(sti_ptr, FPU_st0_ptr);   /* Masked response */
FPU_st0_ptr138drivers/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, sti_ptr);   /* Masked response */
FPU_st0_ptr143drivers/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr144drivers/FPU-emu/fpu_aux.creg_move(sti_ptr, FPU_st0_ptr);
FPU_st0_ptr167drivers/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &st(FPU_rm));
FPU_st0_ptr174drivers/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &st(FPU_rm));
FPU_st0_ptr94drivers/FPU-emu/fpu_emu.hextern  FPU_REG  *FPU_st0_ptr;
FPU_st0_ptr103drivers/FPU-emu/fpu_emu.h#define pop()  { FPU_st0_ptr->tag = TW_Empty; top++; }
FPU_st0_ptr106drivers/FPU-emu/fpu_emu.h#define push()  { top--; FPU_st0_ptr = st_new_ptr; }
FPU_st0_ptr139drivers/FPU-emu/fpu_entry.cFPU_REG       *FPU_st0_ptr;
FPU_st0_ptr321drivers/FPU-emu/fpu_entry.cFPU_st0_ptr = &st(0);
FPU_st0_ptr322drivers/FPU-emu/fpu_entry.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr346drivers/FPU-emu/fpu_entry.cFPU_st0_ptr = &st(0);
FPU_st0_ptr347drivers/FPU-emu/fpu_entry.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr373drivers/FPU-emu/fpu_entry.creal_2op_NaN(&FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr374drivers/FPU-emu/fpu_entry.cFPU_st0_ptr);
FPU_st0_ptr378drivers/FPU-emu/fpu_entry.creal_2op_NaN(FPU_st0_ptr, &FPU_loaded_data,
FPU_st0_ptr379drivers/FPU-emu/fpu_entry.cFPU_st0_ptr);
FPU_st0_ptr394drivers/FPU-emu/fpu_entry.cFPU_st0_ptr) )
FPU_st0_ptr412drivers/FPU-emu/fpu_entry.creg_add(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr417drivers/FPU-emu/fpu_entry.creg_mul(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr429drivers/FPU-emu/fpu_entry.creg_sub(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr434drivers/FPU-emu/fpu_entry.creg_sub(&FPU_loaded_data, FPU_st0_ptr, FPU_st0_ptr,
FPU_st0_ptr439drivers/FPU-emu/fpu_entry.creg_div(FPU_st0_ptr, &FPU_loaded_data, FPU_st0_ptr,
FPU_st0_ptr447drivers/FPU-emu/fpu_entry.creg_div(&FPU_loaded_data, FPU_st0_ptr, FPU_st0_ptr,
FPU_st0_ptr489drivers/FPU-emu/fpu_entry.cFPU_st0_ptr = &st(0);
FPU_st0_ptr490drivers/FPU-emu/fpu_entry.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr24drivers/FPU-emu/fpu_etc.cFPU_st0_ptr->sign ^= SIGN_POS^SIGN_NEG;
FPU_st0_ptr35drivers/FPU-emu/fpu_etc.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr51drivers/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_POS)
FPU_st0_ptr57drivers/FPU-emu/fpu_etc.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr61drivers/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_POS)
FPU_st0_ptr74drivers/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_POS)
FPU_st0_ptr103drivers/FPU-emu/fpu_etc.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr115drivers/FPU-emu/fpu_etc.cif (FPU_st0_ptr->sign == SIGN_NEG)
FPU_st0_ptr174drivers/FPU-emu/fpu_trig.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )   /* Signaling ? */
FPU_st0_ptr178drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sigh |= 0x40000000;    /* Convert to a QNaN */
FPU_st0_ptr199drivers/FPU-emu/fpu_trig.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )   /* Signaling ? */
FPU_st0_ptr206drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sigh |= 0x40000000;
FPU_st0_ptr209drivers/FPU-emu/fpu_trig.creg_move(&st(1), FPU_st0_ptr);
FPU_st0_ptr217drivers/FPU-emu/fpu_trig.creg_move(&st(1), FPU_st0_ptr);
FPU_st0_ptr239drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp >= 0 )
FPU_st0_ptr243drivers/FPU-emu/fpu_trig.celse if ( FPU_st0_ptr->exp >= -64 )
FPU_st0_ptr245drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr248drivers/FPU-emu/fpu_trig.cpoly_2xm1(FPU_st0_ptr, &rv);
FPU_st0_ptr249drivers/FPU-emu/fpu_trig.creg_mul(&rv, FPU_st0_ptr, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr256drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr257drivers/FPU-emu/fpu_trig.cpoly_2xm1(FPU_st0_ptr, &rv);
FPU_st0_ptr258drivers/FPU-emu/fpu_trig.creg_mul(&rv, FPU_st0_ptr, &rv, FULL_PRECISION);
FPU_st0_ptr260drivers/FPU-emu/fpu_trig.creg_div(&rv, &tmp, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr261drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_NEG;
FPU_st0_ptr267drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr271drivers/FPU-emu/fpu_trig.creg_mul(&CONST_LN2, FPU_st0_ptr, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr279drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr282drivers/FPU-emu/fpu_trig.creg_move(&CONST_1, FPU_st0_ptr);
FPU_st0_ptr283drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_NEG;
FPU_st0_ptr296drivers/FPU-emu/fpu_trig.cchar arg_sign = FPU_st0_ptr->sign;
FPU_st0_ptr318drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp > EXP_BIAS - 40 )
FPU_st0_ptr320drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr321drivers/FPU-emu/fpu_trig.cif ( (q = trig_arg(FPU_st0_ptr, FPTAN)) != -1 )
FPU_st0_ptr323drivers/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, &CONST_PI2, FPU_st0_ptr,
FPU_st0_ptr325drivers/FPU-emu/fpu_trig.cpoly_tan(FPU_st0_ptr, FPU_st0_ptr, q & FCOS);
FPU_st0_ptr326drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = (q & 1) ^ arg_sign;
FPU_st0_ptr331drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = arg_sign;         /* restore st(0) */
FPU_st0_ptr340drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr349drivers/FPU-emu/fpu_trig.cif ( arith_underflow(FPU_st0_ptr) )
FPU_st0_ptr356drivers/FPU-emu/fpu_trig.creg_move(&CONST_1, FPU_st0_ptr);
FPU_st0_ptr361drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr366drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr371drivers/FPU-emu/fpu_trig.creg_move(&CONST_1, FPU_st0_ptr);
FPU_st0_ptr384drivers/FPU-emu/fpu_trig.cregister FPU_REG *st1_ptr = FPU_st0_ptr;  /* anticipate */
FPU_st0_ptr394drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr399drivers/FPU-emu/fpu_trig.creg_move(st1_ptr, FPU_st0_ptr);
FPU_st0_ptr400drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = EXP_BIAS;
FPU_st0_ptr407drivers/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr408drivers/FPU-emu/fpu_trig.cif ( divide_by_zero(SIGN_NEG, FPU_st0_ptr) )
FPU_st0_ptr411drivers/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr412drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr417drivers/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr418drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr420drivers/FPU-emu/fpu_trig.creg_move(&CONST_INF, FPU_st0_ptr);
FPU_st0_ptr421drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr426drivers/FPU-emu/fpu_trig.cif ( real_2op_NaN(FPU_st0_ptr, FPU_st0_ptr, FPU_st0_ptr) )
FPU_st0_ptr429drivers/FPU-emu/fpu_trig.creg_move(st1_ptr, FPU_st0_ptr);
FPU_st0_ptr471drivers/FPU-emu/fpu_trig.cif (FPU_st0_ptr->sign == SIGN_NEG)
FPU_st0_ptr473drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);  /* sqrt(negative) is invalid */
FPU_st0_ptr478drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr482drivers/FPU-emu/fpu_trig.cexpon = FPU_st0_ptr->exp - EXP_BIAS;
FPU_st0_ptr483drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = EXP_BIAS + (expon & 1);  /* make st(0) in  [1.0 .. 4.0) */
FPU_st0_ptr485drivers/FPU-emu/fpu_trig.cwm_sqrt(FPU_st0_ptr, control_word);  /* Do the computation */
FPU_st0_ptr487drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->exp += expon >> 1;
FPU_st0_ptr488drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr494drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr495drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);  /* sqrt(-Infinity) is invalid */
FPU_st0_ptr510drivers/FPU-emu/fpu_trig.cif (FPU_st0_ptr->exp > EXP_BIAS+63)
FPU_st0_ptr514drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr519drivers/FPU-emu/fpu_trig.cif ( (flags = round_to_int(FPU_st0_ptr)) )
FPU_st0_ptr522drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = EXP_BIAS + 63;
FPU_st0_ptr523drivers/FPU-emu/fpu_trig.cnormalize(FPU_st0_ptr);
FPU_st0_ptr535drivers/FPU-emu/fpu_trig.cchar arg_sign = FPU_st0_ptr->sign;
FPU_st0_ptr542drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp > EXP_BIAS - 40 )
FPU_st0_ptr544drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr545drivers/FPU-emu/fpu_trig.cif ( (q = trig_arg(FPU_st0_ptr, 0)) != -1 )
FPU_st0_ptr547drivers/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, &CONST_PI2, FPU_st0_ptr, FULL_PRECISION);
FPU_st0_ptr549drivers/FPU-emu/fpu_trig.cpoly_sine(FPU_st0_ptr, &rv);
FPU_st0_ptr554drivers/FPU-emu/fpu_trig.creg_move(&rv, FPU_st0_ptr);
FPU_st0_ptr563drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = arg_sign;         /* restore st(0) */
FPU_st0_ptr572drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr581drivers/FPU-emu/fpu_trig.carith_underflow(FPU_st0_ptr);
FPU_st0_ptr596drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr664drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr677drivers/FPU-emu/fpu_trig.cf_cos(FPU_st0_ptr);
FPU_st0_ptr710drivers/FPU-emu/fpu_trig.cif ( !arith_invalid(FPU_st0_ptr) )
FPU_st0_ptr714drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr);
FPU_st0_ptr719drivers/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr,&arg);
FPU_st0_ptr724drivers/FPU-emu/fpu_trig.creg_move(&arg,FPU_st0_ptr);
FPU_st0_ptr767drivers/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr773drivers/FPU-emu/fpu_trig.cint expdif = FPU_st0_ptr->exp - st1_ptr->exp;
FPU_st0_ptr779drivers/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr796drivers/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f);
FPU_st0_ptr804drivers/FPU-emu/fpu_trig.crem_kernel(significand(FPU_st0_ptr),
FPU_st0_ptr813drivers/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr861drivers/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr871drivers/FPU-emu/fpu_trig.crem_kernel(significand(FPU_st0_ptr),
FPU_st0_ptr890drivers/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr891drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr905drivers/FPU-emu/fpu_trig.creg_move(&tmp, FPU_st0_ptr);
FPU_st0_ptr910drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (FPU_st0_ptr->tag != TW_Zero)
FPU_st0_ptr912drivers/FPU-emu/fpu_trig.carith_underflow(FPU_st0_ptr);
FPU_st0_ptr933drivers/FPU-emu/fpu_trig.c{ arith_invalid(FPU_st0_ptr); return; } /* fprem(?,0) always invalid */
FPU_st0_ptr941drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* fprem(Valid,Zero) is invalid */
FPU_st0_ptr947drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr962drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* fprem(Infinity,?) is invalid */
FPU_st0_ptr974drivers/FPU-emu/fpu_trig.creal_2op_NaN(st1_ptr, FPU_st0_ptr, FPU_st0_ptr);
FPU_st0_ptr988drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr993drivers/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr1004drivers/FPU-emu/fpu_trig.cpoly_l2(FPU_st0_ptr, FPU_st0_ptr);
FPU_st0_ptr1011drivers/FPU-emu/fpu_trig.creg_mul(FPU_st0_ptr, st1_ptr, st1_ptr, FULL_PRECISION);
FPU_st0_ptr1013drivers/FPU-emu/fpu_trig.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr1030drivers/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1049drivers/FPU-emu/fpu_trig.celse if ( FPU_st0_ptr->tag == TW_Infinity )
FPU_st0_ptr1068drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1077drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1081drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS;
FPU_st0_ptr1082drivers/FPU-emu/fpu_trig.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr1083drivers/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr1084drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1091drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->sign == SIGN_NEG) || (st1_tag == TW_Zero) )
FPU_st0_ptr1107drivers/FPU-emu/fpu_trig.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr1108drivers/FPU-emu/fpu_trig.creg_move(&CONST_INF, FPU_st0_ptr);
FPU_st0_ptr1109drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1114drivers/FPU-emu/fpu_trig.celse if ( (FPU_st0_tag == TW_Valid) && (FPU_st0_ptr->sign == SIGN_POS) )
FPU_st0_ptr1116drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp >= EXP_BIAS )
FPU_st0_ptr1118drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp == EXP_BIAS) &&
FPU_st0_ptr1119drivers/FPU-emu/fpu_trig.c(FPU_st0_ptr->sigh == 0x80000000) &&
FPU_st0_ptr1120drivers/FPU-emu/fpu_trig.c(FPU_st0_ptr->sigl == 0) )
FPU_st0_ptr1136drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1148drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->tag == TW_Zero )
FPU_st0_ptr1174drivers/FPU-emu/fpu_trig.cchar st1_sign = st1_ptr->sign, st0_sign = FPU_st0_ptr->sign;
FPU_st0_ptr1184drivers/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr1194drivers/FPU-emu/fpu_trig.cst1_ptr->sign = FPU_st0_ptr->sign = SIGN_POS;
FPU_st0_ptr1198drivers/FPU-emu/fpu_trig.creg_div(FPU_st0_ptr, st1_ptr, &sum, FULL_PRECISION);
FPU_st0_ptr1204drivers/FPU-emu/fpu_trig.c(st1_ptr->exp - FPU_st0_ptr->exp < -64) )
FPU_st0_ptr1208drivers/FPU-emu/fpu_trig.creg_div(st1_ptr, FPU_st0_ptr, st1_ptr,
FPU_st0_ptr1215drivers/FPU-emu/fpu_trig.creg_div(st1_ptr, FPU_st0_ptr, &sum, FULL_PRECISION);
FPU_st0_ptr1243drivers/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1254drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr1269drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr1286drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1303drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1308drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_POS )
FPU_st0_ptr1360drivers/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr1370drivers/FPU-emu/fpu_trig.cif ( poly_l2p1(FPU_st0_ptr, FPU_st0_ptr) )
FPU_st0_ptr1389drivers/FPU-emu/fpu_trig.creg_mul(FPU_st0_ptr, st1_ptr, st1_ptr, FULL_PRECISION);
FPU_st0_ptr1408drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign ^= st1_ptr->sign;
FPU_st0_ptr1409drivers/FPU-emu/fpu_trig.creg_move(FPU_st0_ptr, st1_ptr);
FPU_st0_ptr1420drivers/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1437drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1439drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->exp >= EXP_BIAS )
FPU_st0_ptr1450drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1457drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1464drivers/FPU-emu/fpu_trig.cif ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1466drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp >= EXP_BIAS) &&
FPU_st0_ptr1467drivers/FPU-emu/fpu_trig.c!((FPU_st0_ptr->sigh == 0x80000000) &&
FPU_st0_ptr1468drivers/FPU-emu/fpu_trig.c(FPU_st0_ptr->sigl == 0)) )
FPU_st0_ptr1479drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1486drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1493drivers/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1500drivers/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1508drivers/FPU-emu/fpu_trig.cif ( !real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr) )
FPU_st0_ptr1512drivers/FPU-emu/fpu_trig.celse if ( FPU_st0_ptr->sign == SIGN_NEG )
FPU_st0_ptr1573drivers/FPU-emu/fpu_trig.cchar sign = FPU_st0_ptr->sign;
FPU_st0_ptr1582drivers/FPU-emu/fpu_trig.cif ( ((FPU_st0_ptr->exp <= EXP_UNDER) ||
FPU_st0_ptr1595drivers/FPU-emu/fpu_trig.csign = FPU_st0_ptr->sign;
FPU_st0_ptr1596drivers/FPU-emu/fpu_trig.creg_move(&CONST_INF, FPU_st0_ptr);
FPU_st0_ptr1597drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1602drivers/FPU-emu/fpu_trig.csign = FPU_st0_ptr->sign;
FPU_st0_ptr1603drivers/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr1604drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1615drivers/FPU-emu/fpu_trig.cscale += FPU_st0_ptr->exp;
FPU_st0_ptr1616drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->exp = scale;
FPU_st0_ptr1619drivers/FPU-emu/fpu_trig.cround_reg(FPU_st0_ptr, 0, control_word);
FPU_st0_ptr1629drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1638drivers/FPU-emu/fpu_trig.cif ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
FPU_st0_ptr1643drivers/FPU-emu/fpu_trig.c{ reg_move(&CONST_INF, FPU_st0_ptr); }
FPU_st0_ptr1645drivers/FPU-emu/fpu_trig.creg_move(&CONST_Z, FPU_st0_ptr);
FPU_st0_ptr1646drivers/FPU-emu/fpu_trig.cFPU_st0_ptr->sign = sign;
FPU_st0_ptr1650drivers/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr1671drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* Zero scaled by +Infinity */
FPU_st0_ptr1676drivers/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr1695drivers/FPU-emu/fpu_trig.carith_invalid(FPU_st0_ptr); /* Infinity scaled by -Infinity */
FPU_st0_ptr1699drivers/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr1704drivers/FPU-emu/fpu_trig.c{ real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; }
FPU_st0_ptr63drivers/FPU-emu/load_store.cFPU_st0_ptr = pop_ptr;      /* Set the global variables. */
FPU_st0_ptr64drivers/FPU-emu/load_store.cFPU_st0_tag = FPU_st0_ptr->tag;
FPU_st0_ptr28drivers/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag | b->tag )
FPU_st0_ptr30drivers/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag == TW_Zero )
FPU_st0_ptr45drivers/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag == TW_Valid )
FPU_st0_ptr47drivers/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B
FPU_st0_ptr50drivers/FPU-emu/reg_compare.c| ((FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr57drivers/FPU-emu/reg_compare.cif ( FPU_st0_ptr->tag == TW_Infinity )
FPU_st0_ptr61drivers/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B
FPU_st0_ptr72drivers/FPU-emu/reg_compare.creturn (FPU_st0_ptr->sign == b->sign) ? COMP_A_eq_B :
FPU_st0_ptr73drivers/FPU-emu/reg_compare.c((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
FPU_st0_ptr79drivers/FPU-emu/reg_compare.cif ( (FPU_st0_ptr->tag == TW_Valid) || (FPU_st0_ptr->tag == TW_Zero) )
FPU_st0_ptr83drivers/FPU-emu/reg_compare.c| (((FPU_st0_ptr->tag == TW_Valid)
FPU_st0_ptr84drivers/FPU-emu/reg_compare.c&& (FPU_st0_ptr->exp <= EXP_UNDER)) ?
FPU_st0_ptr94drivers/FPU-emu/reg_compare.cif ( (FPU_st0_ptr->tag == TW_NaN) || (b->tag == TW_NaN) )
FPU_st0_ptr96drivers/FPU-emu/reg_compare.cif ( ((FPU_st0_ptr->tag == TW_NaN) && !(FPU_st0_ptr->sigh & 0x40000000))
FPU_st0_ptr109drivers/FPU-emu/reg_compare.cif (!(FPU_st0_ptr->sigh & 0x80000000)) EXCEPTION(EX_Invalid);
FPU_st0_ptr114drivers/FPU-emu/reg_compare.cif (FPU_st0_ptr->sign != b->sign)
FPU_st0_ptr116drivers/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
FPU_st0_ptr119drivers/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr125drivers/FPU-emu/reg_compare.cdiff = FPU_st0_ptr->exp - b->exp;
FPU_st0_ptr128drivers/FPU-emu/reg_compare.cdiff = FPU_st0_ptr->sigh - b->sigh;  /* Works only if ms bits are
FPU_st0_ptr132drivers/FPU-emu/reg_compare.cdiff = FPU_st0_ptr->sigl > b->sigl;
FPU_st0_ptr134drivers/FPU-emu/reg_compare.cdiff = -(FPU_st0_ptr->sigl < b->sigl);
FPU_st0_ptr140drivers/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
FPU_st0_ptr143drivers/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr150drivers/FPU-emu/reg_compare.creturn ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
FPU_st0_ptr153drivers/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr162drivers/FPU-emu/reg_compare.c( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
FPU_st0_ptr344drivers/FPU-emu/reg_compare.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr373drivers/FPU-emu/reg_compare.cpop(); FPU_st0_ptr = &st(0);
FPU_st0_ptr69drivers/FPU-emu/reg_constant.creg_move(c, FPU_st0_ptr);
FPU_st0_ptr453drivers/FPU-emu/reg_ld_str.cwrite_to_extended(FPU_st0_ptr, (char *) FPU_data_address);
FPU_st0_ptr489drivers/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr500drivers/FPU-emu/reg_ld_str.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr518drivers/FPU-emu/reg_ld_str.c(FPU_st0_ptr->sigl & 0x000007ff)) )
FPU_st0_ptr629drivers/FPU-emu/reg_ld_str.cl[0] = (FPU_st0_ptr->sigl >> 11) | (FPU_st0_ptr->sigh << 21);
FPU_st0_ptr630drivers/FPU-emu/reg_ld_str.cl[1] = ((FPU_st0_ptr->sigh >> 11) & 0xfffff);
FPU_st0_ptr631drivers/FPU-emu/reg_ld_str.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )
FPU_st0_ptr659drivers/FPU-emu/reg_ld_str.cif (FPU_st0_ptr->sign)
FPU_st0_ptr684drivers/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &tmp);
FPU_st0_ptr695drivers/FPU-emu/reg_ld_str.cif ( FPU_st0_ptr->exp <= EXP_UNDER )
FPU_st0_ptr713drivers/FPU-emu/reg_ld_str.c((FPU_st0_ptr->sigh & 0x000000ff) || FPU_st0_ptr->sigl)) )
FPU_st0_ptr814drivers/FPU-emu/reg_ld_str.ctempl = FPU_st0_ptr->sigh >> 8;
FPU_st0_ptr815drivers/FPU-emu/reg_ld_str.cif ( !(FPU_st0_ptr->sigh & 0x40000000) )
FPU_st0_ptr849drivers/FPU-emu/reg_ld_str.cif (FPU_st0_ptr->sign)
FPU_st0_ptr882drivers/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr940drivers/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr994drivers/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
FPU_st0_ptr1036drivers/FPU-emu/reg_ld_str.cunsigned char sign = (FPU_st0_ptr->sign == SIGN_NEG) ? 0x80 : 0;
FPU_st0_ptr1045drivers/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);