Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 54) sorted by relevance

123

/sysdeps/ieee754/dbl-64/
A De_log.c28 #define B __log_data.poly1 macro
70 y = r3 * (B[1] + r * B[2] + r2 * B[3] in __log()
71 + r3 * (B[4] + r * B[5] + r2 * B[6] in __log()
72 + r3 * (B[7] + r * B[8] + r2 * B[9] + r3 * B[10]))); in __log()
77 w = rhi * rhi * B[0]; /* B[0] == -0.5. */ in __log()
80 lo += B[0] * rlo * (rhi + r); in __log()
A De_log2.c28 #define B __log2_data.poly1 macro
76 p = r2 * (B[0] + r * B[1]); in __log2()
79 lo += r4 * (B[2] + r * B[3] + r2 * (B[4] + r * B[5]) in __log2()
80 + r4 * (B[6] + r * B[7] + r2 * (B[8] + r * B[9]))); in __log2()
/sysdeps/alpha/
A Dots_cmp.c25 FP_DECL_Q(A); FP_DECL_Q(B); in internal_equality()
29 AXP_UNPACK_RAW_Q(B, b); in internal_equality()
32 || (B_e == _FP_EXPMAX_Q && !_FP_FRAC_ZEROP_2(B))) in internal_equality()
35 if (FP_ISSIGNAN_Q(A) || FP_ISSIGNAN_Q(B)) in internal_equality()
44 && _FP_FRAC_EQ_2 (A, B) in internal_equality()
/sysdeps/sparc/sparc32/
A Dq_feq.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_feq()
30 FP_UNPACK_RAW_Q(B, b); in _Q_feq()
31 FP_CMP_EQ_Q(r, A, B, 1); in _Q_feq()
A Dq_fge.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_fge()
30 FP_UNPACK_RAW_Q(B, b); in _Q_fge()
31 FP_CMP_Q(r, B, A, 3, 2); in _Q_fge()
A Dq_fgt.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_fgt()
30 FP_UNPACK_RAW_Q(B, b); in _Q_fgt()
31 FP_CMP_Q(r, B, A, 3, 2); in _Q_fgt()
A Dq_fle.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_fle()
30 FP_UNPACK_RAW_Q(B, b); in _Q_fle()
31 FP_CMP_Q(r, B, A, -2, 2); in _Q_fle()
A Dq_flt.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_flt()
30 FP_UNPACK_RAW_Q(B, b); in _Q_flt()
31 FP_CMP_Q(r, B, A, 3, 2); in _Q_flt()
A Dq_fne.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_fne()
30 FP_UNPACK_RAW_Q(B, b); in _Q_fne()
31 FP_CMP_EQ_Q(r, A, B, 1); in _Q_fne()
A Dq_cmp.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_cmp()
30 FP_UNPACK_RAW_Q(B, b); in _Q_cmp()
31 FP_CMP_Q(r, B, A, 3, 1); in _Q_cmp()
A Dq_cmpe.c27 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_cmpe()
31 FP_UNPACK_RAW_Q(B, b); in _Q_cmpe()
32 FP_CMP_Q(r, B, A, 3, 2); in _Q_cmpe()
A Dq_add.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Q_add()
31 FP_UNPACK_SEMIRAW_Q(B, b); in _Q_add()
32 FP_ADD_Q(C, A, B); in _Q_add()
A Dq_div.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Q_div()
31 FP_UNPACK_Q(B, b); in _Q_div()
32 FP_DIV_Q(C, A, B); in _Q_div()
A Dq_mul.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Q_mul()
31 FP_UNPACK_Q(B, b); in _Q_mul()
32 FP_MUL_Q(C, A, B); in _Q_mul()
A Dq_sub.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Q_sub()
31 FP_UNPACK_SEMIRAW_Q(B, b); in _Q_sub()
32 FP_SUB_Q(C, A, B); in _Q_sub()
/sysdeps/sparc/sparc64/
A Dqp_feq.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Qp_feq()
31 FP_UNPACK_RAW_QP(B, b); in _Qp_feq()
32 FP_CMP_EQ_Q(r, A, B, 1); in _Qp_feq()
A Dqp_fge.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Qp_fge()
31 FP_UNPACK_RAW_QP(B, b); in _Qp_fge()
32 FP_CMP_Q(r, B, A, 3, 2); in _Qp_fge()
A Dqp_fgt.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Qp_fgt()
31 FP_UNPACK_RAW_QP(B, b); in _Qp_fgt()
32 FP_CMP_Q(r, B, A, 3, 2); in _Qp_fgt()
A Dqp_fle.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Qp_fle()
31 FP_UNPACK_RAW_QP(B, b); in _Qp_fle()
32 FP_CMP_Q(r, B, A, -2, 2); in _Qp_fle()
A Dqp_flt.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Qp_flt()
31 FP_UNPACK_RAW_QP(B, b); in _Qp_flt()
32 FP_CMP_Q(r, B, A, 3, 2); in _Qp_flt()
A Dqp_fne.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Qp_fne()
31 FP_UNPACK_RAW_QP(B, b); in _Qp_fne()
32 FP_CMP_EQ_Q(r, A, B, 1); in _Qp_fne()
A Dqp_add.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Qp_add()
30 FP_UNPACK_SEMIRAW_QP(B, b); in _Qp_add()
31 FP_ADD_Q(C, A, B); in _Qp_add()
A Dqp_div.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Qp_div()
30 FP_UNPACK_QP(B, b); in _Qp_div()
31 FP_DIV_Q(C, A, B); in _Qp_div()
A Dqp_sub.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Qp_sub()
30 FP_UNPACK_SEMIRAW_QP(B, b); in _Qp_sub()
31 FP_SUB_Q(C, A, B); in _Qp_sub()
A Dqp_cmp.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Qp_cmp()
31 FP_UNPACK_RAW_QP(B, b); in _Qp_cmp()
32 FP_CMP_Q(r, B, A, 3, 1); in _Qp_cmp()

Completed in 15 milliseconds

123