Searched defs:decimal_record (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | floatingpoint.h | 97 #define DECIMAL_STRING_LENGTH 512 /* Size of buffer in decimal_record. */ 115 } decimal_record; typedef in typeref:struct:__anon2259 151 extern void single_to_decimal __P((single *, decimal_mode *, decimal_record *, 153 extern void double_to_decimal __P((double *, decimal_mode *, decimal_record *, 156 decimal_record *, fp_exception_field_type *)); 158 decimal_record *, fp_exception_field_type *)); 160 extern void decimal_to_single __P((single *, decimal_mode *, decimal_record *, 162 extern void decimal_to_double __P((double *, decimal_mode *, decimal_record *, 165 decimal_record *, fp_exception_field_type *)); 167 decimal_record *, fp_exception_field_typ [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | floatingpoint.h | 91 /* Size of buffer in decimal_record. */ 110 decimal_record; typedef in typeref:struct:__anon2751
|
Completed in 44 milliseconds