Searched refs:sigl (Results 1 – 12 of 12) sorted by relevance
58 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 …]
20 *(long long *)&(x->sigl) = *(const long long *)&(a->sigl); in FPU_to_exp16()
63 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()
118 unsigned sigl; member172 *(long long *)&(y->sigl) = *(const long long *)&(x->sigl); in reg_copy()185 #define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
69 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) in FPU_Special()77 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0))); in isNaN()
145 diff = st0_ptr->sigl > b->sigl; in compare()147 diff = -(st0_ptr->sigl < b->sigl); in compare()
128 && (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()
80 (st0_ptr->sigl < st1_ptr->sigl))))) { in poly_atan()
46 x.sigl = st0_ptr->sigl; in poly_l2()
62 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
76 argSqrd.midw = st0_ptr->sigl; in poly_sine()226 argSqrd.midw = st0_ptr->sigl; in poly_cos()
192 (long)(r->sigl >> 16), in FPU_printall()193 (long)(r->sigl & 0xFFFF), in FPU_printall()