Home
last modified time | relevance | path

Searched refs:sigl (Results 1 – 12 of 12) sorted by relevance

/arch/x86/math-emu/
Dreg_ld_str.c58 if (!(ptr->sigh | ptr->sigl)) { in FPU_tagof()
113 loaded_data->sigl = 0x00000000; in FPU_load_double()
121 loaded_data->sigl = l64 << 11; in FPU_load_double()
135 loaded_data->sigl = l64 << 11; in FPU_load_double()
144 loaded_data->sigl = l64 << 11; in FPU_load_double()
178 loaded_data->sigl = 0; in FPU_load_single()
187 loaded_data->sigl = 0x00000000; in FPU_load_single()
194 loaded_data->sigl = 0; in FPU_load_single()
199 loaded_data->sigl = 0; in FPU_load_single()
262 loaded_data->sigl = 0; in FPU_load_int32()
[all …]
Dreg_convert.c20 *(long long *)&(x->sigl) = *(const long long *)&(a->sigl); in FPU_to_exp16()
Dreg_add_sub.c63 diff = a->sigl > b->sigl; in FPU_add()
65 diff = -(a->sigl < b->sigl); in FPU_add()
173 diff = a->sigl > b->sigl; in FPU_sub()
175 diff = -(a->sigl < b->sigl); in FPU_sub()
Dfpu_emu.h118 unsigned sigl; member
172 *(long long *)&(y->sigl) = *(const long long *)&(x->sigl); in reg_copy()
185 #define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
Dfpu_tags.c69 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) in FPU_Special()
77 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0))); in isNaN()
Dreg_compare.c145 diff = st0_ptr->sigl > b->sigl; in compare()
147 diff = -(st0_ptr->sigl < b->sigl); in compare()
Dfpu_trig.c128 && (st0_ptr->sigl > CONST_PI2.sigl)))) { in trig_arg()
171 dest->sigl = 0; in convert_l2reg()
911 if (!(tmp.sigh | tmp.sigl)) { in do_fprem()
1040 && (st0_ptr->sigl == 0)) { in fyl2x()
1051 exponent.sigl = 0; in fyl2x()
1156 (st0_ptr->sigl == 0)) { in fyl2x()
1405 (st0_ptr->sigl == 0))) { in fyl2xp1()
1516 scale = signnegative(st1_ptr) ? -tmp.sigl : tmp.sigl; in fscale()
Dpoly_atan.c80 (st0_ptr->sigl < st1_ptr->sigl))))) { in poly_atan()
Dpoly_l2.c46 x.sigl = st0_ptr->sigl; in poly_l2()
Dreg_constant.c62 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
Dpoly_sin.c76 argSqrd.midw = st0_ptr->sigl; in poly_sine()
226 argSqrd.midw = st0_ptr->sigl; in poly_cos()
Derrors.c192 (long)(r->sigl >> 16), in FPU_printall()
193 (long)(r->sigl & 0xFFFF), in FPU_printall()