Home
last modified time | relevance | path

Searched refs:TheFfloat (Results 1 – 5 of 5) sorted by relevance

/dports/math/cln/cln-1.3.6/src/float/ffloat/
H A Dcl_FF.h37 inline cl_heap_ffloat* TheFfloat (const cl_number& obj) in TheFfloat() function
41 return TheFfloat(x)->representation.eksplicit; in cl_ffloat_value()
169 return TheFfloat(obj)->representation.machine_float; in FF_to_float()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dpredtype.d73 if (TheFfloat(obj1)->float_value == TheFfloat(obj2)->float_value) in eql()
H A Dffloat.d59 #define FF_to_float(obj) (TheFfloat(obj)->representation.machine_float)
H A Dlispbibl.d8179 #define ffloat_value(obj) (TheFfloat(obj)->float_value)
9886 #define TheFfloat(obj) ((Ffloat)(ngci_types_pointable(ffloat_type|bit(sign_bit_t),obj))) macro
10007 #define TheFfloat(obj) ((Ffloat)(ngci_pointable(obj)-varobject_bias))
H A DChangeLog24638 (TheFfloat, TheDfloat, TheLfloat, TheSarray, TheSbvector, TheCodevec)
45252 (TheFfloat): Depend on IMMEDIATE_FFLOAT.
45254 (TheCons, TheRatio, TheComplex, TheSymbol, TheBignum, TheFfloat)