Searched defs:sign (Results 1 - 25 of 220) sorted by relevance

123456789

/freebsd-current/crypto/openssh/regress/unittests/authopt/testdata/
H A Dmktestdata.sh12 sign() { function
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dsinf.c53 int sign = xi >> 31; local
H A Dcosf.c49 int sign = xi >> 31; local
H A Dsincosf.c56 int sign = xi >> 31; local
H A Derff.c34 uint32_t sign = ix >> 31; local
H A Dmath_errf.c26 xflowf (uint32_t sign, float y) argument
33 __math_uflowf (uint32_t sign) argument
42 __math_may_uflowf (uint32_t sign) argument
49 __math_oflowf (uint32_t sign) argument
55 __math_divzerof (uint32_t sign) argument
[all...]
H A Dmath_err.c26 xflow (uint32_t sign, double y) argument
33 __math_uflow (uint32_t sign) argument
42 __math_may_uflow (uint32_t sign) argument
49 __math_oflow (uint32_t sign) argument
55 __math_divzero (uint32_t sign) argument
[all...]
/freebsd-current/lib/msun/src/
H A De_sqrtf.c32 int32_t sign = (int)0x80000000; local
H A Ds_rintl.c58 int ex, sign; local
H A Ds_cbrtf.c33 u_int32_t sign; local
H A De_sqrt.c101 int32_t sign = (int)0x80000000; local
[all...]
/freebsd-current/contrib/gdtoa/
H A DstrtodI.c59 ULong bits[2], sign; local
[all...]
H A Dg_dfmt.c43 ULong bits[2], *L, sign; local
H A Dg_ffmt.c43 ULong bits[1], *L, sign; local
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsinpi_3u.c40 uint64_t sign = asuint64 (x) & 0x8000000000000000; local
H A Dcospi_3u1.c62 uint64_t sign = asuint64 (n) << 63; local
H A Dsinhf_2u3.c34 uint32_t sign = ix & ~AbsMask; local
H A Dsv_sinpi_3u1.c41 svuint64_t sign = svlsl_z (pg, intn, 63); local
H A Dsv_sinpif_2u5.c38 svuint32_t sign = svlsl_z (pg, intn, 31); local
H A Derff_2u.c45 uint32_t sign = ix & ~0x7fffffff; local
H A Dcbrtf_1u5.c30 uint32_t sign = ix & SignMask; local
H A Dcbrt_2u.c32 uint64_t sign = ix & ~AbsMask; local
H A Dmath_errf.c26 xflowf (uint32_t sign, float y) argument
33 __math_uflowf (uint32_t sign) argument
41 __math_may_uflowf (uint32_t sign) argument
47 __math_oflowf (uint32_t sign) argument
53 __math_divzerof (uint32_t sign) argument
[all...]
H A Dsinh_3u.c32 uint64_t sign = ix & ~AbsMask; local
H A Dmath_err.c26 xflow (uint32_t sign, double y) argument
33 __math_uflow (uint32_t sign) argument
41 __math_may_uflow (uint32_t sign) argument
47 __math_oflow (uint32_t sign) argument
53 __math_divzero (uint32_t sign) argument
[all...]

Completed in 372 milliseconds

123456789