Searched refs:fld_const (Results 1 – 1 of 1) sorted by relevance
/arch/x86/math-emu/ |
D | reg_constant.c | 52 static void fld_const(FPU_REG const * c, int adj, u_char tag) in fld_const() function 75 fld_const(&CONST_1, 0, TAG_Valid); in fld1() 80 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t() 85 fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldl2e() 90 fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldpi() 95 fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldlg2() 100 fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldln2() 105 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
|