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

  /src/lib/libm/noieee_src/
mathimpl.h 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)
    [all...]
  /src/lib/libm/src/
math_private.h 48 * A union which permits us to convert between a long double and
56 long double value;
75 long double value;
91 * A union which permits us to convert between a double and two 32-bit
99 double value;
117 double value;
131 /* Get two 32-bit integers from a double. */
141 /* Get a 64-bit integer from a double. */
150 /* Get the more significant 32-bit integer from a double. */
159 /* Get the less significant 32-bit integer from a double. *
    [all...]

Completed in 11 milliseconds