Home
last modified time | relevance | path

Searched refs:_gst_large_negative_integer_class (Results 1 – 6 of 6) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dlex.c1109 negative ? _gst_large_negative_integer_class : in scan_large_integer()
1368 bo->class = _gst_large_negative_integer_class;
H A Ddict.h386 extern OOP _gst_large_negative_integer_class ATTRIBUTE_HIDDEN;
H A Ddict.inl1332 || ba->objClass == _gst_large_negative_integer_class)
1391 ba = (gst_byte_array) new_instance_with (_gst_large_negative_integer_class,
1444 if COMMON (ba->objClass == _gst_large_negative_integer_class
1526 result = (ba->objClass == _gst_large_negative_integer_class) ? ~mask : 0;
1554 ba = (gst_byte_array) new_instance_with (_gst_large_negative_integer_class,
H A Dmpz.c1633 if (srcClass == _gst_large_negative_integer_class) in _gst_mpz_from_oop()
1654 if (srcClass == _gst_large_negative_integer_class) in _gst_mpz_from_oop()
1767 new_instance_with (_gst_large_negative_integer_class, ++n, &oop); in _gst_oop_from_mpz()
H A Ddict.c126 OOP _gst_large_negative_integer_class = NULL; variable
394 {&_gst_large_negative_integer_class, &_gst_large_integer_class,
H A Dxlat.c1979 ((char *) _gst_large_negative_integer_class) - in gen_unary_special()