Lines Matching refs:double_t
29 static inline double_t
32 /* double_t for better performance on targets with FLT_EVAL_METHOD==2. */
33 double_t z, r, r2, r4, p, q, y, y0, invc, logc;
47 z = (double_t) asfloat (iz);
51 y0 = logc + (double_t) k;
74 exp2_inline (double_t xd, uint32_t sign_bias)
77 /* double_t for better performance on targets with FLT_EVAL_METHOD==2. */
78 double_t kd, z, r, r2, y, s;
191 double_t logx = log2_inline (ix);
192 double_t ylogx = y * logx; /* Note: cannot overflow, y is single prec. */