Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 125) sorted by relevance

12345

/sysdeps/ieee754/ldbl-128ibm/
A De_expl.c72 #define himark C[0]
76 #define lomark C[1]
104 #define TINY C[8]
112 #define TWO8 C[10]
116 #define TWO15 C[11]
120 #define P1 C[12]
121 #define P2 C[13]
122 #define P3 C[14]
123 #define P4 C[15]
124 #define P5 C[16]
[all …]
/sysdeps/ieee754/ldbl-128/
A De_expl.c73 #define himark C[0]
77 #define lomark C[1]
105 #define TINY C[8]
113 #define TWO8 C[10]
117 #define TWO15 C[11]
121 #define P1 C[12]
122 #define P2 C[13]
123 #define P3 C[14]
124 #define P4 C[15]
125 #define P5 C[16]
[all …]
/sysdeps/alpha/
A Dots_nintxq.c25 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _OtsNintXQ()
41 FP_ADD_Q(C, A, B); in _OtsNintXQ()
42 _FP_FRAC_SRL_2(C, _FP_WORKBITS); in _OtsNintXQ()
43 _FP_FRAC_HIGH_RAW_Q(C) &= ~(_FP_W_TYPE)_FP_IMPLBIT_Q; in _OtsNintXQ()
44 FP_TO_INT_Q(r, C, 64, s); in _OtsNintXQ()
A Dots_cvttx.c32 FP_DECL_Q(C); in _OtsConvertFloatTX()
37 FP_EXTEND(Q,D,4,2,C,A); in _OtsConvertFloatTX()
39 FP_EXTEND(Q,D,2,1,C,A); in _OtsConvertFloatTX()
41 AXP_PACK_RAW_Q(c, C); in _OtsConvertFloatTX()
A Dots_cvtqux.c30 FP_DECL_Q(C); in _OtsCvtQUX()
33 FP_FROM_INT_Q(C, a, 64, unsigned long); in _OtsCvtQUX()
34 AXP_PACK_RAW_Q(c, C); in _OtsCvtQUX()
A Dots_cvtqx.c30 FP_DECL_Q(C); in _OtsCvtQX()
33 FP_FROM_INT_Q(C, a, 64, unsigned long); in _OtsCvtQX()
34 AXP_PACK_RAW_Q(c, C); in _OtsCvtQX()
/sysdeps/sparc/sparc32/
A Dq_stoq.c28 FP_DECL_Q(C); 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()
37 FP_PACK_RAW_Q(c, C); in _Q_stoq()
A Dq_dtoq.c28 FP_DECL_Q(C); 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()
38 FP_PACK_RAW_Q(c, C); in _Q_dtoq()
A Dq_itoq.c26 FP_DECL_Q(C); in _Q_itoq()
30 FP_FROM_INT_Q(C, b, 32, unsigned int); in _Q_itoq()
31 FP_PACK_RAW_Q(c, C); in _Q_itoq()
A Dq_lltoq.c26 FP_DECL_Q(C); in _Q_lltoq()
30 FP_FROM_INT_Q(C, b, 64, unsigned long long); in _Q_lltoq()
31 FP_PACK_RAW_Q(c, C); in _Q_lltoq()
A Dq_ulltoq.c26 FP_DECL_Q(C); in _Q_ulltoq()
30 FP_FROM_INT_Q(C, b, 64, unsigned long long); in _Q_ulltoq()
31 FP_PACK_RAW_Q(c, C); in _Q_ulltoq()
A Dq_utoq.c26 FP_DECL_Q(C); in _Q_utoq()
30 FP_FROM_INT_Q(C, b, 32, unsigned int); in _Q_utoq()
31 FP_PACK_RAW_Q(c, C); in _Q_utoq()
A Dq_sqrt.c26 FP_DECL_Q(A); FP_DECL_Q(C); in _Q_sqrt()
31 FP_SQRT_Q(C, A); in _Q_sqrt()
32 FP_PACK_Q(c, C); in _Q_sqrt()
A Dq_add.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Q_add()
32 FP_ADD_Q(C, A, B); in _Q_add()
33 FP_PACK_SEMIRAW_Q(c, C); in _Q_add()
A Dq_div.c26 FP_DECL_Q(A); FP_DECL_Q(B); FP_DECL_Q(C); in _Q_div()
32 FP_DIV_Q(C, A, B); in _Q_div()
33 FP_PACK_Q(c, C); in _Q_div()
/sysdeps/sparc/sparc64/
A Dqp_dtoq.c28 FP_DECL_Q(C); 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()
37 FP_PACK_RAW_QP(c, C); in _Qp_dtoq()
A Dqp_stoq.c28 FP_DECL_Q(C); 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()
37 FP_PACK_RAW_QP(c, C); in _Qp_stoq()
A Dqp_itoq.c26 FP_DECL_Q(C); in _Qp_itoq()
29 FP_FROM_INT_Q(C, b, 32, unsigned int); in _Qp_itoq()
30 FP_PACK_RAW_QP(c, C); in _Qp_itoq()
A Dqp_uxtoq.c26 FP_DECL_Q(C); in _Qp_uxtoq()
29 FP_FROM_INT_Q(C, b, 64, unsigned long); in _Qp_uxtoq()
30 FP_PACK_RAW_QP(c, C); in _Qp_uxtoq()
A Dqp_xtoq.c26 FP_DECL_Q(C); in _Qp_xtoq()
29 FP_FROM_INT_Q(C, b, 64, unsigned long); in _Qp_xtoq()
30 FP_PACK_RAW_QP(c, C); in _Qp_xtoq()
A Dqp_uitoq.c26 FP_DECL_Q(C); in _Qp_uitoq()
29 FP_FROM_INT_Q(C, b, 32, unsigned int); in _Qp_uitoq()
30 FP_PACK_RAW_QP(c, C); in _Qp_uitoq()
A Dqp_sqrt.c26 FP_DECL_Q(A); FP_DECL_Q(C); in _Qp_sqrt()
30 FP_SQRT_Q(C, A); in _Qp_sqrt()
31 FP_PACK_QP(c, C); in _Qp_sqrt()
/sysdeps/mips/mips64/
A De_sqrtl.c28 FP_DECL_Q(A); FP_DECL_Q(C); in __ieee754_sqrtl()
33 FP_SQRT_Q(C, A); in __ieee754_sqrtl()
34 FP_PACK_Q(c, C); in __ieee754_sqrtl()
/sysdeps/aarch64/
A De_sqrtl.c28 FP_DECL_Q(A); FP_DECL_Q(C); in __ieee754_sqrtl()
33 FP_SQRT_Q(C, A); in __ieee754_sqrtl()
34 FP_PACK_Q(c, C); in __ieee754_sqrtl()
/sysdeps/riscv/
A De_sqrtl.c28 FP_DECL_Q (A); FP_DECL_Q (C); in __ieee754_sqrtl()
33 FP_SQRT_Q (C, A); in __ieee754_sqrtl()
34 FP_PACK_Q (c, C); in __ieee754_sqrtl()

Completed in 14 milliseconds

12345