Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/math-emu/
Dreg_ld_str.c59 if (!(ptr->sigh | ptr->sigl)) { in FPU_tagof()
114 loaded_data->sigl = 0x00000000; in FPU_load_double()
122 loaded_data->sigl = l64 << 11; in FPU_load_double()
136 loaded_data->sigl = l64 << 11; in FPU_load_double()
145 loaded_data->sigl = l64 << 11; in FPU_load_double()
179 loaded_data->sigl = 0; in FPU_load_single()
188 loaded_data->sigl = 0x00000000; in FPU_load_single()
195 loaded_data->sigl = 0; in FPU_load_single()
200 loaded_data->sigl = 0; in FPU_load_single()
263 loaded_data->sigl = 0; in FPU_load_int32()
[all …]
Dreg_add_sub.c64 diff = a->sigl > b->sigl; in FPU_add()
66 diff = -(a->sigl < b->sigl); in FPU_add()
174 diff = a->sigl > b->sigl; in FPU_sub()
176 diff = -(a->sigl < b->sigl); in FPU_sub()
Dreg_convert.c21 *(long long *)&(x->sigl) = *(const long long *)&(a->sigl); in FPU_to_exp16()
Dfpu_emu.h119 unsigned sigl; member
173 *(long long *)&(y->sigl) = *(const long long *)&(x->sigl); in reg_copy()
186 #define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
Dfpu_tags.c70 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) in FPU_Special()
78 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0))); in isNaN()
Dreg_compare.c146 diff = st0_ptr->sigl > b->sigl; in compare()
148 diff = -(st0_ptr->sigl < b->sigl); in compare()
Dfpu_trig.c129 && (st0_ptr->sigl > CONST_PI2.sigl)))) { in trig_arg()
172 dest->sigl = 0; in convert_l2reg()
917 if (!(tmp.sigh | tmp.sigl)) { in do_fprem()
1046 && (st0_ptr->sigl == 0)) { in fyl2x()
1057 exponent.sigl = 0; in fyl2x()
1162 (st0_ptr->sigl == 0)) { in fyl2x()
1411 (st0_ptr->sigl == 0))) { in fyl2xp1()
1522 scale = signnegative(st1_ptr) ? -tmp.sigl : tmp.sigl; in fscale()
Dpoly_atan.c81 (st0_ptr->sigl < st1_ptr->sigl))))) { in poly_atan()
Dpoly_l2.c47 x.sigl = st0_ptr->sigl; in poly_l2()
Dpoly_sin.c77 argSqrd.midw = st0_ptr->sigl; in poly_sine()
227 argSqrd.midw = st0_ptr->sigl; in poly_cos()
Dreg_constant.c63 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
Derrors.c195 (long)(r->sigl >> 16), in FPU_printall()
196 (long)(r->sigl & 0xFFFF), in FPU_printall()