Home
last modified time | relevance | path

Searched defs:two (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_tanhl.c45 static const _Float128 one = 1.0, two = 2.0, tiny = L(1.0e-4900); variable
De_jnl.c69 two = 2, variable
De_powl.c91 two = 2, variable
Ds_erfl.c146 two = 2, variable
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_tanhf.c25 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
De_jnf.c25 two = 2.0000000000e+00, /* 0x40000000 */ variable
Ds_erff.c32 two = 2.0000000000e+00, /* 0x40000000 */ variable
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_tanh.c47 static const double one = 1.0, two = 2.0, tiny = 1.0e-300; variable
De_jn.c50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
Ds_erf.c128 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_tanhl.c47 static const long double one=1.0L, two=2.0L, tiny = 1.0e-300L; variable
De_jnl.c69 two = 2.0e0L, variable
De_powl.c91 two = 2.0L, variable
Ds_erfl.c152 two = 2.0L, variable
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_tanhl.c49 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable
De_jnl.c68 invsqrtpi = 5.64189583547756286948079e-1L, two = 2.0e0L, one = 1.0e0L; variable
Ds_erfl.c118 two = 2.0L, variable
/glibc-2.36/string/
Dtester.c79 char two[50]; variable
1094 char two[21]; in test_memcmp() local