Home
last modified time | relevance | path

Searched +full:y +full:- (Results 1 – 25 of 1160) sorted by relevance

12345678910>>...47

/freebsd/lib/msun/ld128/
H A De_lgammal_r.c32 * Domain y in [0x1p-119, 0.28], range ~[-1.4065e-36, 1.4065e-36]:
33 * |(lgamma(2 - y) + y / 2) / y - a(y)| < 2**-119.1
36 a0 = 7.72156649015328606065120900824024296e-02L,
37 a1 = 3.22467033424113218236207583323018498e-01L,
38 a2 = 6.73523010531980951332460538330282217e-02L,
39 a3 = 2.05808084277845478790009252803463129e-02L,
40 a4 = 7.38555102867398526627292839296001626e-03L,
41 a5 = 2.89051033074152328576829509522483468e-03L,
42 a6 = 1.19275391170326097618357349881842913e-03L,
43 a7 = 5.09669524743042462515256340206203019e-04L,
[all …]
/freebsd/contrib/bmake/mk/
H A Dyacc.mk1 # SPDX-License-Identifier: BSD-2-Clause
6 # @(#) Copyright (c) 1999-2011, Simon J. Gerraty
15 # Please send copies of changes and bug-fixes to:
19 # this file contains rules to DTRT when SRCS contains foo.y or foo.c
20 # when only a foo.y exists.
23 YFLAGS?= -v -
[all...]
/freebsd/lib/msun/src/
H A De_lgammaf_r.c1 /* e_lgammaf_r.c -- float version of e_lgamma_r.c.
28 * Domain y in [0x1p-27, 0.27], range ~[-3.4599e-10, 3.4590e-10]:
29 * |(lgamma(2 - y) + 0.5 * y) / y - a(y)| < 2**-31.4
31 a0 = 7.72156641e-02, /* 0x3d9e233f */
32 a1 = 3.22467119e-01, /* 0x3ea51a69 */
33 a2 = 6.73484802e-02, /* 0x3d89ee00 */
34 a3 = 2.06395667e-02, /* 0x3ca9144f */
35 a4 = 6.98275631e-03, /* 0x3be4cf9b */
36 a5 = 4.11768444e-03, /* 0x3b86eda4 */
38 * Domain x in [tc-0.24, tc+0.28], range ~[-5.6577e-10, 5.5677e-10]:
[all …]
H A Dcatrig.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
47 FOUR_SQRT_MIN = 0x1p-509, /* >= 4 * sqrt(DBL_MIN) */
49 m_e = 2.7182818284590452e0, /* 0x15bf0a8b145769.0p-51 */
50 m_ln2 = 6.9314718055994531e-1, /* 0x162e42fefa39ef.0p-53 */
51 pio2_hi = 1.5707963267948966e0, /* 0x1921fb54442d18.0p-52 */
53 SQRT_3_EPSILON = 2.5809568279517849e-8, /* 0x1bb67ae8584caa.0p-78 */
54 SQRT_6_EPSILON = 3.6500241499888571e-8, /* 0x13988e1409212e.0p-77 */
55 SQRT_MIN = 0x1p-511; /* >= sqrt(DBL_MIN) */
[all …]
H A Dcatrigf.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
33 * Mathematical Software, Volume 23 Issue 3, 1997, Pages 299-335,
60 FOUR_SQRT_MIN = 0x1p-61,
62 m_e = 2.7182818285e0, /* 0xadf854.0p-22 */
63 m_ln2 = 6.9314718056e-1, /* 0xb17218.0p-24 */
64 pio2_hi = 1.5707962513e0, /* 0xc90fda.0p-23 */
66 SQRT_3_EPSILON = 5.9801995673e-4, /* 0x9cc471.0p-34 */
67 SQRT_6_EPSILON = 8.4572793338e-4, /* 0xddb3d7.0p-34 */
[all …]
H A Dcatrigl.c1 /*-
2 * Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
32 * Mathematical Software, Volume 23 Issue 3, 1997, Pages 299-335,
64 FOUR_SQRT_MIN = 0x1p-8189L,
68 SQRT_MIN = 0x1p-8191L;
73 um_ln2 = LD80C(0xb17217f7d1cf79ac, -1, 6.93147180559945309417e-1L);
77 /* The next 2 literals for non-i386. Misrounding them on i386 is harmless. */
78 SQRT_3_EPSILON = 5.70316273435758915310e-10, /* 0x9cc470a0490973e8.0p-94 */
79 SQRT_6_EPSILON = 8.06549008734932771664e-10; /* 0xddb3d742c265539e.0p-94 */
82 m_e = 2.71828182845904523536028747135266250e0L, /* 0x15bf0a8b1457695355fb8ac404e7a.0p-111 */
[all …]
H A Ds_ctanh.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * Hyperbolic tangent of a complex argument z = x + I y.
41 * beta = 1/cos^2(y)
49 * sinh(x) cos(y) + I cosh(x) sin(y)
50 * = ---------------------------------
51 * cosh(x) cos(y) + I sinh(x) sin(y)
53 * cosh(x) sinh(x) / cos^2(y) + I tan(y)
54 * = -------------------------------------
55 * 1 + sinh^2(x) / cos^2(y)
[all …]
H A De_lgamma_r.c27 * On [ymin-0.23, ymin+0.27] (i.e., [1.23164,1.73163]), use
28 * Let z = x-ymin;
29 * lgamma(x) = -1.214862905358496078218 + z^2*poly(z)
34 * s = x-2.0;
37 * |P/Q - (lgamma(x)-0.5s)| < 2**-61.71
40 * zeta(2)-1 2 zeta(3)-1 3
41 * lgamma(2+s) = s*(1-Euler) + --------- * s - --------- * s + ...
48 * lgamma(x)~(x-0.5)log(x)-x+0.5*log(2pi)+1/(12x)-1/(360x**3)+....
50 * lgamma(x)~(x-0.5)*(log(x)-1)-.5*(log(2pi)-1) + ...)
52 * f(z) = lgamma(x) - (x-0.5)(log(x)-1)
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DT.re34 # system("bprint -c ../a.out")
124 xr+y ~ xry
130 xr?y ~ xy
143 [0-9] ~ 1
148 [^0-9] !~ 1
153 [0-25-69] ~ 0
188 x[0-9]+y ~ x0y
191 !~ 0y
193 x[0-9]?y ~ xy
196 x[[]y ~ x[y
[all …]
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl2 # Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
34 @Y= ("A24","B24","A25","B25","A26","B26","A27","B27",
63 || [A0] STW FP,*SP--(40+64) ; save frame pointer and alloca(40+64)
69 || [A0] STDW A13:A12,*FP[-3]
70 [A0] STDW A11:A10,*FP[-4]
73 [A0] LDW *${KEYA}[0],@Y[4] ; load key
74 || [A0] LDW *${KEYB}[1],@Y[5]
75 || [A0] MVK 0x00007865,@Y[0] ; synthesize sigma
76 || [A0] MVK 0x0000646e,@Y[1]
77 [A0] LDW *${KEYA}[2],@Y[6]
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddefconfig14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
29 CONFIG_DRIVER_WEXT=y
32 CONFIG_DRIVER_NL80211=y
35 #CONFIG_DRIVER_NL80211_QCA=y
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
[all …]
H A DAndroid.mk8 LOCAL_PATH := $(call my-dir)
9 PKG_CONFIG ?= pkg-config
12 CONFIG_DRIVER_$(BOARD_WPA_SUPPLICANT_DRIVER) := y
18 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
20 L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
23 L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"
26 L_CFLAGS += -Wno-unused-parameter
29 L_CFLAGS += -DANDROID_P2P
32 L_CFLAGS += -DANDROID_LIB_STUB
36 L_CFLAGS += -DANDROID_LIB_EVENT
[all …]
H A Dandroid.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
29 #CONFIG_DRIVER_WEXT=y
32 #CONFIG_DRIVER_NL80211=y
33 CONFIG_LIBNL20=y
36 CONFIG_DRIVER_NL80211_QCA=y
39 #CONFIG_DRIVER_BSD=y
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dandroid.config13 #CONFIG_DRIVER_HOSTAP=y
16 #CONFIG_DRIVER_WIRED=y
19 #CONFIG_DRIVER_NL80211=y
24 #CFLAGS += -I$(LIBNL)/include
25 #LIBS += -L$(LIBNL)/lib
26 CONFIG_LIBNL20=y
29 CONFIG_DRIVER_NL80211_QCA=y
32 #CONFIG_DRIVER_NL80211_BRCM=y
35 #CONFIG_DRIVER_BSD=y
36 #CFLAGS += -I/usr/local/include
[all …]
H A Ddefconfig13 CONFIG_DRIVER_HOSTAP=y
16 #CONFIG_DRIVER_WIRED=y
19 CONFIG_DRIVER_NL80211=y
22 #CONFIG_DRIVER_NL80211_QCA=y
27 #CFLAGS += -I$<path to libnl include files>
28 #LIBS += -L$<path to libnl library files>
31 #CONFIG_LIBNL20=y
34 CONFIG_LIBNL32=y
38 #CONFIG_DRIVER_BSD=y
39 #CFLAGS += -I/usr/local/include
[all …]
H A DAndroid.mk7 LOCAL_PATH := $(call my-dir)
12 CONFIG_DRIVER_$(BOARD_HOSTAPD_DRIVER) := y
20 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
22 L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
28 L_CFLAGS += -Wno-unused-parameter
31 L_CFLAGS += -DANDROID_P2P
34 L_CFLAGS += -DANDROID_LIB_STUB
38 L_CFLAGS += -DANDROID_LIB_EVENT
42 L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\"
[all …]
H A DMakefile25 CFLAGS += -I$(abspath ../src)
26 CFLAGS += -I$(abspath ../src/utils)
33 GITVER := $(shell git describe --dirty=+)
35 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
41 CFLAGS += -DCONFIG_TESTING_OPTIONS
42 CONFIG_WPS_TESTING=y
54 CFLAGS += -DOS_NO_C_LIB_DEFINES
58 CFLAGS += -DCONFIG_NATIVE_WINDOWS
59 LIBS += -lws2_32
94 NEED_RC4=y
[all …]
/freebsd/lib/msun/ld80/
H A De_lgammal_r.c37 * Domain y in [0x1p-70, 0.27], range ~[-4.5264e-22, 4.5264e-22]:
38 * |(lgamma(2 - y) + y / 2) / y - a(y)| < 2**-70.9
41 a0u = LD80C(0x9e233f1bed863d26, -4, 7.72156649015328606028e-02L),
42 a1u = LD80C(0xa51a6625307d3249, -2, 3.22467033424113218889e-01L),
43 a2u = LD80C(0x89f000d2abafda8c, -4, 6.73523010531979398946e-02L),
44 a3u = LD80C(0xa8991563eca75f26, -6, 2.05808084277991211934e-02L),
45 a4u = LD80C(0xf2027e10634ce6b6, -8, 7.38555102796070454026e-03L),
46 a5u = LD80C(0xbd6eb76dd22187f4, -9, 2.89051035162703932972e-03L),
47 a6u = LD80C(0x9c562ab05e0458ed, -10, 1.19275351624639999297e-03L),
48 a7u = LD80C(0x859baed93ee48e46, -11, 5.09674593842117925320e-04L),
[all …]
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem1 -----BEGIN CERTIFICATE-----
24 Y
52 Y
54 Y
118 Y
134 Y
139 y
145 y
158 Y
162 Y
[all …]
/freebsd/sys/powerpc/fpu/
H A Dfpu_add.c3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
10 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
44 * Perform an FPU add (return x + y).
46 * To subtract, negate y and call add.
61 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r; in fpu_add() local
70 * - y = NaN. Implied: if only one is a signalling NaN, y is. in fpu_add()
71 * The result is y. in fpu_add()
72 * - y = Inf. Implied: x != NaN (is 0, number, or Inf: the NaN in fpu_add()
74 * If x = -y, the result is NaN. Otherwise the result in fpu_add()
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ceil.c3 /*-
34 #include <atf-c.h>
40 #define SMALL_NUM 1.0e-38
42 #define SMALL_NUM 1.0e-40
57 const double y = 0.000000000000001; in ATF_TC_BODY() local
59 ATF_CHECK(fabs(ceil(x) - 1) < SMALL_NUM); in ATF_TC_BODY()
60 ATF_CHECK(fabs(ceil(y) - 1) < SMALL_NUM); in ATF_TC_BODY()
79 atf_tc_set_md_var(tc, "descr", "Test ceil(-Inf) == -Inf"); in ATF_TC_HEAD()
84 const double x = -1.0L / 0.0L; in ATF_TC_BODY()
85 double y = ceil(x); in ATF_TC_BODY() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h1 //===- CustomizableOptional.h - Optional with custom storage ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 constexpr CustomizableOptional(const T &y) : Storage(std::in_place, y) {} in CustomizableOptional() argument
40 constexpr CustomizableOptional(T &&y) in CustomizableOptional() argument
41 : Storage(std::in_place, std::move(y)) {} in CustomizableOptional()
49 constexpr CustomizableOptional(const std::optional<T> &y) in CustomizableOptional() argument
50 : CustomizableOptional(y ? *y : CustomizableOptional()) {} in CustomizableOptional()
51 constexpr CustomizableOptional(std::optional<T> &&y) in CustomizableOptional() argument
52 : CustomizableOptional(y ? std::move(*y) : CustomizableOptional()) {} in CustomizableOptional()
[all …]
/freebsd/usr.bin/calendar/
H A Ddates.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>.
71 /* 1-based month, 0-based days, cumulative */
73 {0, -1, 30, 58, 89, 119, 150, 180, 211, 242, 272, 303, 333, 364},
74 {0, -1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365},
76 /* 1-based month, individual */
86 createdate(int y, int m, int d) in createdate() argument
96 if (py->year == y + 1900) in createdate()
99 py = py->nextyear; in createdate()
[all …]
/freebsd/include/
H A Dtgmath.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
41 * __tg_impl_simple(x, y, z, fnl, fn, fnf, ...)
42 * Invokes fnl() if the corresponding real type of x, y or z is long
45 * __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...)
46 * Invokes [c]fnl() if the corresponding real type of x or y is long
49 * any of x or y is a complex number.
58 * principle be reused for non-C11 compilers, but due to an integer
59 * promotion bug for complex types in GCC 4.2, simply let non-C11
77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument
[all …]
/freebsd/usr.sbin/wpa/
H A DMakefile.crypto3 CFLAGS+= -DCONFIG_SHA256
4 CFLAGS+= -DCONFIG_ECC
6 CFLAGS+=-DCONFIG_CRYPTO_INTERNAL
7 CONFIG_INTERNAL_AES=y
8 CONFIG_INTERNAL_DES=y
9 CONFIG_INTERNAL_MD4=y
10 CONFIG_INTERNAL_MD5=y
11 CONFIG_INTERNAL_RC4=y
12 CONFIG_INTERNAL_SHA1=y
13 NEED_SHA256=y
[all …]

12345678910>>...47