File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 323323#define ULACCUM_EPSILON 0x1.0p-32ULK
324324#endif // ULACCUM_EPSILON
325325
326+ typedef signed char int_hr_t ;
327+ typedef unsigned char uint_uhr_t ;
328+ typedef signed short int int_r_t ;
329+ typedef unsigned short int uint_ur_t ;
330+ typedef signed int int_lr_t ;
331+ typedef unsigned int uint_ulr_t ;
332+ typedef signed short int_hk_t ;
333+ typedef unsigned short uint_uhk_t ;
334+ typedef signed int int_k_t ;
335+ typedef unsigned int uint_uk_t ;
336+ typedef signed long int_lk_t ;
337+ typedef unsigned long uint_ulk_t ;
338+
326339#endif // LIBC_COMPILER_HAS_FIXED_POINT
327340
328341#endif // LLVM_LIBC_MACROS_STDFIX_MACROS_H
Original file line number Diff line number Diff line change 11header : stdfix.h
22macros : []
3- types :
4- - type_name : stdfix_t
3+ types : []
54enums : []
65objects : []
76functions :
You can’t perform that action at this time.
0 commit comments