Home
last modified time | relevance | path

Searched defs:y (Results 226 – 250 of 1258) sorted by relevance

12345678910>>...51

/freebsd/sys/ofed/include/rdma/
H A Duverbs_named_ioctl.h42 #define _UVERBS_PASTE(x, y) x ## y argument
43 #define _UVERBS_NAME(x, y) _UVERBS_PASTE(x, y) argument
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c52 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) in WipeOut()
86 int y, x; in wgetnstr_events() local
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_cosh_2u.c33 special_case (float64x2_t x, float64x2_t y, uint64x2_t special) in special_case()
58 float64x2_t y = vfmaq_f64 (d->poly[1], d->poly[2], r); in exp_inline() local
H A Dv_tanf_3u5.c40 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) in special_case()
112 float32x4_t y = vfmaq_f32 (z, vmulq_f32 (z, z2), p); in V_NAME_F1() local
H A Dsv_cbrtf_1u7.c35 special_case (svfloat32_t x, svfloat32_t y, svbool_t special) in special_case()
103 svfloat32_t y = svscale_x (pg, my, ey); in SV_NAME_F1() local
H A Dsv_powf_2u6.c70 svfloat32_t y = svmul_x (pg, x, 0.5f); in svisodd() local
110 powf_specialcase (float x, float y, float z) in powf_specialcase()
143 sv_call_powf_sc (svfloat32_t x1, svfloat32_t x2, svfloat32_t y, svbool_t cmp) in sv_call_powf_sc()
162 svfloat64_t y, svuint64_t sign_bias, svfloat64_t *pylogx, in sv_powf_core_ext()
206 svfloat32_t y, svuint32_t sign_bias, svfloat32_t *pylogx, in sv_powf_core()
H A Dsv_sin_3u5.c32 special_case (svfloat64_t x, svfloat64_t y, svbool_t cmp) in special_case()
76 svfloat64_t y = svmla_x (pg, t1, C (6), r4); in SV_NAME_D1() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_cos.c33 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case()
42 float64x2_t n, r, r2, r3, r4, t1, t2, t3, y; in V_NAME_D1() local
H A Dv_sin.c37 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case()
55 float64x2_t n, r, r2, r3, r4, y, t1, t2, t3; in V_NAME_D1() local
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h174 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
175 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) argument
247 #define P2SAMEHIGHBIT(x, y) (((x) ^ (y)) < ((x) & (y))) argument
272 #define P2CROSS_TYPED(x, y, align, type) \ argument
274 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h178 #define __CONCAT1(x, y) x##y argument
179 #define __CONCAT(x, y) __CONCAT1(x, y) argument
288 #define __align_up(x, y) __builtin_align_up(x, y) argument
289 #define __align_down(x, y) __builtin_align_down(x, y) argument
290 #define __is_aligned(x, y) __builtin_is_aligned(x, y) argument
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h54 # define min(x, y) ((x) < (y) ? (x) : (y)) argument
56 #define min_t(type, x, y) min(x, y) argument
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ia32/
H A Dasm_linkage.h149 #define ENTRY2(x, y) \ argument
156 #define ENTRY_NP2(x, y) \ argument
/freebsd/contrib/mandoc/
H A Datt.c25 #define LINE(x, y) \ argument
H A Dlib.c25 #define LINE(x, y) \ argument
H A Dst.c28 #define LINE(x, y) \ argument
H A Dmsec.c27 #define LINE(x, y) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcmpti2.c24 twords y; in __cmpti2() local
H A Ducmpti2.c24 utwords y; in __ucmpti2() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.struct.d43 int y; member
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Ddebug.h33 #define __printflike(x, y) __attribute__((__format__(__printf__, x, y))) argument
/freebsd/lib/msun/src/
H A Ds_copysignl.c34 copysignl(long double x, long double y) in copysignl()
H A Ds_copysign.c22 copysign(double x, double y) in copysign()
H A Ds_copysignf.c26 copysignf(float x, float y) in copysignf()
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c39 size_t y, x; in addstr4() local
313 size_t y, x; in cl_deleteln() local
524 size_t y, x; in cl_refresh() local
705 size_t y, x; in cl_suspend() local

12345678910>>...51