Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/freebsd/sys/powerpc/fpu/
H A Dfpu_arith.h78 #define FPU_ADDC(r, x, y) \ argument
80 #define FPU_ADDS(r, x, y) \ argument
86 #define FPU_ADDCS(r, x, y) \ argument
92 #define FPU_SUBC(r, x, y) \ argument
94 #define FPU_SUBS(r, x, y) \ argument
100 #define FPU_SUBCS(r, x, y) \ argument
130 #define FPU_ADDC(r, x, y) \ argument
132 #define FPU_ADDS(r, x, y) \ argument
134 #define FPU_ADDCS(r, x, y) \ argument
136 #define FPU_SUBC(r, x, y) \ argument
[all …]
/freebsd/sys/arm/include/
H A Dasm.h95 #define ENTRY(y) _ENTRY(_C_LABEL(y)); argument
96 #define EENTRY(y) _EENTRY(_C_LABEL(y)); argument
97 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y)) argument
99 #define END(y) _END(_C_LABEL(y)) argument
100 #define EEND(y) _EEND(_C_LABEL(y)) argument
109 #define ASEND(y) _END(_ASM_LABEL(y)) argument
110 #define ASLEND(y) _LEND(_ASM_LABEL(y)) argument
111 #define ASEEND(y) _EEND(_ASM_LABEL(y)) argument
136 #define PIC_SYM(x,y) x ## ( ## y ## ) argument
138 #define PIC_SYM(x,y) x/**/(/**/y/**/) argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h61 #define crt_copysign(x, y) copysign((x), (y)) argument
62 #define crt_copysignf(x, y) copysignf((x), (y)) argument
63 #define crt_copysignl(x, y) copysignl((x), (y)) argument
65 #define crt_copysign(x, y) __builtin_copysign((x), (y)) argument
66 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) argument
67 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) argument
71 #define crt_copysignf128(x, y) __builtin_copysignq((x), (y)) argument
91 #define crt_fmaxl(x, y) __max((x), (y)) argument
93 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) argument
103 #define crt_scalbnl(x, y) scalbnl((x), (y)) argument
[all …]
/freebsd/include/
H A Dcomplex.h51 #define CMPLX(x, y) ((double complex){ x, y }) argument
52 #define CMPLXF(x, y) ((float complex){ x, y }) argument
53 #define CMPLXL(x, y) ((long double complex){ x, y }) argument
55 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) argument
56 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) argument
57 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) argument
H A Dtgmath.h128 #define __tg_simple2(x, y, fn) \ argument
130 #define __tg_simple3(x, y, z, fn) \ argument
136 #define __tg_full2(x, y, fn) \ argument
155 #define pow(x, y) __tg_full2(x, y, pow) argument
163 #define atan2(x, y) __tg_simple2(x, y, atan2) argument
171 #define fdim(x, y) __tg_simple2(x, y, fdim) argument
173 #define fma(x, y, z) __tg_simple3(x, y, z, fma) argument
174 #define fmax(x, y) __tg_simple2(x, y, fmax) argument
175 #define fmin(x, y) __tg_simple2(x, y, fmin) argument
176 #define fmod(x, y) __tg_simple2(x, y, fmod) argument
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h110 #define VERIFY3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t) argument
111 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
112 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
118 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
119 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
123 #define ASSERT3B(x, y, z) ((void)0) argument
124 #define ASSERT3S(x, y, z) ((void)0) argument
125 #define ASSERT3U(x, y, z) ((void)0) argument
126 #define ASSERT3P(x, y, z) ((void)0) argument
135 #define _CTASSERT(x, y) __CTASSERT(x, y) argument
[all …]
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h69 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
71 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
75 # define fputc(x,y) fputc_unlocked (x,y) argument
77 # define fputc_unlocked(x,y) fputc (x,y) argument
81 # define fputs(x,y) fputs_unlocked (x,y) argument
83 # define fputs_unlocked(x,y) fputs (x,y) argument
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
111 # define putc(x,y) putc_unlocked (x,y) argument
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_err.c15 with_errno (double y, int e) in with_errno()
26 xflow (uint32_t sign, double y) in xflow()
57 double y = opt_barrier_double (sign ? -1.0 : 1.0) / 0.0; in __math_divzero() local
64 double y = (x - x) / (x - x); in __math_invalid() local
71 __math_check_uflow (double y) in __math_check_uflow()
77 __math_check_oflow (double y) in __math_check_oflow()
H A Dmath_errf.c15 with_errnof (float y, int e) in with_errnof()
26 xflowf (uint32_t sign, float y) in xflowf()
57 float y = opt_barrier_float (sign ? -1.0f : 1.0f) / 0.0f; in __math_divzerof() local
64 float y = (x - x) / (x - x); in __math_invalidf() local
71 __math_check_uflowf (float y) in __math_check_uflowf()
77 __math_check_oflowf (float y) in __math_check_oflowf()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dmath_errf.c15 with_errnof (float y, int e) in with_errnof()
26 xflowf (uint32_t sign, float y) in xflowf()
55 float y = opt_barrier_float (sign ? -1.0f : 1.0f) / 0.0f; in __math_divzerof() local
62 float y = (x - x) / (x - x); in __math_invalidf() local
69 __math_check_uflowf (float y) in __math_check_uflowf()
75 __math_check_oflowf (float y) in __math_check_oflowf()
H A Dmath_err.c15 with_errno (double y, int e) in with_errno()
26 xflow (uint32_t sign, double y) in xflow()
55 double y = opt_barrier_double (sign ? -1.0 : 1.0) / 0.0; in __math_divzero() local
62 double y = (x - x) / (x - x); in __math_invalid() local
69 __math_check_uflow (double y) in __math_check_uflow()
75 __math_check_oflow (double y) in __math_check_oflow()
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ceil.c85 double y = ceil(x); in ATF_TC_BODY() local
100 double y = ceil(x); in ATF_TC_BODY() local
115 double y = ceil(x); in ATF_TC_BODY() local
130 double y = ceil(x); in ATF_TC_BODY() local
176 float y = ceilf(x); in ATF_TC_BODY() local
191 float y = ceilf(x); in ATF_TC_BODY() local
206 float y = ceilf(x); in ATF_TC_BODY() local
221 float y = ceilf(x); in ATF_TC_BODY() local
358 double y = floor(x); in ATF_TC_BODY() local
373 double y = floor(x); in ATF_TC_BODY() local
[all …]
H A Dt_sinh.c41 double y; member
103 double y = sinh(x); in ATF_TC_BODY() local
118 double y = sinh(x); in ATF_TC_BODY() local
133 double y = sinh(x); in ATF_TC_BODY() local
148 double y = sinh(x); in ATF_TC_BODY() local
202 float y = sinhf(x); in ATF_TC_BODY() local
217 float y = sinhf(x); in ATF_TC_BODY() local
232 float y = sinhf(x); in ATF_TC_BODY() local
247 float y = sinhf(x); in ATF_TC_BODY() local
H A Dt_cbrt.c97 double y = cbrt(x); in ATF_TC_BODY() local
112 double y = cbrt(x); in ATF_TC_BODY() local
127 double y = cbrt(x); in ATF_TC_BODY() local
142 double y = cbrt(x); in ATF_TC_BODY() local
207 float y = cbrtf(x); in ATF_TC_BODY() local
222 float y = cbrtf(x); in ATF_TC_BODY() local
237 float y = cbrtf(x); in ATF_TC_BODY() local
252 float y = cbrtf(x); in ATF_TC_BODY() local
333 long double y = cbrtl(x); in ATF_TC_BODY() local
348 long double y = cbrtl(x); in ATF_TC_BODY() local
[all …]
/freebsd/lib/msun/tests/
H A Dtest-utils.h82 CMPLXL(long double x, long double y) in CMPLXL()
106 fpequal_cs(long double x, long double y, bool checksign) in fpequal_cs()
117 fpequal_tol(long double x, long double y, long double tol, in fpequal_tol()
147 #define CHECK_FPEQUAL(x, y) CHECK_FPEQUAL_CS(x, y, true) argument
149 #define CHECK_FPEQUAL_CS(x, y, checksign) do { \ argument
156 #define CHECK_FPEQUAL_TOL(x, y, tol, flags) do { \ argument
173 #define CHECK_CFPEQUAL_CS(x, y, checksign) do { \ argument
183 #define CHECK_CFPEQUAL_TOL(x, y, tol, flags) do { \ argument
H A Drem_test.c46 #define test(x, y, e_r, e_q) do { \ argument
106 test_invalid(long double x, long double y) in test_invalid()
139 testl(long double x, long double y, long double expected_rem, int expected_quo) in testl()
161 testd(double x, double y, double expected_rem, int expected_quo) in testd()
183 testf(float x, float y, float expected_rem, int expected_quo) in testf()
/freebsd/contrib/dialog/
H A Dmouse.c48 dlg_mouse_setbase(int x, int y) in dlg_mouse_setbase()
62 dlg_mouse_mkbigregion(int y, int x, in dlg_mouse_mkbigregion()
85 dlg_mouse_mkregion(int y, int x, int height, int width, int code) in dlg_mouse_mkregion()
123 any_mouse_region(int y, int x, int small) in any_mouse_region()
144 dlg_mouse_region(int y, int x) in dlg_mouse_region()
151 dlg_mouse_bigregion(int y, int x) in dlg_mouse_bigregion()
/freebsd/crypto/heimdal/kuser/
H A Dkuser_locl.h95 #define N_(x,y) gettext(x) argument
96 #define NP_(x,y) (x) argument
99 #define N_(x,y) (x) argument
100 #define NP_(x,y) (x) argument
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c45 const volatile __m128i *volatile y = in crypto_verify_n() local
69 const volatile unsigned char *volatile y = in crypto_verify_n() local
83 crypto_verify_16(const unsigned char *x, const unsigned char *y) in crypto_verify_16()
89 crypto_verify_32(const unsigned char *x, const unsigned char *y) in crypto_verify_32()
95 crypto_verify_64(const unsigned char *x, const unsigned char *y) in crypto_verify_64()
/freebsd/lib/libcalendar/
H A Deaster.c38 easterg(int y, date *dt) in easterg()
57 easterog(int y, date *dt) in easterog()
65 easteroj(int y, date * dt) in easteroj()
73 easterodn(int y) in easterodn()
/freebsd/lib/msun/src/
H A Dmath.h105 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
106 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
107 #define isless(x, y) __builtin_isless((x), (y)) argument
108 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
109 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
110 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
112 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) argument
114 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) argument
115 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) argument
116 #define islessgreater(x, y) (!isunordered((x), (y)) && \ argument
[all …]
/freebsd/contrib/sendmail/include/sm/
H A Dcdefs.h49 # define __CONCAT(x,y) x ## y argument
53 # define __CONCAT(x,y) x/**/y argument
133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) argument
135 # define PRINTFLIKE(x,y) argument
141 # define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, x, y))) argument
143 # define SCANFLIKE(x,y) argument
/freebsd/tools/build/cross-build/include/common/sys/
H A Dparam.h75 #define rounddown(x, y) (((x) / (y)) * (y)) argument
78 #define rounddown2(x, y) ((x) & (~((y)-1))) /* if y is power of two */ argument
81 #define roundup(x, y) ((((x) + ((y)-1)) / (y)) * (y)) /* to any y */ argument
84 #define roundup2(x, y) \ argument
/freebsd/contrib/tcpdump/
H A Dfuncattrs.h119 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) argument
139 #define PRINTFLIKE_FUNCPTR(x,y) __attribute__((__format__(__printf__,x,y))) argument
144 #define PRINTFLIKE(x,y) argument
147 #define PRINTFLIKE_FUNCPTR(x,y) argument
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c274 uint32 y[2]; in test_ldexp() local
352 uint32 y; in test_ldexpf() local
557 char *test_copysign(uint32 *x, uint32 *y, uint32 *out) in test_copysign()
569 char *test_copysignf(uint32 *x, uint32 *y, uint32 *out) in test_copysignf()
701 static int fpcmp4(uint32 *x, uint32 *y) in fpcmp4()
761 static int fpcmp4f(uint32 *x, uint32 *y) in fpcmp4f()
811 char *test_isgreater(uint32 *x, uint32 *y, uint32 *out) in test_isgreater()
825 char *test_isless(uint32 *x, uint32 *y, uint32 *out) in test_isless()
832 char *test_islessequal(uint32 *x, uint32 *y, uint32 *out) in test_islessequal()
859 char *test_isgreaterf(uint32 *x, uint32 *y, uint32 *out) in test_isgreaterf()
[all …]

12345678910>>...51