HomeSort by: relevance | last modified time | path
    Searched defs:cat3 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/noieee_src/
mathimpl.h 42 #define cat3(a,b,c) a ## b ## c macro
46 # define cat3t(a,b,c) cat3(a,b,c)
48 # define cat3t(a,b,c) cat3(a,c,b)
51 # define vccast(name) (cat3(__,name,x).d)
71 const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
75 static const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
79 extern const union { uint32_t l[2]; double d; } cat3(__,name,x);
mathimpl.h 42 #define cat3(a,b,c) a ## b ## c macro
46 # define cat3t(a,b,c) cat3(a,b,c)
48 # define cat3t(a,b,c) cat3(a,c,b)
51 # define vccast(name) (cat3(__,name,x).d)
71 const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
75 static const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
79 extern const union { uint32_t l[2]; double d; } cat3(__,name,x);

Completed in 21 milliseconds