Home
last modified time | relevance | path

Searched refs:accum (Results 1 – 2 of 2) sorted by relevance

/arch/x86/math-emu/
Dpoly_tan.c55 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, in poly_tan() local
73 accum.lsw = 0; in poly_tan()
74 XSIG_LL(accum) = significand(st0_ptr); in poly_tan()
79 XSIG_LL(accum) <<= 1; in poly_tan()
82 XSIG_LL(accum) = 0x921fb54442d18469LL - XSIG_LL(accum); in poly_tan()
84 if (XSIG_LL(accum) == 0xffffffffffffffffLL) { in poly_tan()
92 argSignif.lsw = accum.lsw; in poly_tan()
93 XSIG_LL(argSignif) = XSIG_LL(accum); in poly_tan()
98 XSIG_LL(accum) = XSIG_LL(argSignif) = significand(st0_ptr); in poly_tan()
102 if (FPU_shrx(&XSIG_LL(accum), -1 - exponent) >= in poly_tan()
[all …]
/arch/arm/mach-ixp4xx/include/mach/
Dixp46x_ts.h29 u32 accum; /* 0x0C Time Sync Accumulator Register */ member