Home
last modified time | relevance | path

Searched defs:TheLfloat (Results 1 – 2 of 2) sorted by relevance

/dports/math/cln/cln-1.3.6/src/float/lfloat/
H A Dcl_LF.h33 inline cl_heap_lfloat* TheLfloat (cl_heap_lfloat* p) in TheLfloat() function
35 inline cl_heap_lfloat* TheLfloat (const cl_number& obj) in TheLfloat() function
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d9889 #define TheLfloat(obj) ((Lfloat)(ngci_types_pointable(lfloat_type|bit(sign_bit_t),obj))) macro