Searched refs:sigl (Results 1 – 12 of 12) sorted by relevance
59 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 …]
64 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()
21 *(long long *)&(x->sigl) = *(const long long *)&(a->sigl); in FPU_to_exp16()
119 unsigned sigl; member173 *(long long *)&(y->sigl) = *(const long long *)&(x->sigl); in reg_copy()186 #define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
70 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) in FPU_Special()78 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0))); in isNaN()
146 diff = st0_ptr->sigl > b->sigl; in compare()148 diff = -(st0_ptr->sigl < b->sigl); in compare()
129 && (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()
81 (st0_ptr->sigl < st1_ptr->sigl))))) { in poly_atan()
47 x.sigl = st0_ptr->sigl; in poly_l2()
77 argSqrd.midw = st0_ptr->sigl; in poly_sine()227 argSqrd.midw = st0_ptr->sigl; in poly_cos()
63 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
195 (long)(r->sigl >> 16), in FPU_printall()196 (long)(r->sigl & 0xFFFF), in FPU_printall()