Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 138) sorted by relevance

123456

/sysdeps/ieee754/dbl-64/
A De_pow_log_data.c64 #define A(a,b,c) {a,0,b,c}, macro
65 A(0x1.6a00000000000p+0, -0x1.62c82f2b9c800p-2, 0x1.ab42428375680p-48)
70 A(0x1.6000000000000p+0, -0x1.4618bc21c6000p-2, 0x1.3d82f484c84ccp-46)
71 A(0x1.5e00000000000p+0, -0x1.404308686a800p-2, 0x1.c42f3ed820b3ap-50)
72 A(0x1.5c00000000000p+0, -0x1.3a64c55694800p-2, 0x1.0b1c686519460p-45)
73 A(0x1.5a00000000000p+0, -0x1.347dd9a988000p-2, 0x1.5594dd4c58092p-45)
74 A(0x1.5800000000000p+0, -0x1.2e8e2bae12000p-2, 0x1.67b1e99b72bd8p-45)
75 A(0x1.5600000000000p+0, -0x1.2895a13de8800p-2, 0x1.5ca14b6cfb03fp-46)
76 A(0x1.5600000000000p+0, -0x1.2895a13de8800p-2, 0x1.5ca14b6cfb03fp-46)
139 A(0x1.0000000000000p+0, 0x0.0000000000000p+0, 0x0.0000000000000p+0)
[all …]
/sysdeps/mach/hurd/i386/
A Dsigreturn.c36 #define A(line) asm volatile (#line) in __sigreturn2() macro
41 A (popl %gs); in __sigreturn2()
42 A (popl %fs); in __sigreturn2()
43 A (popl %es); in __sigreturn2()
44 A (popl %ds); in __sigreturn2()
46 A (popa); in __sigreturn2()
48 A (popf); in __sigreturn2()
50 A (ret); in __sigreturn2()
53 A (hlt); in __sigreturn2()
54 #undef A in __sigreturn2()
/sysdeps/alpha/
A Dots_cmp.c25 FP_DECL_Q(A); FP_DECL_Q(B); in internal_equality()
28 AXP_UNPACK_RAW_Q(A, a); in internal_equality()
31 if ((A_e == _FP_EXPMAX_Q && !_FP_FRAC_ZEROP_2(A)) 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()
45 && (A_s == B_s || (!A_e && _FP_FRAC_ZEROP_2(A)))); in internal_equality()
A Dots_cvtxt.c26 FP_DECL_Q(A); in _OtsConvertFloatXT()
31 AXP_UNPACK_SEMIRAW_Q(A, a); in _OtsConvertFloatXT()
33 FP_TRUNC(D,Q,2,4,R,A); in _OtsConvertFloatXT()
35 FP_TRUNC(D,Q,1,2,R,A); in _OtsConvertFloatXT()
A Dots_cvttx.c31 FP_DECL_D(A); in _OtsConvertFloatTX()
35 FP_UNPACK_RAW_D(A, a); in _OtsConvertFloatTX()
37 FP_EXTEND(Q,D,4,2,C,A); in _OtsConvertFloatTX()
39 FP_EXTEND(Q,D,2,1,C,A); in _OtsConvertFloatTX()
/sysdeps/sparc/sparc32/
A Dq_stoq.c27 FP_DECL_S(A); in _Q_stoq()
31 FP_UNPACK_RAW_S(A, a); in _Q_stoq()
33 FP_EXTEND(Q,S,4,1,C,A); in _Q_stoq()
35 FP_EXTEND(Q,S,2,1,C,A); in _Q_stoq()
A Dq_dtoq.c27 FP_DECL_D(A); in _Q_dtoq()
32 FP_UNPACK_RAW_D(A, a); in _Q_dtoq()
34 FP_EXTEND(Q,D,4,2,C,A); in _Q_dtoq()
36 FP_EXTEND(Q,D,2,1,C,A); in _Q_dtoq()
A Dq_qtod.c27 FP_DECL_Q(A); in _Q_qtod()
32 FP_UNPACK_SEMIRAW_Q(A, a); in _Q_qtod()
34 FP_TRUNC(D,Q,2,4,R,A); in _Q_qtod()
36 FP_TRUNC(D,Q,1,2,R,A); in _Q_qtod()
A Dq_qtos.c27 FP_DECL_Q(A); in _Q_qtos()
32 FP_UNPACK_SEMIRAW_Q(A, a); in _Q_qtos()
34 FP_TRUNC(S,Q,1,4,R,A); in _Q_qtos()
36 FP_TRUNC(S,Q,1,2,R,A); in _Q_qtos()
A Dq_qtoi.c27 FP_DECL_Q(A); in _Q_qtoi()
30 FP_UNPACK_RAW_Q(A, a); in _Q_qtoi()
31 FP_TO_INT_Q(r, A, 32, 1); in _Q_qtoi()
A Dq_qtoll.c27 FP_DECL_Q(A); in _Q_qtoll()
30 FP_UNPACK_RAW_Q(A, a); in _Q_qtoll()
31 FP_TO_INT_Q(r, A, 64, 1); in _Q_qtoll()
A Dq_qtou.c27 FP_DECL_Q(A); in _Q_qtou()
30 FP_UNPACK_RAW_Q(A, a); in _Q_qtou()
31 FP_TO_INT_Q(r, A, 32, -1); in _Q_qtou()
A Dq_qtoull.c27 FP_DECL_Q(A); in _Q_qtoull()
30 FP_UNPACK_RAW_Q(A, a); in _Q_qtoull()
31 FP_TO_INT_Q(r, A, 64, -1); in _Q_qtoull()
A Dq_sqrt.c26 FP_DECL_Q(A); FP_DECL_Q(C); in _Q_sqrt()
30 FP_UNPACK_Q(A, a); in _Q_sqrt()
31 FP_SQRT_Q(C, A); in _Q_sqrt()
A Dq_feq.c26 FP_DECL_Q(A); FP_DECL_Q(B); in _Q_feq()
29 FP_UNPACK_RAW_Q(A, a); 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()
29 FP_UNPACK_RAW_Q(A, a); 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()
29 FP_UNPACK_RAW_Q(A, a); 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()
29 FP_UNPACK_RAW_Q(A, a); 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()
29 FP_UNPACK_RAW_Q(A, a); 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()
29 FP_UNPACK_RAW_Q(A, a); in _Q_fne()
31 FP_CMP_EQ_Q(r, A, B, 1); in _Q_fne()
/sysdeps/sparc/sparc64/
A Dqp_dtoq.c27 FP_DECL_D(A); in _Qp_dtoq()
31 FP_UNPACK_RAW_D(A, a); in _Qp_dtoq()
33 FP_EXTEND(Q,D,4,2,C,A); in _Qp_dtoq()
35 FP_EXTEND(Q,D,2,1,C,A); in _Qp_dtoq()
A Dqp_stoq.c27 FP_DECL_S(A); in _Qp_stoq()
31 FP_UNPACK_RAW_S(A, a); in _Qp_stoq()
33 FP_EXTEND(Q,S,4,1,C,A); in _Qp_stoq()
35 FP_EXTEND(Q,S,2,1,C,A); in _Qp_stoq()
A Dqp_qtod.c27 FP_DECL_Q(A); in _Qp_qtod()
32 FP_UNPACK_SEMIRAW_QP(A, a); in _Qp_qtod()
34 FP_TRUNC(D,Q,2,4,R,A); in _Qp_qtod()
36 FP_TRUNC(D,Q,1,2,R,A); in _Qp_qtod()
A Dqp_qtos.c27 FP_DECL_Q(A); in _Qp_qtos()
32 FP_UNPACK_SEMIRAW_QP(A, a); in _Qp_qtos()
34 FP_TRUNC(S,Q,1,4,R,A); in _Qp_qtos()
36 FP_TRUNC(S,Q,1,2,R,A); in _Qp_qtos()
A Dqp_sqrt.c26 FP_DECL_Q(A); FP_DECL_Q(C); in _Qp_sqrt()
29 FP_UNPACK_QP(A, a); in _Qp_sqrt()
30 FP_SQRT_Q(C, A); in _Qp_sqrt()

Completed in 21 milliseconds

123456