Home
last modified time | relevance | path

Searched refs:FLONUM_P (Results 1 – 22 of 22) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dflonum.c38 if (!FLONUM_P (argument)) in arg_flonum()
245 PRIMITIVE_RETURN (BOOLEAN_TO_OBJECT (FLONUM_P (ARG_REF (1))));
251 CHECK_ARG (1, FLONUM_P);
261 CHECK_ARG (1, FLONUM_P); \
331 CHECK_ARG (1, FLONUM_P);
373 CHECK_ARG (1, FLONUM_P);
H A Dprims.h146 ((FLONUM_P (ARG_REF (arg))) \
H A Dx11graph.c670 if (!FLONUM_P (x_vector)) in floating_vector_point_args()
672 if (!FLONUM_P (y_vector)) in floating_vector_point_args()
H A Dobject.h178 #define FLONUM_P(object) ((OBJECT_TYPE (object)) == TC_BIG_FLONUM) macro
H A Dartutl.c220 return ((FLONUM_P (x)) && (flonum_is_finite_p (x))); in finite_flonum_p()
H A Dpruxffi.c862 if (FLONUM_P (arg)) in arg_pointer()
H A Dutils.c467 : (FLONUM_P (x)) in real_number_to_double_p()
/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_insnhelper.h222 #define FLOAT_INSTANCE_P(x) (FLONUM_P(x) || FLOAT_HEAP_P(x))
H A Dobject.c3564 else if (FLONUM_P(val)) { in to_float()
3720 else if (FLONUM_P(val)) { in rb_num_to_dbl()
3759 else if (FLONUM_P(val)) { in rb_num2dbl()
H A Drange.c304 if (FIXNUM_P(obj) || FLONUM_P(obj)) return TRUE; in linear_object_p()
H A Dclass.c1600 if (FIXNUM_P(obj) || FLONUM_P(obj) || STATIC_SYM_P(obj)) { in singleton_class_of()
H A Dhash.c179 else if (FLONUM_P(a)) { in any_hash()
295 if (FLONUM_P(n)) { in rb_ident_hash()
H A Dmarshal.c740 else if (FLONUM_P(obj)) { in w_object()
H A Dinternal.h1802 if (FLONUM_P(v)) { in rb_float_value_inline()
H A Dgc.c3210 if (FLONUM_P(ptr)) return (VALUE)ptr; in id2ref()
3291 else if (FLONUM_P(obj)) { in rb_obj_id()
H A Dparse.y9999 if (FLONUM_P(lit)) {
H A Dparse.c16232 if (FLONUM_P(lit)) { in negate_lit()
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobjspace_dump.c155 else if (FLONUM_P(value)) { in dump_append_special_const()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Druby.h429 #define FLONUM_P(x) RB_FLONUM_P(x) macro
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y9999 if (FLONUM_P(lit)) {
H A Dripper.c16265 if (FLONUM_P(lit)) { in negate_lit()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.09350 versions. inline TYPE() comparison and FLONUM_P() should be