Searched defs:two (Results 1 – 18 of 18) sorted by relevance
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_tanhl.c | 45 static const _Float128 one = 1.0, two = 2.0, tiny = L(1.0e-4900); variable
|
D | e_jnl.c | 69 two = 2, variable
|
D | e_powl.c | 91 two = 2, variable
|
D | s_erfl.c | 146 two = 2, variable
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_tanhf.c | 25 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
|
D | e_jnf.c | 25 two = 2.0000000000e+00, /* 0x40000000 */ variable
|
D | s_erff.c | 32 two = 2.0000000000e+00, /* 0x40000000 */ variable
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_tanh.c | 47 static const double one = 1.0, two = 2.0, tiny = 1.0e-300; variable
|
D | e_jn.c | 50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
|
D | s_erf.c | 128 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_tanhl.c | 47 static const long double one=1.0L, two=2.0L, tiny = 1.0e-300L; variable
|
D | e_jnl.c | 69 two = 2.0e0L, variable
|
D | e_powl.c | 91 two = 2.0L, variable
|
D | s_erfl.c | 152 two = 2.0L, variable
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_tanhl.c | 49 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable
|
D | e_jnl.c | 68 invsqrtpi = 5.64189583547756286948079e-1L, two = 2.0e0L, one = 1.0e0L; variable
|
D | s_erfl.c | 118 two = 2.0L, variable
|
/glibc-2.36/string/ |
D | tester.c | 79 char two[50]; variable 1094 char two[21]; in test_memcmp() local
|