Home
last modified time | relevance | path

Searched refs:xn (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/lib/msun/src/
H A De_sqrtl.c79 long double lo, xn; in sqrtl() local
123 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */ in sqrtl()
125 xn = (xn + (u.e / xn)) * 0.5; /* 106-bit estimate. */ in sqrtl()
129 lo = (lo - u.e) / xn; /* Low bits divided by xn. */ in sqrtl()
130 xn = xn + (u.e / xn); /* High portion of estimate. */ in sqrtl()
131 u.e = xn + lo; /* Combine everything. */ in sqrtl()
137 xn = x / u.e; /* Chopped quotient (inexact?). */ in sqrtl()
140 if (xn == u.e) { in sqrtl()
145 xn = dec(xn); /* xn = xn - ulp. */ in sqrtl()
149 xn = inc(xn); /* xn = xn + ulp. */ in sqrtl()
[all …]
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c634 X509_NAME *xn = NULL; in STACK_OF() local
664 if ((xn = X509_get_subject_name(x)) == NULL) in STACK_OF()
667 xn = X509_NAME_dup(xn); in STACK_OF()
668 if (xn == NULL) in STACK_OF()
670 if (lh_X509_NAME_retrieve(name_hash, xn) != NULL) { in STACK_OF()
672 X509_NAME_free(xn); in STACK_OF()
673 xn = NULL; in STACK_OF()
675 lh_X509_NAME_insert(name_hash, xn); in STACK_OF()
676 if (!sk_X509_NAME_push(ret, xn)) in STACK_OF()
683 X509_NAME_free(xn); in STACK_OF()
[all …]
H A Dssl_lib.c4062 X509_NAME *xn; in dup_ca_names() local
4073 xn = X509_NAME_dup(sk_X509_NAME_value(src, i)); in dup_ca_names()
4074 if (xn == NULL) { in dup_ca_names()
4078 if (sk_X509_NAME_insert(sk, xn, i) == 0) { in dup_ca_names()
4079 X509_NAME_free(xn); in dup_ca_names()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_r2x.c24 const X509_NAME *xn; in X509_REQ_to_X509() local
44 xn = X509_REQ_get_subject_name(r); in X509_REQ_to_X509()
45 if (X509_set_subject_name(ret, xn) == 0) in X509_REQ_to_X509()
47 if (X509_set_issuer_name(ret, xn) == 0) in X509_REQ_to_X509()
H A Dx_name.c486 int X509_NAME_set(X509_NAME **xn, const X509_NAME *name) in X509_NAME_set() argument
490 if (*xn == name) in X509_NAME_set()
491 return *xn != NULL; in X509_NAME_set()
494 X509_NAME_free(*xn); in X509_NAME_set()
495 *xn = name_copy; in X509_NAME_set()
H A Dx509_lu.c727 const X509_NAME *xn; in X509_STORE_CTX_get1_issuer() local
735 xn = X509_get_issuer_name(x); in X509_STORE_CTX_get1_issuer()
736 ok = X509_STORE_CTX_get_by_subject(ctx, X509_LU_X509, xn, obj); in X509_STORE_CTX_get1_issuer()
766 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch); in X509_STORE_CTX_get1_issuer()
/freebsd/sys/contrib/dev/iwlwifi/
H A Dzzz_fw_ports_fwget.sh159 xn="${bn}-${i}.ucode"
160 if test -e ${LFWDIR}/${xn}; then
161 lx="${lx} ${xn}"
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf139 DNS.1 = xn--rksmrgs-5wao1o.example.com
140 DNS.2 = xn--rkmacka-5wa.example.com
141 DNS__3 = xn--rksallad-0za.example.com
/freebsd/contrib/tcsh/
H A Dtermcap.vms28 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
48 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c271 dt_node_t xn = { 0 }; in dt_xlator_lookup() local
323 dt_node_type_assign(&xn, dxp->dx_src_ctfp, dxp->dx_src_type, in dt_xlator_lookup()
326 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn)) in dt_xlator_lookup()
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl509 xp, xi, xn = grid[prev], grid[i], grid[next]
510 yp, yi, yn = f(xp), f(xi), f(xn)
515 push!(extrema, goldensection(f, xp, xi, xn))
517 x, y = goldensection(x->-f(x), xp, xi, xn)
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dfsl,imx25-gcq.txt30 2: xn
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_punycode_decode.pod32 a hostname, with stripped PUNYCODE marker I<xn-->.
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c2251 X509_NAME *xn = NULL; in parse_ca_names() local
2275 if ((xn = d2i_X509_NAME(NULL, &namebytes, name_len)) == NULL) { in parse_ca_names()
2284 if (!sk_X509_NAME_push(ca_sk, xn)) { in parse_ca_names()
2288 xn = NULL; in parse_ca_names()
2298 X509_NAME_free(xn); in parse_ca_names()
/freebsd/share/termcap/
H A Dtermcap320 :li#24:nd=^\:up=^_:xn:ma=^\ ^_^P^YH:pt:
337 :kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn:
552 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:xn:\
672 :dl=\ER:dc=\EW:ho=^^:xn:ce=\Et:cd=\Ey:li#24:co#80:nd=^L:up=^K:\
728 :dc=\E[P:al=\E[L:dl=\E[M:ic=\E[@:vs=\E7\E[U:ve=\E[V\E8:xn:
735 …0\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:xn:
743 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:xn:\
778 :kh=\E[H:pt:sr=\EM:xn:\
991 :xn@:rf@:sr=5\EM\E[K:vs=\E\^9;0s\E\^7;1s:\
1011 :li#24:al=\E[L:dl=\E[M:ip=7:dc=\E[P:ei=\E[4l:im=\E[4h:xn:\
[all …]
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv8 0,wrong server, -section,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_t…
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr18 : empty ( xn..x1 -- ) depth 0 ?do drop loop ;
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c526 struct addr_radix_xentry *xn; in ta_dump_addr_radix_tentry() local
539 xn = (struct addr_radix_xentry *)e; in ta_dump_addr_radix_tentry()
540 memcpy(&tent->k.addr6, &xn->addr6.sin6_addr, in ta_dump_addr_radix_tentry()
542 tent->masklen = xn->masklen; in ta_dump_addr_radix_tentry()
544 tent->v.kidx = xn->value; in ta_dump_addr_radix_tentry()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3490.txt653 The ACE prefix for IDNA is "xn--" or any capitalization thereof.
655 This means that an ACE label might be "xn--de-jg4avhby1noc0d", where
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h743 int X509_NAME_set(X509_NAME **xn, const X509_NAME *name);
H A Dx509.h.in549 int X509_NAME_set(X509_NAME **xn, const X509_NAME *name);
/freebsd/contrib/ncurses/include/
H A DCaps.uwin257 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
H A DCaps.hpux11257 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
H A DCaps257 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
H A DCaps.osf1r5257 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)

12