Searched refs:Fast486FpuToInteger (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/fast486/ |
H A D | fpu.c | 467 Fast486FpuToInteger(PFAST486_STATE State, in Fast486FpuToInteger() function 755 if (!Fast486FpuToInteger(State, Value, &IntVal)) return FALSE; in Fast486FpuToPackedBcd() 1368 if (!Fast486FpuToInteger(State, &Temp, &Integer)) goto Cleanup; in Fast486FpuRemainder() 2581 Fast486FpuToInteger(State, &FPU_ST(0), &Result); in FAST486_OPCODE_HANDLER() 2616 if (!Fast486FpuToInteger(State, &FPU_ST(1), &Scale)) in FAST486_OPCODE_HANDLER() 2883 if (!Fast486FpuToInteger(State, &FPU_ST(0), &Temp)) in FAST486_OPCODE_HANDLER() 3579 if (!Fast486FpuToInteger(State, &FPU_ST(0), &Temp)) in FAST486_OPCODE_HANDLER() 3716 if (!Fast486FpuToInteger(State, &FPU_ST(0), &Temp)) in FAST486_OPCODE_HANDLER()
|