Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 234) sorted by relevance

12345678910

/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_err.c26 xflow (uint32_t sign, double y) in xflow()
33 __math_uflow (uint32_t sign) in __math_uflow()
42 __math_may_uflow (uint32_t sign) in __math_may_uflow()
49 __math_oflow (uint32_t sign) in __math_oflow()
55 __math_divzero (uint32_t sign) in __math_divzero()
H A Dmath_errf.c26 xflowf (uint32_t sign, float y) in xflowf()
33 __math_uflowf (uint32_t sign) in __math_uflowf()
42 __math_may_uflowf (uint32_t sign) in __math_may_uflowf()
49 __math_oflowf (uint32_t sign) in __math_oflowf()
55 __math_divzerof (uint32_t sign) in __math_divzerof()
H A Dtgamma128.c53 long double sign = 1.0L; in sin_pi_x_over_pi() local
188 int sign = signbit(x); in tgamma128() local
H A Dsinf.c53 int sign = xi >> 31; in sinf() local
H A Dcosf.c49 int sign = xi >> 31; in cosf() local
H A Dsincosf.c56 int sign = xi >> 31; in sincosf() local
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dmath_errf.c26 xflowf (uint32_t sign, float y) in xflowf()
33 __math_uflowf (uint32_t sign) in __math_uflowf()
41 __math_may_uflowf (uint32_t sign) in __math_may_uflowf()
47 __math_oflowf (uint32_t sign) in __math_oflowf()
53 __math_divzerof (uint32_t sign) in __math_divzerof()
H A Dmath_err.c26 xflow (uint32_t sign, double y) in xflow()
33 __math_uflow (uint32_t sign) in __math_uflow()
41 __math_may_uflow (uint32_t sign) in __math_may_uflow()
47 __math_oflow (uint32_t sign) in __math_oflow()
53 __math_divzero (uint32_t sign) in __math_divzero()
H A Dcospi_3u1.c62 uint64_t sign = asuint64 (n) << 63; in cospi() local
H A Dsinh_3u.c32 uint64_t sign = ix & ~AbsMask; in sinh() local
/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c159 toinf(struct fpemu *fe, int sign) in toinf()
197 int sign, exp; in fpu_ftoi() local
243 int sign, exp; in fpu_ftox() local
287 u_int sign = fp->fp_sign << 31; in fpu_ftos() local
368 u_int sign = fp->fp_sign << 31; in fpu_ftod() local
/freebsd/lib/libc/xdr/
H A Dxdr_float.c67 unsigned int sign : 1; member
74 unsigned int sign : 1; member
159 unsigned int sign : 1; member
167 unsigned int sign : 1; member
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c13 int sign = in[0] & 0x80000000; in test_rint() local
76 int sign = *in & 0x80000000; in test_rintf() local
131 int sign; in test_fmod() local
205 int sign; in test_fmodf() local
276 int sign = x[0] & 0x80000000; in test_ldexp() local
354 int sign = *x & 0x80000000; in test_ldexpf() local
428 int sign; in test_frexp() local
465 int sign; in test_frexpf() local
491 int sign = x[0] & 0x80000000; in test_modf() local
528 int sign = *x & 0x80000000; in test_modff() local
H A Ddotest.c75 int sign = (hl >> 63) ? -1 : +1; in set_mpfr_d() local
96 int sign = (f >> 31) ? -1 : +1; in set_mpfr_f() local
137 uint32_t sign, expfield, mantfield; in get_mpfr_d() local
201 uint32_t sign, expfield, mantfield; in get_mpfr_f() local
336 int sign; in test_lgamma() local
835 int sign, eptr; in float32_case() local
963 int sign, eptr; in float64_case() local
1249 uint32 sign = random_sign; in log1p_cases() local
1260 uint32 sign = random_sign; in log1p_cases_float() local
H A Dwrappers.c182 void wrapper_set_sign(wrapperctx *ctx, uint32 sign) in wrapper_set_sign()
188 void wrapper_set_sign_r(wrapperctx *ctx, uint32 sign) in wrapper_set_sign_r()
194 void wrapper_set_sign_i(wrapperctx *ctx, uint32 sign) in wrapper_set_sign_i()
/freebsd/lib/libc/include/
H A Dfpmath.h46 unsigned int sign :1; member
67 unsigned int sign :1; member
/freebsd/crypto/openssh/regress/unittests/authopt/testdata/
H A Dmktestdata.sh12 sign() { function
/freebsd/lib/libc/gdtoa/
H A D_hldtoa.c75 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
169 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c86 unsigned int sign, in fmt_flt()
170 unsigned int sign; in fetch_ieee754() local
410 unsigned int sign; in put_ieee754() local
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_long.c89 unsigned long utmp, sign; in long_i2c() local
133 unsigned long utmp = 0, sign = 0x100; in long_c2i() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatditf.c28 rep_t sign = 0; in __floatditf() local
H A Dfloatsitf.c28 rep_t sign = 0; in __floatsitf() local
H A Dfloatsidf.c29 rep_t sign = 0; in __floatsidf() local
/freebsd/lib/msun/src/
H A Ds_rintl.c58 int ex, sign; in rintl() local
H A Ds_cbrtf.c33 u_int32_t sign; in cbrtf() local

12345678910