Home
last modified time | relevance | path

Searched +full:- +full:j (Results 1 – 25 of 1346) sorted by relevance

12345678910>>...54

/third_party/toybox/tests/files/bc/
Dbessel.txt1 j(0, 0)
2 j(0, .5)
3 j(0, -.5)
4 j(0, 1)
5 j(0, -1)
6 j(0, 1.5)
7 j(0, -1.5)
8 j(0, 1.74)
9 j(0, -1.74)
10 j(0, 2)
[all …]
/third_party/python/Lib/
D_markupbase.py10 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match
12 _commentclose = re.compile(r'--\s*>')
15 # An analysis of the MS-Word extensions is available at
40 # Internal -- update line number and offset. This should be
41 # called for each piece of data exactly once, in order -- in other
44 def updatepos(self, i, j): argument
45 if i >= j:
46 return j
48 nlines = rawdata.count("\n", i, j)
51 pos = rawdata.rindex("\n", i, j) # Should not fail
[all …]
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_rendertmp.h2 * Mesa 3-D graphics library
4 * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
78 GLuint j; in TAG() local
83 for (j=start+1; j<count; j+=2 ) { in TAG()
85 if (ctx->Light.ProvokingVertex == GL_LAST_VERTEX_CONVENTION_EXT) in TAG()
86 RENDER_LINE( ELT(j-1), ELT(j) ); in TAG()
88 RENDER_LINE( ELT(j), ELT(j-1) ); in TAG()
99 GLuint j; in TAG() local
109 for (j=start+1; j<count; j++ ) { in TAG()
110 if (ctx->Light.ProvokingVertex == GL_LAST_VERTEX_CONVENTION_EXT) in TAG()
[all …]
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dlunr.pt.js3 * https://github.com/MihaiValentin/lunr-languages
17j,C,r;e.pt=function(){this.pipeline.reset(),this.pipeline.add(e.pt.trimmer,e.pt.stopWordFilter,e.p…
/third_party/python/Lib/test/
Dtest_complex.py16 (1+1j, 0+0j),
17 (1+1j, 0.0),
18 (1+1j, 0),
19 (1.0, 0+0j),
20 (1, 0+0j),
40 def assertCloseAbs(self, x, y, eps=1e-9):
50 self.assertTrue(abs((x-y)/y) < eps)
75 def assertClose(self, x, y, eps=1e-9):
95 simple_real = [float(i) for i in range(-5, 6)]
103 self.check_div(complex(1e200, 1e200), 1+0j)
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c21 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
64 unsigned j; in get_depth_stencil_values() local
65 const struct softpipe_cached_tile *tile = data->tile; in get_depth_stencil_values()
67 switch (data->format) { in get_depth_stencil_values()
69 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
70 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
71 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
72 data->bzzzz[j] = tile->data.depth16[y][x]; in get_depth_stencil_values()
76 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
77 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
[all …]
/third_party/iptables/iptables/tests/shell/testcases/firewalld-restore/dumps/
Dipt-save-completed.txt6 :OUTPUT_direct - [0:0]
7 :POSTROUTING_ZONES - [0:0]
8 :POSTROUTING_ZONES_SOURCE - [0:0]
9 :POSTROUTING_direct - [0:0]
10 :POST_public - [0:0]
11 :POST_public_allow - [0:0]
12 :POST_public_deny - [0:0]
13 :POST_public_log - [0:0]
14 :PREROUTING_ZONES - [0:0]
15 :PREROUTING_ZONES_SOURCE - [0:0]
[all …]
/third_party/iptables/iptables/tests/shell/testcases/ipt-restore/
D0003-restore-ordering_03 # Make sure iptables-restore does the right thing
6 set -e
10 $XT_MULTI iptables -S | grep -v '^-P'
15 $XT_MULTI iptables-restore <<EOF
17 -A FORWARD -m comment --comment "rule 4" -j ACCEPT
18 -I FORWARD 1 -m comment --comment "rule 1" -j ACCEPT
19 -I FORWARD 2 -m comment --comment "rule 2" -j ACCEPT
20 -I FORWARD 3 -m comment --comment "rule 3" -j ACCEPT
24 EXPECT='-A FORWARD -m comment --comment "rule 1" -j ACCEPT
25 -A FORWARD -m comment --comment "rule 2" -j ACCEPT
[all …]
/third_party/iptables/iptables/tests/shell/testcases/firewalld-restore/
D0001-firewalld_03 $XT_MULTI iptables -w -L -n > /dev/null || exit 1
4 $XT_MULTI iptables -w2 -L -n > /dev/null || exit 1
6 echo -n '#foo' | $XT_MULTI iptables-restore -w || exit 1
10 $XT_MULTI iptables -w2 -t $table -L -n > /dev/null
13 $XT_MULTI iptables -w2 -p icmp --help | grep -q 'Valid ICMP Types' || exit 1
15 cat <<EOF | $XT_MULTI iptables-restore -w -n
17 -F
18 -X
19 -Z
20 -N PREROUTING_direct
[all …]
/third_party/json/test/src/
Dunit-iterators1.cpp8 SPDX-License-Identifier: MIT
9 Copyright (c) 2013-2019 Niels Lohmann <http://nlohmann.me>.
52 json j = true; variable
53 json j_const(j);
57 json::iterator it = j.begin();
58 CHECK(it != j.end());
59 CHECK(*it == j);
62 CHECK(it != j.begin());
63 CHECK(it == j.end());
65 it--;
[all …]
Dunit-inspection.cpp8 SPDX-License-Identifier: MIT
9 Copyright (c) 2013-2019 Niels Lohmann <http://nlohmann.me>.
45 json j {{"foo", 1}, {"bar", false}}; variable
46 CHECK(!j.is_null());
47 CHECK(!j.is_boolean());
48 CHECK(!j.is_number());
49 CHECK(!j.is_number_integer());
50 CHECK(!j.is_number_unsigned());
51 CHECK(!j.is_number_float());
52 CHECK(!j.is_binary());
[all …]
/third_party/iptables/iptables/tests/shell/testcases/ipt-save/dumps/
Dwireless.txt1 # Generated by iptables-save v1.4.21 on Thu Jun 29 18:03:06 2017
5 :port_assignment - [0:0]
6 -A PREROUTING -j port_assignment
7 -A OUTPUT -j port_assignment
8 -A port_assignment -p tcp -m tcp --dport 1723 -j CT --helper pptp
11 # Generated by iptables-save v1.4.21 on Thu Jun 29 18:03:06 2017
16 :CUST_I15_IN - [0:0]
17 :CUST_I15_OUT - [0:0]
18 :CUST_I16_IN - [0:0]
19 :CUST_I16_OUT - [0:0]
[all …]
Dfedora27-ip6tables1 # Generated by ip6tables-save v1.6.1 on Sat Feb 17 10:51:39 2018
8 :FORWARD_direct - [0:0]
9 :INPUT_direct - [0:0]
10 :OUTPUT_direct - [0:0]
11 :POSTROUTING_direct - [0:0]
12 :PREROUTING_ZONES - [0:0]
13 :PREROUTING_ZONES_SOURCE - [0:0]
14 :PREROUTING_direct - [0:0]
15 :PRE_FedoraWorkstation - [0:0]
16 :PRE_FedoraWorkstation_allow - [0:0]
[all …]
Dipt-save-filter.txt1 # Generated by iptables-save v1.2.4 on Mon Mar 17 19:59:10 2003
6 :WLAN - [0:0]
7 :accept_log - [0:0]
8 :block - [0:0]
9 :in_icmp - [0:0]
10 :in_trusted - [0:0]
11 :reject_log - [0:0]
12 :wlanout - [0:0]
13 -A INPUT -i wlan0 -j WLAN
14 -A INPUT -s 127.0.0.1/32 -d 127.0.0.1/32 -i lo -j ACCEPT
[all …]
Dfedora27-iptables2 # Generated by iptables-save v1.6.1 on Sat Feb 17 10:50:33 2018
9 :FORWARD_direct - [0:0]
10 :INPUT_direct - [0:0]
11 :OUTPUT_direct - [0:0]
12 :POSTROUTING_direct - [0:0]
13 :PREROUTING_ZONES - [0:0]
14 :PREROUTING_ZONES_SOURCE - [0:0]
15 :PREROUTING_direct - [0:0]
16 :PRE_FedoraWorkstation - [0:0]
17 :PRE_FedoraWorkstation_allow - [0:0]
[all …]
/third_party/ffmpeg/libavcodec/
Dsynth_filter.c19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33 int i, j; in synth_filter_float() local
35 imdct->imdct_half(imdct, synth_buf, in); in synth_filter_float()
42 for (j = 0; j < 512 - *synth_buf_offset; j += 64) { in synth_filter_float()
43 a += window[i + j ] * (-synth_buf[15 - i + j ]); in synth_filter_float()
44 b += window[i + j + 16] * ( synth_buf[ i + j ]); in synth_filter_float()
45 c += window[i + j + 32] * ( synth_buf[16 + i + j ]); in synth_filter_float()
46 d += window[i + j + 48] * ( synth_buf[31 - i + j ]); in synth_filter_float()
48 for ( ; j < 512; j += 64) { in synth_filter_float()
49 a += window[i + j ] * (-synth_buf[15 - i + j - 512]); in synth_filter_float()
[all …]
Dtpeldsp.c18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
56 int i, j; in put_tpel_pixels_mc10_c() local
59 for (j = 0; j < width; j++) in put_tpel_pixels_mc10_c()
60 dst[j] = ((2 * src[j] + src[j + 1] + 1) * in put_tpel_pixels_mc10_c()
70 int i, j; in put_tpel_pixels_mc20_c() local
73 for (j = 0; j < width; j++) in put_tpel_pixels_mc20_c()
74 dst[j] = ((src[j] + 2 * src[j + 1] + 1) * in put_tpel_pixels_mc20_c()
84 int i, j; in put_tpel_pixels_mc01_c() local
87 for (j = 0; j < width; j++) in put_tpel_pixels_mc01_c()
88 dst[j] = ((2 * src[j] + src[j + stride] + 1) * in put_tpel_pixels_mc01_c()
[all …]
/third_party/boost/boost/math/interpolators/
Dcatmull_rom.hpp7 // This computes the Catmull-Rom spline from a list of points.
49 typename Point::value_type dx = p1[i] - p2[i]; in alpha_distance()
98 throw std::domain_error("The Catmull-Rom curve requires at least 4 points."); in catmull_rom()
113 auto tmp = m_pnts[num_pnts-1]; in catmull_rom()
114 for (std::ptrdiff_t i = num_pnts-1; i >= 0; --i) in catmull_rom()
120 m_s[0] = -detail::alpha_distance<Point>(m_pnts[0], m_pnts[1], alpha); in catmull_rom()
128 typename Point::value_type d = detail::alpha_distance<Point>(m_pnts[i], m_pnts[i-1], alpha); in catmull_rom()
131 …:domain_error("The control points of the Catmull-Rom curve are too close together; this will lead … in catmull_rom()
133 m_s[i] = m_s[i-1] + d; in catmull_rom()
156 size_t i = std::distance(m_s.begin(), it - 1); in operator ()()
[all …]
/third_party/iptables/iptables/tests/shell/testcases/ebtables/
D0002-ebtables-save-restore_03 set -e
4 #set -x
7 [[ $XT_MULTI == *xtables-nft-multi ]] || { echo "skip $XT_MULTI"; exit 0; }
11 $XT_MULTI ebtables --init-table
12 $XT_MULTI ebtables -A INPUT -p IPv4 -i lo -j ACCEPT
13 $XT_MULTI ebtables -P FORWARD DROP
14 $XT_MULTI ebtables -A OUTPUT -s ff:ff:ff:ff:ff:ff/ff:ff:ff:ff:ff:ff -j DROP
15 $XT_MULTI ebtables -N foo
16 $XT_MULTI ebtables -A foo --802_3-sap 0x23 -j ACCEPT
17 $XT_MULTI ebtables -A foo --802_3-sap 0xaa --802_3-type 0x1337 -j ACCEPT
[all …]
/third_party/libsnd/src/ALAC/
Dmatrix_dec.c3 * Copyright (C) 2012-2014 Erik de Castro Lopo <erikd@mega-nerd.com>
11 * http://www.apache.org/licenses/LICENSE-2.0
27 Copyright: (c) 2004-2011 Apple, Inc.
34 // up to 24-bit "offset" macros for the individual bytes of a 20/24-bit word
46 There is no plain middle-side option ; instead there are various mixing
47 modes including middle-side, each lossless, as embodied in the mix ()
48 and unmix () functions. These functions exploit a generalized middle-side
51 u := [(rL + (m-r)R)/m] ;
52 v := L - R ;
56 L = u + v - [rV/m] ;
[all …]
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dsmult_curve25519_ref.c6 Derived from public domain code by D. J. Bernstein.
11 unsigned int j; in add() local
14 for (j = 0;j < 31;++j) { u += a[j] + b[j]; out[j] = u & 255; u >>= 8; } in add()
20 unsigned int j; in sub() local
23 for (j = 0;j < 31;++j) { in sub()
24 u += a[j] + 65280 - b[j]; in sub()
25 out[j] = u & 255; in sub()
28 u += a[31] - b[31]; in sub()
34 unsigned int j; in squeeze() local
37 for (j = 0;j < 31;++j) { u += a[j]; a[j] = u & 255; u >>= 8; } in squeeze()
[all …]
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dlattice2d.hpp3 Copyright 2012-2013 Karsten Ahnert
41 const int i_l = (i-1+N) % N; in operator ()()
43 for( int j = 0 ; j < N ; ++j ) in operator ()() local
45 const int j_l = (j-1+N) % N; in operator ()()
46 const int j_r = (j+1) % N; in operator ()()
47 dpdt[i][j] = - m_omega[i][j] * pow<Kappa-1>( q[i][j] ) in operator ()()
48 - m_beta * pow<Lambda-1>( q[i][j] - q[i][j_l] ) in operator ()()
49 - m_beta * pow<Lambda-1>( q[i][j] - q[i][j_r] ) in operator ()()
50 - m_beta * pow<Lambda-1>( q[i][j] - q[i_l][j] ) in operator ()()
51 - m_beta * pow<Lambda-1>( q[i][j] - q[i_r][j] ); in operator ()()
[all …]
/third_party/ffmpeg/libavutil/
Dpca.c19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
47 pca->n= n; in ff_pca_init()
48 pca->z = av_malloc_array(n, sizeof(*pca->z)); in ff_pca_init()
49 pca->count=0; in ff_pca_init()
50 pca->covariance= av_calloc(n*n, sizeof(double)); in ff_pca_init()
51 pca->mean= av_calloc(n, sizeof(double)); in ff_pca_init()
53 if (!pca->z || !pca->covariance || !pca->mean) { in ff_pca_init()
62 av_freep(&pca->covariance); in ff_pca_free()
63 av_freep(&pca->mean); in ff_pca_free()
64 av_freep(&pca->z); in ff_pca_free()
[all …]
/third_party/mksh/
Djobs.c3 /*-
10 * is granted to deal in this work without restriction, including un-
31 /* cross fingers and hope kill is killpg-endowed */
32 #define mksh_killpg(p,s) kill(-(p), (s))
61 char command[256 - (ALLOC_OVERHEAD +
65 /* Notify/print flag - j_print() argument */
67 #define JP_MEDIUM 2 /* print [job-num] -/+ command */
68 #define JP_LONG 3 /* print [job-num] -/+ pid command */
81 #define JF_SAVEDTTY 0x020 /* j->ttystat is valid */
87 #define JF_SAVEDTTYPGRP 0x800 /* j->saved_ttypgrp is valid */
[all …]
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_cholesky_f32.c1 /* ----------------------------------------------------------------------
4 * Description: Floating-point Cholesky decomposition
9 * Target Processor: Cortex-M and Cortex-A cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
51 * @brief Floating-point Cholesky decomposition of positive-definite matrix.
52 * @param[in] pSrc points to the instance of the input floating-point matrix structure.
53 * @param[out] pDst points to the instance of the output floating-point matrix structure.
[all …]

12345678910>>...54