Home
last modified time | relevance | path

Searched refs:hi_x (Results 1 – 25 of 106) sorted by relevance

12345

/dports/archivers/c-blosc2/c-blosc2-2.0.4/contrib/bitshuffle_neon/Test/
H A Dbitshuffle_bitunshuffle_test4.c61 hi_x[0] = vget_high_u8(x0.val[0]); in bitshuffle4_neon()
63 hi_x[1] = vget_high_u8(x0.val[1]); in bitshuffle4_neon()
65 hi_x[2] = vget_high_u8(x0.val[2]); in bitshuffle4_neon()
115 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle4_neon()
117 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle4_neon()
119 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitshuffle4_neon()
121 hi_x[3] = vshr_n_u8(hi_x[3], 1); in bitshuffle4_neon()
208 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitunshuffle4_neon()
210 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitunshuffle4_neon()
212 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitunshuffle4_neon()
[all …]
H A Dbitshuffle_bitunshuffle_test2.c48 uint8x8_t lo_x[2], hi_x[2], lo[2], hi[2]; in bitshuffle2_neon() local
62 hi_x[0] = vget_high_u8(x0.val[0]); in bitshuffle2_neon()
64 hi_x[1] = vget_high_u8(x0.val[1]); in bitshuffle2_neon()
72 hi[0] = vand_u8(hi_x[0], mask_and); in bitshuffle2_neon()
74 hi[1] = vand_u8(hi_x[1], mask_and); in bitshuffle2_neon()
92 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle2_neon()
94 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle2_neon()
133 hi[0] = vand_u8(hi_x[0], mask_and); in bitunshuffle2_neon()
135 hi[1] = vand_u8(hi_x[1], mask_and); in bitunshuffle2_neon()
153 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitunshuffle2_neon()
[all …]
H A Dbitshuffle_bitunshuffle_test1.c53 uint8x8_t lo_x, hi_x, lo, hi; in bitshuffle1_neon() local
63 hi_x = vget_high_u8(x0); in bitshuffle1_neon()
68 hi = vand_u8(hi_x, mask_and); in bitshuffle1_neon()
78 hi_x = vshr_n_u8(hi_x, 1); in bitshuffle1_neon()
92 uint8x8_t lo_x, hi_x, lo, hi; in bitunshuffle1_neon() local
106 hi_x[j] = src[2*k+1 + j*nbyte/(8*elem_size)]; in bitunshuffle1_neon()
112 hi = vand_u8(hi_x, mask_and); in bitunshuffle1_neon()
122 hi_x = vshr_n_u8(hi_x, 1); in bitunshuffle1_neon()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/contrib/bitshuffle_neon/bitunshuffle4_neon/
H A Dbitunshuffle4_neon_bucle.c134 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle4_neon()
136 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle4_neon()
138 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitshuffle4_neon()
140 hi_x[3] = vshr_n_u8(hi_x[3], 1); in bitshuffle4_neon()
183 printmem8_l(hi_x[0]); in bitunshuffle4_neon()
184 printmem8_l(hi_x[1]); in bitunshuffle4_neon()
185 printmem8_l(hi_x[2]); in bitunshuffle4_neon()
253 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitunshuffle4_neon()
255 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitunshuffle4_neon()
257 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitunshuffle4_neon()
[all …]
H A Dbitunshuffle4_neon.c7 uint8x8_t lo_x[4], hi_x[4], lo[4], hi[4]; in bitunshuffle4_neon() local
20 hi_x[0][j] = src[2*k+1 + j*nbyte/(8*elem_size)]; in bitunshuffle4_neon()
22 hi_x[1][j] = src[2*k+1 + j*nbyte/(8*elem_size) + nbyte/4]; in bitunshuffle4_neon()
39 hi[0] = vand_u8(hi_x[0], mask_and); in bitunshuffle4_neon()
41 hi[1] = vand_u8(hi_x[1], mask_and); in bitunshuffle4_neon()
43 hi[2] = vand_u8(hi_x[2], mask_and); in bitunshuffle4_neon()
45 hi[3] = vand_u8(hi_x[3], mask_and); in bitunshuffle4_neon()
75 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitunshuffle4_neon()
77 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitunshuffle4_neon()
79 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitunshuffle4_neon()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/contrib/bitshuffle_neon/bitshuffle4_neon/
H A Dbitshuffle4_neon.c8 uint8x8_t lo_x[4], hi_x[4], lo[4], hi[4]; in bitshuffle4_neon() local
22 hi_x[0] = vget_high_u8(x0.val[0]); in bitshuffle4_neon()
24 hi_x[1] = vget_high_u8(x0.val[1]); in bitshuffle4_neon()
26 hi_x[2] = vget_high_u8(x0.val[2]); in bitshuffle4_neon()
28 hi_x[3] = vget_high_u8(x0.val[3]); in bitshuffle4_neon()
40 hi[0] = vand_u8(hi_x[0], mask_and); in bitshuffle4_neon()
42 hi[1] = vand_u8(hi_x[1], mask_and); in bitshuffle4_neon()
76 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle4_neon()
78 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle4_neon()
80 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitshuffle4_neon()
[all …]
H A Dbitshuffle4_neon_bucle.c78 hi_x[0] = vget_high_u8(x0.val[0]); in bitshuffle4_neon()
80 hi_x[1] = vget_high_u8(x0.val[1]); in bitshuffle4_neon()
82 hi_x[2] = vget_high_u8(x0.val[2]); in bitshuffle4_neon()
91 printmem8_l(hi_x[0]); in bitshuffle4_neon()
92 printmem8_l(hi_x[1]); in bitshuffle4_neon()
93 printmem8_l(hi_x[2]); in bitshuffle4_neon()
94 printmem8_l(hi_x[3]); in bitshuffle4_neon()
161 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle4_neon()
163 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle4_neon()
165 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitshuffle4_neon()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_zone.cpp283 int hi_x = ranges[y].hi_x; in CheckAlarms() local
291 hdx = (x<=(hi_x-bx1))?0:((hi_x-x)-bx1); in CheckAlarms()
365 int hi_x = ranges[y].hi_x; in CheckAlarms() local
392 if (x > bsx->hi_x) bsx->hi_x = x; in CheckAlarms()
411 int hi_sx = bss->hi_x<=ranges[sy].hi_x?bss->hi_x:ranges[sy].hi_x; in CheckAlarms()
442 if (x > bsm->hi_x) bsm->hi_x = x; in CheckAlarms()
446 if (bss->hi_x > bsm->hi_x) bsm->hi_x = bss->hi_x; in CheckAlarms()
468 if (x > bsx->hi_x) bsx->hi_x = x; in CheckAlarms()
481 if (x > bsy->hi_x) bsy->hi_x = x; in CheckAlarms()
665 if (alarm_hi_x < bs->hi_x) alarm_hi_x = bs->hi_x; in CheckAlarms()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_test_cholesky.F92 integer hi_x(ga_max_dim) !< The upper limits of blocks
207 hi_x(1) = ibfhi
208 hi_x(2) = jbfhi
209 hi_x(3) = kbfhi
210 hi_x(4) = lbfhi
245 hi_x(1) = ibf
246 hi_x(2) = jbf
247 hi_x(3) = k
254 hi_x(3) = kbf
255 hi_x(4) = lbf
[all …]
H A Dutil_eri_cholesky.F183 integer hi_x(ga_max_dim) !< The upper limits of blocks
363 hi_x(1) = ibfhi
364 hi_x(2) = jbfhi
366 call nga_put(g_r,lo_x,hi_x,dbl_mb(k_eri+ioff),ld_x)
378 hi_x(1) = indx_d0(1)
379 hi_x(2) = indx_d0(2)
380 hi_x(3) = max(k,1)
383 call nga_get(g_chol,lo_x,hi_x,dbl_mb(k_row),ld_x)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_test_cholesky.F92 integer hi_x(ga_max_dim) !< The upper limits of blocks
207 hi_x(1) = ibfhi
208 hi_x(2) = jbfhi
209 hi_x(3) = kbfhi
210 hi_x(4) = lbfhi
245 hi_x(1) = ibf
246 hi_x(2) = jbf
247 hi_x(3) = k
254 hi_x(3) = kbf
255 hi_x(4) = lbf
[all …]
H A Dutil_eri_cholesky.F183 integer hi_x(ga_max_dim) !< The upper limits of blocks
363 hi_x(1) = ibfhi
364 hi_x(2) = jbfhi
366 call nga_put(g_r,lo_x,hi_x,dbl_mb(k_eri+ioff),ld_x)
378 hi_x(1) = indx_d0(1)
379 hi_x(2) = indx_d0(2)
380 hi_x(3) = max(k,1)
383 call nga_get(g_chol,lo_x,hi_x,dbl_mb(k_row),ld_x)
/dports/archivers/c-blosc2/c-blosc2-2.0.4/contrib/bitshuffle_neon/bitshuffle2_neon/
H A Dbitshuffle2_neon.c8 uint8x8_t lo_x[2], hi_x[2], lo[2], hi[2]; in bitshuffle2_neon() local
22 hi_x[0] = vget_high_u8(x0.val[0]); in bitshuffle2_neon()
24 hi_x[1] = vget_high_u8(x0.val[1]); in bitshuffle2_neon()
32 hi[0] = vand_u8(hi_x[0], mask_and); in bitshuffle2_neon()
34 hi[1] = vand_u8(hi_x[1], mask_and); in bitshuffle2_neon()
52 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle2_neon()
54 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle2_neon()
H A Dbitshuffle2_neon_bucle.c71 uint8x8_t lo_x[2], hi_x[2], lo[2], hi[2]; in bitshuffle2_neon() local
80 hi_x[0] = vget_high_u8(x0.val[0]); in bitshuffle2_neon()
82 hi_x[1] = vget_high_u8(x0.val[1]); in bitshuffle2_neon()
86 printmem8_l(hi_x[0]); in bitshuffle2_neon()
87 printmem8_l(hi_x[1]); in bitshuffle2_neon()
95 hi[0] = vand_u8(hi_x[0], mask_and); in bitshuffle2_neon()
97 hi[1] = vand_u8(hi_x[1], mask_and); in bitshuffle2_neon()
125 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle2_neon()
127 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle2_neon()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/contrib/bitshuffle_neon/bitunshuffle2_neon/
H A Dbitunshuffle2_neon.c7 uint8x8_t lo_x[2], hi_x[2], lo[2], hi[2]; in bitunshuffle2_neon() local
21 hi_x[0][j] = src[2*k+1 + j*nbyte/(8*elem_size)]; in bitunshuffle2_neon()
22 hi_x[1][j] = src[2*k+1 + j*nbyte/(8*elem_size) + nbyte/2]; in bitunshuffle2_neon()
31 hi[0] = vand_u8(hi_x[0], mask_and); in bitunshuffle2_neon()
33 hi[1] = vand_u8(hi_x[1], mask_and); in bitunshuffle2_neon()
51 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitunshuffle2_neon()
53 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitunshuffle2_neon()
H A Dbitunshuffle2_neon_bucle.c64 uint8x8_t lo_x[2], hi_x[2], lo[2], hi[2]; in bitshuffle2_neon() local
76 hi_x[0][j] = src[2*k+1 + j*nbyte/(8*elem_size)]; in bitshuffle2_neon()
77 hi_x[1][j] = src[2*k+1 + j*nbyte/(8*elem_size) + nbyte/2]; in bitshuffle2_neon()
82 printmem8_l(hi_x[0]); in bitshuffle2_neon()
83 printmem8_l(hi_x[1]); in bitshuffle2_neon()
91 hi[0] = vand_u8(hi_x[0], mask_and); in bitshuffle2_neon()
93 hi[1] = vand_u8(hi_x[1], mask_and); in bitshuffle2_neon()
121 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle2_neon()
123 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle2_neon()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_log.c1531 rounding_bit &= hi_x; \ in do_table()
1580 j = (hi_x & clear); \ in do_table()
1654 # define SCREEN_OUT_BAD_X(hi_x, label) if ((WORD) hi_x <= 0) goto label in do_table() argument
2103 WORD m, hi_x, j; in do_table() local
2125 GET_HI_WORD(temp_x, hi_x) ; in do_table()
2127 GET_HI_WORD(x, hi_x) ; in do_table()
2145 screen = (U_WORD) (hi_x - T1); in do_table()
2536 { WORD m, hi_x, j; in F_ENTRY_NAME() local
2543 GET_HI_WORD(x, hi_x); in F_ENTRY_NAME()
2561 screen = (U_WORD) (hi_x - T1); in F_ENTRY_NAME()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/blosc/
H A Dbitshuffle-neon.c68 hi_x = vshr_n_u8(hi_x, 1); in bitshuffle1_neon()
123 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle2_neon()
125 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle2_neon()
205 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitshuffle4_neon()
207 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitshuffle4_neon()
209 hi_x[2] = vshr_n_u8(hi_x[2], 1); in bitshuffle4_neon()
211 hi_x[3] = vshr_n_u8(hi_x[3], 1); in bitshuffle4_neon()
513 hi_x = vshr_n_u8(hi_x, 1); in bitunshuffle1_neon()
568 hi_x[0] = vshr_n_u8(hi_x[0], 1); in bitunshuffle2_neon()
570 hi_x[1] = vshr_n_u8(hi_x[1], 1); in bitunshuffle2_neon()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/contrib/bitshuffle_neon/bitshuffle1_neon/
H A Dbitshuffle1_neon.c8 uint8x8_t lo_x, hi_x, lo, hi; in bitshuffle1_neon() local
22 hi_x = vget_high_u8(x0); in bitshuffle1_neon()
27 hi = vand_u8(hi_x, mask_and); in bitshuffle1_neon()
37 hi_x = vshr_n_u8(hi_x, 1); in bitshuffle1_neon()
H A Dbitshuffle1_neon_bucle.c70 uint8x8_t lo_x, hi_x, lo, hi; in bitshuffle1_neon() local
79 hi_x = vget_high_u8(x0); in bitshuffle1_neon()
82 printmem8_l(hi_x); in bitshuffle1_neon()
88 hi = vand_u8(hi_x, mask_and); in bitshuffle1_neon()
106 hi_x = vshr_n_u8(hi_x, 1); in bitshuffle1_neon()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/contrib/bitshuffle_neon/bitunshuffle1_neon/
H A Dbitunshuffle1_neon.c6 uint8x8_t lo_x, hi_x, lo, hi; in bitunshuffle1_neon() local
20 hi_x[j] = src[2*k+1 + j*nbyte/(8*elem_size)]; in bitunshuffle1_neon()
26 hi = vand_u8(hi_x, mask_and); in bitunshuffle1_neon()
36 hi_x = vshr_n_u8(hi_x, 1); in bitunshuffle1_neon()
H A Dbitunshuffle1_neon_bucle.c38 uint8x8_t lo_x, hi_x, lo, hi; in bitunshuffle1_neon() local
50 hi_x[j] = src[2*k+1 + j*nbyte/(8*elem_size)]; in bitunshuffle1_neon()
55 printmem8_l(hi_x); in bitunshuffle1_neon()
61 hi = vand_u8(hi_x, mask_and); in bitunshuffle1_neon()
78 hi_x = vshr_n_u8(hi_x, 1); in bitunshuffle1_neon()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/embree_mesh/
H A Dmesh_intersection.pyx52 cdef float hi_x = -1.0e300
61 hi_x = fmax(hi_x, patch.v[i][0])
68 bounds_o.upper_x = hi_x
115 cdef float hi_x = -1.0e300
124 hi_x = fmax(hi_x, tet_patch.v[i][0])
131 bounds_o.upper_x = hi_x
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dpoly.c465 double max, hi_x, lo_x, hi_y, lo_y; in Vect_get_point_in_poly_isl() local
518 hi_x = cent_x - 1; in Vect_get_point_in_poly_isl()
522 (lo_x < cent_x) && (hi_x >= cent_x)) in Vect_get_point_in_poly_isl()
532 hi_x = Points->x[i]; in Vect_get_point_in_poly_isl()
547 ((Points->x[i] - cent_x) < (hi_x - cent_x))) in Vect_get_point_in_poly_isl()
548 hi_x = Points->x[i]; in Vect_get_point_in_poly_isl()
563 ((IPoints[i]->x[j] - cent_x) < (hi_x - cent_x))) in Vect_get_point_in_poly_isl()
564 hi_x = IPoints[i]->x[j]; in Vect_get_point_in_poly_isl()
620 if (lo_x == hi_x) in Vect_get_point_in_poly_isl()
623 *att_x = (hi_x + lo_x) / 2.0; in Vect_get_point_in_poly_isl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/base/
H A Dtiling_data.cc228 int hi_x = max_texture_size_x * (i + 1) + border_texels_; in TileBounds() local
230 hi_x += border_texels_; in TileBounds()
236 hi_x = std::min(hi_x, tiling_size_.width()); in TileBounds()
241 int width = hi_x - lo_x; in TileBounds()
260 int hi_x = lo_x + max_texture_size_x + 2 * border_texels_; in TileBoundsWithBorder() local
263 hi_x = std::min(hi_x, tiling_size_.width()); in TileBoundsWithBorder()
268 int width = hi_x - lo_x; in TileBoundsWithBorder()

12345