(b76ad15ed0da636161de0243c547ee1e6fc95681)
Go to the source code of this file.
|
typedef unsigned char | _Bool |
|
|
char * | BigDecimal_dtoa (double d_, int mode, int ndigits, int *decpt, int *sign, char **rve) |
|
◆ __bool_true_false_are_defined
#define __bool_true_false_are_defined |
◆ bool
◆ false
#define false ((_Bool)-1) |
◆ FIX_CONST_VALUE_PTR
#define FIX_CONST_VALUE_PTR |
( |
|
x | ) |
(x) |
◆ HAVE___ASSUME
◆ HAVE_ISFINITE
◆ isfinite
#define isfinite |
( |
|
x | ) |
finite(x) |
◆ RARRAY_AREF
◆ RARRAY_CONST_PTR
#define RARRAY_CONST_PTR |
( |
|
a | ) |
rb_array_const_ptr(a) |
◆ rb_category_warn
#define rb_category_warn |
( |
|
category, |
|
|
|
... |
|
) |
| rb_warn(__VA_ARGS__) |
◆ RB_ST2FIX
#define RB_ST2FIX |
( |
|
h | ) |
LONG2FIX((long)(h)) |
◆ RB_UNUSED_VAR
#define RB_UNUSED_VAR |
( |
|
x | ) |
x [[maybe_unused]] |
◆ ST2FIX
◆ true
◆ UNREACHABLE
#define UNREACHABLE __builtin_unreachable() |
◆ vabs
◆ _Bool
typedef unsigned char _Bool |
◆ BigDecimal_dtoa()
char* BigDecimal_dtoa |
( |
double |
d_, |
|
|
int |
mode, |
|
|
int |
ndigits, |
|
|
int * |
decpt, |
|
|
int * |
sign, |
|
|
char ** |
rve |
|
) |
| |