Home
last modified time | relevance | path

Searched +defs:D +defs:tail (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/math/octave-forge-nan/nan-3.6.1/inst/
H A Dkolmogorov_smirnov.m83 tail = varargin{k+1}; variable
97 D = reshape(max(abs(cdf(:,ix)-cdf(:,iy))),length(IX),length(IY)); variable
99 D = reshape(max(cdf(:,ix)-cdf(:,iy)),length(IX),length(IY)); variable
101 D = reshape(-min(cdf(:,ix)-cdf(:,iy)),length(IX),length(IY)); variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dref_softmax.cpp97 int tail = channels_ % unroll_factor; in execute_forward_dense() local
102 float D = expf(src_data[i + j] - space_max); in execute_forward_dense() local
106 float D = src_data[i + j] - space_max; in execute_forward_dense() local
114 float D = expf(src_data[i] - space_max); in execute_forward_dense() local
118 float D = src_data[i] - space_max; in execute_forward_dense() local
164 const auto tail = (i + 1 == res.quot) ? res.rem : 0; in execute_forward_generic() local
199 float D = expf(src[off] - space_max[in]); in execute_forward_generic() local
203 float D = src[off] - space_max[in]; in execute_forward_generic() local
276 const auto tail = (i + 1 == res.quot) ? res.rem : 0; in execute_backward_generic() local
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dref_softmax.cpp97 int tail = channels_ % unroll_factor; in execute_forward_dense() local
102 float D = expf(src_data[i + j] - space_max); in execute_forward_dense() local
106 float D = src_data[i + j] - space_max; in execute_forward_dense() local
114 float D = expf(src_data[i] - space_max); in execute_forward_dense() local
118 float D = src_data[i] - space_max; in execute_forward_dense() local
164 const auto tail = (i + 1 == res.quot) ? res.rem : 0; in execute_forward_generic() local
199 float D = expf(src[off] - space_max[in]); in execute_forward_generic() local
203 float D = src[off] - space_max[in]; in execute_forward_generic() local
276 const auto tail = (i + 1 == res.quot) ? res.rem : 0; in execute_backward_generic() local
/dports/devel/swig/swig-4.0.2/CCache/
H A Dmdfour.h23 uint32 A, B, C, D; member
25 unsigned char tail[64]; member
/dports/devel/ccache/ccache-3.7.12/src/
H A Dmdfour.h8 uint32_t A, B, C, D; member
11 unsigned char tail[64]; member
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dmdfour.h8 uint32_t A, B, C, D; member
11 unsigned char tail[64]; member
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dmdfour.h8 uint32_t A, B, C, D; member
10 unsigned char tail[64]; member
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dmdfour.h8 uint32_t A, B, C, D; member
10 unsigned char tail[64]; member
/dports/net/librsync/librsync-2.3.2/src/
H A Dmdfour.h25 unsigned int A, B, C, D; member
32 unsigned char tail[64]; member
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
99 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
280 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
289 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/net/libsrtp2/libsrtp-2.4.2/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
99 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
280 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
289 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
99 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
280 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
289 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
108 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
290 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
299 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
109 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
258 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
267 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
108 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
290 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
299 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
108 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
290 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
299 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/srtp/src/crypto/hash/
H A Dsha1.c60 #define f0(B,C,D) ((B & C) | (~B & D)) argument
61 #define f1(B,C,D) (B ^ C ^ D) argument
62 #define f2(B,C,D) ((B & C) | (B & D) | (C & D)) argument
63 #define f3(B,C,D) (B ^ C ^ D) argument
106 uint32_t A, B, C, D, E, TEMP; in sha1_core() local
253 uint32_t A, B, C, D, E, TEMP; in sha1_final() local
262 int tail = ctx->octets_in_buffer % 4; in sha1_final() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
108 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
290 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
299 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/srtp/src/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
108 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
290 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
299 int tail = ctx->octets_in_buffer % 4; in srtp_sha1_final() local
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dt-stutter.c159 char *tail; in parse_session_key() local
536 byte D[2] = { d >> 8, d & 0xFF }; in do_test() local
581 byte D[2] = { d >> 8, d & 0xFF }; in do_test() local
/dports/math/R-cran-Rmpfr/Rmpfr/R/
H A Dspecial-fun.R26 pnorm <- function (q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)
324 jn <- function(n, x, rnd.mode = c('N','D','U','Z','A')) {
329 yn <- function(n, x, rnd.mode = c('N','D','U','Z','A')) {
424 hypot <- function(x,y, rnd.mode = c('N','D','U','Z','A')) {
450 pbetaI <- function(q, shape1, shape2, ncp = 0, lower.tail = TRUE, log.p = FALSE,
453 rnd.mode = c('N','D','U','Z','A'))
523 igamma <- function(a,x, rnd.mode = c('N','D','U','Z','A')) {
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlist.c145 ScmObj Scm_ArrayToListWithTail(ScmObj *elts, ScmSize nelts, ScmObj tail) in Scm_ArrayToListWithTail()
194 #define D \ macro
388 ScmObj Scm_Reverse2(ScmObj list, ScmObj tail) in Scm_Reverse2()
420 ScmObj Scm_Reverse2X(ScmObj list, ScmObj tail) in Scm_Reverse2X()
649 ScmObj result = SCM_NIL, tail = SCM_NIL, lp; in Scm_DeleteDuplicates() local
665 ScmObj tail = Scm_DeleteX(obj, SCM_CDR(lp), cmpmode); in Scm_DeleteDuplicatesX() local
/dports/math/igraph/igraph-0.9.5/vendor/cs/
H A Dcs_dmperm.c6 CS_INT *Ap, *Ai, head = 0, tail = 0, j, i, p, j2 ; in cs_bfs() local
73 csd *D, *scc ; in cs_dmperm() local
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CXSparse/Source/
H A Dcs_dmperm.c6 CS_INT *Ap, *Ai, head = 0, tail = 0, j, i, p, j2 ; in cs_bfs() local
73 csd *D, *scc ; in cs_dmperm() local
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CSparse/Source/
H A Dcs_dmperm.c6 csi *Ap, *Ai, head = 0, tail = 0, j, i, p, j2 ; in cs_bfs() local
73 csd *D, *scc ; in cs_dmperm() local

12345678910>>...15