ReactOS 0.4.16-dev-1056-gbe87e00
__crt_strtox::floating_point_string Struct Reference

#include <corecrt_internal_strtox.h>

Public Attributes

int32_t _exponent
 
uint32_t _mantissa_count
 
uint8_t _mantissa [768]
 
bool _is_negative
 

Detailed Description

Definition at line 438 of file corecrt_internal_strtox.h.

Member Data Documentation

◆ _exponent

int32_t __crt_strtox::floating_point_string::_exponent

Definition at line 440 of file corecrt_internal_strtox.h.

◆ _is_negative

bool __crt_strtox::floating_point_string::_is_negative

Definition at line 443 of file corecrt_internal_strtox.h.

◆ _mantissa

uint8_t __crt_strtox::floating_point_string::_mantissa[768]

Definition at line 442 of file corecrt_internal_strtox.h.

Referenced by __crt_strtox::common_convert_to_ldbl12().

◆ _mantissa_count

uint32_t __crt_strtox::floating_point_string::_mantissa_count

Definition at line 441 of file corecrt_internal_strtox.h.


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