ReactOS 0.4.15-dev-7934-g1dc8d80
_ARM_DIVRESULT Union Reference

#include <__rt_div_worker.h>

Collaboration diagram for _ARM_DIVRESULT:

Public Attributes

RETURN_TYPE raw_data
 
struct {
   UINT3264   quotient
 
   UINT3264   modulus
 
data
 

Detailed Description

Definition at line 42 of file __rt_div_worker.h.

Member Data Documentation

◆ 

struct { ... } _ARM_DIVRESULT::data

◆ modulus

UINT3264 _ARM_DIVRESULT::modulus

Definition at line 48 of file __rt_div_worker.h.

◆ quotient

UINT3264 _ARM_DIVRESULT::quotient

Definition at line 47 of file __rt_div_worker.h.

◆ raw_data

RETURN_TYPE _ARM_DIVRESULT::raw_data

Definition at line 44 of file __rt_div_worker.h.


The documentation for this union was generated from the following file: