Home
last modified time | relevance | path

Searched refs:rb_infinity (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dmissing.h148 RUBY_EXTERN const union bytesequence4_or_float rb_infinity; variable
149 # define INFINITY (rb_infinity.float_value)
/dports/lang/ruby26/ruby-2.6.9/
H A Dnumeric.c66 const union bytesequence4_or_float rb_infinity = {{0x00, 0x00, 0x80, 0x7f}}; variable
68 const union bytesequence4_or_float rb_infinity = {{0x7f, 0x80, 0x00, 0x00}}; variable
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.020943 * numeric.c (rb_infinity, rb_nan): aggregated member initializers
21025 * numeric.c (rb_infinity, rb_nan): use union to prevent bus error
22916 * numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.
H A DChangeLog-1.9.32505 * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from
2524 * include/ruby/defines.h (rb_infinity, rb_nan): export for Windows.
20013 * numeric.c (rb_infinity): change content as float.