Searched refs:Fast486FpuAdd (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/fast486/ |
H A D | fpu.c | 773 Fast486FpuAdd(PFAST486_STATE State, in Fast486FpuAdd() function 939 return Fast486FpuAdd(State, FirstOperand, &NegativeSecondOperand, Result); in Fast486FpuSubtract() 1229 if (!Fast486FpuAdd(State, &Value, &Value, &SeriesElement)) return; in Fast486FpuCalculateTwoPowerMinusOne() 1234 if (!Fast486FpuAdd(State, &TempResult, &SeriesElement, &TempResult)) in Fast486FpuCalculateTwoPowerMinusOne() 1345 if (!Fast486FpuAdd(State, &TempValue, &TempResult, &TempResult)) return FALSE; in Fast486FpuCalculateLogBase2() 1451 if (!Fast486FpuAdd(State, &TempResult, &SeriesElement, &TempResult)) in Fast486FpuCalculateSine() 1477 if (!Fast486FpuAdd(State, &Value, &FpuHalfPi, &Value)) return FALSE; in Fast486FpuCalculateCosine() 1499 Fast486FpuAdd(State, &FPU_ST(0), Operand, DestOperand); in Fast486FpuArithmeticOperation() 1597 if (!Fast486FpuAdd(State, &Value, &Temp, &Value)) return FALSE; in Fast486FpuCalculateSquareRoot() 1684 if (!Fast486FpuAdd(State, &TempResult, &SeriesElement, &TempResult)) in Fast486FpuCalculateArcTangent() [all …]
|