Home
last modified time | relevance | path

Searched refs:y (Results 201 – 225 of 2944) sorted by relevance

12345678910>>...118

/freebsd/sys/powerpc/include/
H A Dasm.h195 #define ASEND(y) _END(ASMNAME(y)) argument
196 #define ASENTRY(y) _ENTRY(ASMNAME(y)); _PROF_PROLOGUE argument
197 #define END(y) _END(CNAME(y)) argument
198 #define ENTRY(y) _ENTRY(CNAME(y)); _PROF_PROLOGUE argument
199 #define GLOBAL(y) _GLOBAL(CNAME(y)) argument
201 #define ASENTRY_NOPROF(y) _ENTRY(ASMNAME(y)) argument
202 #define ENTRY_NOPROF(y) _ENTRY(CNAME(y)) argument
/freebsd/lib/msun/src/
H A Ds_fmax.c36 fmax(double x, double y) in fmax() argument
38 return (__builtin_fmax(x, y)); in fmax()
42 fmax(double x, double y) in fmax() argument
47 u[1].d = y; in fmax()
51 return (y); in fmax()
59 return (x > y ? x : y); in fmax()
H A Ds_fmin.c36 fmin(double x, double y) in fmin() argument
38 return (__builtin_fmin(x, y)); in fmin()
42 fmin(double x, double y) in fmin() argument
47 u[1].d = y; in fmin()
51 return (y); in fmin()
59 return (x < y ? x : y); in fmin()
H A Ds_remquol.c64 remquol(long double x, long double y, int *quo) in remquol() argument
73 uy.e = y; in remquol()
84 return nan_mix_op(x, y, *)/nan_mix_op(x, y, *); in remquol()
153 y = fabsl(y); in remquol()
154 if (y < LDBL_MIN * 2) { in remquol()
155 if (x+x>y || (x+x==y && (q & 1))) { in remquol()
157 x-=y; in remquol()
159 } else if (x>0.5*y || (x==0.5*y && (q & 1))) { in remquol()
161 x-=y; in remquol()
H A Ds_nextafterf.c20 nextafterf(float x, float y) in nextafterf() argument
26 GET_FLOAT_WORD(hy,y); in nextafterf()
32 return x+y; in nextafterf()
33 if(x==y) return y; /* x=y, return y */ in nextafterf()
57 SET_FLOAT_WORD(y,hx); in nextafterf()
58 return y; in nextafterf()
/freebsd/sys/powerpc/fpu/
H A Dfpu_emu.h127 #define ORDER(x, y) { \ argument
128 if ((u_int)(x)->fp_class > (u_int)(y)->fp_class) \
129 SWAP(x, y); \
131 #define SWAP(x, y) { \ argument
133 swap = (x), (x) = (y), (y) = swap; \
188 #define DPRINTF(x, y) if (fpe_debug & (x)) printf y argument
191 #define DPRINTF(x, y) argument
/freebsd/sys/dev/enic/
H A Denic_compat.h35 #define pr_err(y, args...) dev_err(0, y, ##args) argument
36 #define pr_warn(y, args...) dev_warning(0, y, ##args) argument
55 #define min_t(type, x, y) ({ \ argument
57 type __min2 = (y); \
60 #define max_t(type, x, y) ({ \ argument
62 type __max2 = (y); \
/freebsd/sys/dev/ixgbe/
H A Dixgbe_bypass.h45 #define LEAP_YR(y) ((y % 400 == 0) || ((y % 4 == 0) && (y % 100 != 0))) argument
46 #define SEC_THIS_YEAR(y) (LEAP_YR(y) ? SEC_PER_LYEAR : SEC_PER_YEAR) argument
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c610 y = 1; in text_autosize()
619 y++; in text_autosize()
625 y++; in text_autosize()
632 y++; in text_autosize()
641 y++; in text_autosize()
647 y = (x == 0) ? y : y + 1; in text_autosize()
898 *y = conf->y; in set_widget_position()
1152 *y = (*x != 0 ? *y+1 : *y); in print_string()
1212 y++; in print_textpad()
1219 y++; in print_textpad()
[all …]
/freebsd/contrib/dialog/
H A Ddialog.h187 #define MIN(x,y) ((x) < (y) ? (x) : (y)) argument
190 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument
339 #define draw_box(win,y,x,h,w,xc,bc) dlg_draw_box(win,y,x,h,w,xc,bc) argument
340 #define draw_shadow(win,h,w,y,x) dlg_draw_shadow(win,h,w,y,x) argument
344 #define mouse_bigregion(y,x) dlg_mouse_bigregion(y,x) argument
347 #define mouse_mkregion(y,x,h,w,n) dlg_mouse_mkregion(y,x,h,w,n) argument
348 #define mouse_region(y,x) dlg_mouse_region(y,x) argument
349 #define mouse_setbase(x,y) dlg_mouse_setbase(x,y) argument
352 #define new_window(h,w,y,x) dlg_new_window(h,w,y,x) argument
358 #define sub_window(win,h,w,y,x) dlg_sub_window(win,h,w,y,x) argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h345 return (crt_isnan(x) || x < y) ? y : x; in __compiler_rt_fmaxX()
356 return __compiler_rt_scalbnX(x, y); in __compiler_rt_scalbnf()
361 return __builtin_fmaxf(x, y); in __compiler_rt_fmaxf()
364 return __compiler_rt_fmaxX(x, y); in __compiler_rt_fmaxf()
374 return __compiler_rt_scalbnX(x, y); in __compiler_rt_scalbn()
379 return __builtin_fmax(x, y); in __compiler_rt_fmax()
382 return __compiler_rt_fmaxX(x, y); in __compiler_rt_fmax()
394 return __compiler_rt_scalbnX(x, y); in __compiler_rt_scalbntf()
397 return __compiler_rt_fmaxX(x, y); in __compiler_rt_fmaxtf()
409 return crt_scalbnl(x, y); in __compiler_rt_scalbntf()
[all …]
/freebsd/lib/libvgl/
H A Dvgl.h49 #define VGLBITMAP_INITIALIZER(t, x, y, bits) \ argument
50 { (t), (x), (y), (x), (y), 0, 0, (bits), -1 }
123 int VGLPanScreen(VGLBitmap *object, int x, int y);
132 int VGLMouseStatus(int *x, int *y, char *buttons);
134 int VGLMouseFreezeXY(int x, int y);
135 void VGLMouseMerge(int x, int y, int width, byte *line);
136 int VGLMouseOverlap(int x, int y, int width, int hight);
139 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
140 u_long VGLGetXY(VGLBitmap *object, int x, int y);
158 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fil…
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dsv_cosh_2u.c34 special_case (svfloat64_t x, svfloat64_t y, svbool_t special) in special_case() argument
36 return sv_call_f64 (cosh, x, y, special); in special_case()
55 svfloat64_t y = svmla_x (pg, sv_f64 (d->poly[1]), r, d->poly[2]); in exp_inline() local
56 y = svmla_x (pg, sv_f64 (d->poly[0]), r, y); in exp_inline()
57 y = svmla_x (pg, sv_f64 (1.0), r, y); in exp_inline()
58 y = svmul_x (pg, r, y); in exp_inline()
64 return svmla_x (pg, s, s, y); in exp_inline()
H A Dsv_pow_1u5.c75 return sv_isnotint (pg, y); in sv_isodd()
139 double y = scale + scale * tmp; in specialcase() local
140 return 0x1p-1022 * y; in specialcase()
156 y = svsel (p, y2, y); in sv_call_specialcase()
159 return y; in sv_call_specialcase()
217 return y; in sv_log_inline()
302 pow_sc (double x, double y) in pow_sc() argument
305 uint64_t iy = asuint64 (y); in pow_sc()
312 return issignaling_inline (y) ? x + y : 1.0; in pow_sc()
314 return x + y; in pow_sc()
[all …]
H A Dlog10_2u.c44 double_t w, z, r, r2, r3, y, invc, logc, kd, hi, lo; in log10() local
61 y = r3 in log10()
74 y += lo; in log10()
75 y += hi; in log10()
77 y = y * InvLn10; in log10()
79 return eval_as_double (y); in log10()
126 y = lo + r2 * A[0] + r * r2 * (A[1] + r * A[2] + r2 * (A[3] + r * A[4])) + hi; in log10()
127 y = y * InvLn10; in log10()
129 return eval_as_double (y); in log10()
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst13.02 x=1 y=2
5 ($((y+=1))) echo bad1 ;;
6 ($((y-1))) echo $x.$y ;;
7 ($((y=2))) echo bad2 ;;
11 [ "$x.$y" = "1.2" ] || echo "Error at $LINENO"
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h156 #define makedev(x, y) (unsigned short)(((x) << O_BITSMINOR) | ((y) & O_MAXMIN)) argument
160 #define makedevice(x, y) (dev_t)(((dev_t)(x) << L_BITSMINOR) | ((y) & L_MAXMIN)) argument
228 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
231 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) argument
303 #define P2SAMEHIGHBIT(x, y) (((x) ^ (y)) < ((x) & (y))) argument
328 #define P2CROSS_TYPED(x, y, align, type) \ argument
329 (((type)(x) ^ (type)(y)) > (type)(align) - 1)
330 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
331 (((type)(x) ^ (type)(y)) < ((type)(x) & (type)(y)))
/freebsd/usr.bin/dpv/
H A Ddpv_util.h54 #define MIN(x,y) ((x) < (y) ? (x) : (y)) argument
56 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument
/freebsd/stand/forth/
H A Dlogo-orb.4th28 : logo+ ( x y c-addr/u -- x y' )
32 1+ \ increase y for next time we're called
35 : logo ( x y -- ) \ color Orb mascot (15 rows x 30 columns)
39 >r 2dup ( x y x y )
40 >r 0 swap r> ( x y 0 x y )
41 dup 0 swap 15 + ( x y 0 x y 0 y+15 )
51 s" +o .--` @[31;1m/y:` +.@[31m" logo+
53 s" y/ @[31;1m-/` -o/@[31m" logo+
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m31.c426 uint64_t y; in mul_f256() local
428 y = s[i]; in mul_f256()
538 uint64_t y; in square_f256() local
540 y = s[i]; in square_f256()
652 uint32_t y[9]; member
728 mul_f256(P->y, t1, P->y); in p256_to_affine()
785 square_f256(t3, Q->y); in p256_double()
811 sub_f256(Q->y, Q->y, t4); in p256_double()
916 sub_f256(P1->y, P1->y, t1); in p256_add()
1025 sub_f256(P1->y, P1->y, t1); in p256_add_mixed()
[all …]
/freebsd/crypto/openssh/
H A Ded25519.c229 fe25519 y = *x; in fe25519_pack() local
230 fe25519_freeze(&y); in fe25519_pack()
232 r[i] = y.v[i]; in fe25519_pack()
251 fe25519 t2 = *y; in fe25519_iseq_vartime()
735 fe25519 y; member
777 fe25519 y; member
784 fe25519 y; member
791 fe25519 y; member
1662 fe25519_mul(&r->y, &p->y, &p->z); in p1p1_to_p2()
1738 fe25519_cmov(&r->y, &p->y, b); in cmov_aff()
[all …]
/freebsd/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl23 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
27 xor $y, %r11d /* y ^ ... */
34 mov $y, %r11d /* (NEXT STEP) z' = $y */
47 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
54 and $y, %r11d /* y & (not z) */
57 mov $y, %r11d /* (NEXT STEP) z' = $y */
59 mov $y, %r12d /* (NEXT STEP) z' = $y */
73 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
104 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
112 xor $y, %r11d /* y ^ ... */
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_erase.c58 int y; in NCURSES_EXPORT() local
61 for (y = 0; y <= win->_maxy; y++) { in NCURSES_EXPORT()
64 start = win->_line[y].text; in NCURSES_EXPORT()
88 win->_line[y].firstchar = 0; in NCURSES_EXPORT()
89 win->_line[y].lastchar = win->_maxx; in NCURSES_EXPORT()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_math.h79 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument
105 #define MIN(x,y) ((x) < (y) ? (x) : (y)) argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_log.c56 special_case (float64x2_t x, float64x2_t y, float64x2_t hi, float64x2_t r2, in special_case() argument
59 return v_call_f64 (log, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (cmp)); in special_case()
65 float64x2_t z, r, r2, p, y, kd, hi; in V_NAME_D1() local
92 y = vfmaq_f64 (A (2), A (3), r); in V_NAME_D1()
94 y = vfmaq_f64 (y, A (4), r2); in V_NAME_D1()
95 y = vfmaq_f64 (p, y, r2); in V_NAME_D1()
98 return special_case (x, y, hi, r2, cmp); in V_NAME_D1()
99 return vfmaq_f64 (hi, y, r2); in V_NAME_D1()

12345678910>>...118