Home | History | Annotate | Download | only in noieee_src

Lines Matching defs:Double

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);
91 const double __CONCAT(__,name) = value;
94 static const double __CONCAT(__,name) = value;
97 extern const double __CONCAT(__,name);
117 extern double __exp__E(double, double);
118 extern double __log__L(double);
121 struct Double {double a, b;};
122 double __exp__D(double, double);
123 struct Double __log__D(double);