Home
last modified time | relevance | path

Searched refs:even (Results 1 - 25 of 275) sorted by relevance

1234567891011

/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
27 ; even faster FFT8 (current one is very #instructions optimized)
136 ; %1 - even coefficients (r0.reim, r2.reim, r4.reim, r6.reim)
149 shufps %1, %2, %3, q1010 ; a1234 even
156 ; %1 - even coefficients (a0.reim, a2.reim, [b0.reim, b2.reim])
157 ; %2 - even coefficients (a4.reim, a6.reim, [b4.reim, b6.reim])
191 subps %2, %1, %6 ; h1234 even
194 addps %1, %1, %6 ; w1234 even
199 ; %1 - even coefficients (r0.reim, r2.reim, r4.reim, r6.reim)
226 subps %1, %1, %4 ; w1234, w5678 even
[all...]
H A Demms.asm12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) in vec_unpacklo_epi32() argument
87 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi32()
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) in vec_unpackhi_epi32() argument
100 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi32()
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) in vec_unpacklo_epi64() argument
113 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi64()
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) in vec_unpackhi_epi64() argument
126 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi64()
/third_party/ffmpeg/libavresample/
H A Daudio_mix_matrix.c13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
61 static av_always_inline int even(uint64_t layout) in even() function
73 if (!even(layout & (AV_CH_FRONT_LEFT | AV_CH_FRONT_RIGHT)) || in sane_layout()
74 !even(layout & (AV_CH_SIDE_LEFT | AV_CH_SIDE_RIGHT)) || in sane_layout()
75 !even(layout & (AV_CH_BACK_LEFT | AV_CH_BACK_RIGHT)) || in sane_layout()
76 !even(layout & (AV_CH_FRONT_LEFT_OF_CENTER | AV_CH_FRONT_RIGHT_OF_CENTER)) || in sane_layout()
77 !even(layout & (AV_CH_TOP_FRONT_LEFT | AV_CH_TOP_FRONT_RIGHT)) || in sane_layout()
78 !even(layout & (AV_CH_TOP_BACK_LEFT | AV_CH_TOP_BACK_RIGHT)) || in sane_layout()
79 !even(layout & (AV_CH_STEREO_LEFT | AV_CH_STEREO_RIGHT)) || in sane_layout()
80 !even(layou in sane_layout()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square.cc199 const bool even = !(dof & 1); // True if dof is an even number. in ChiSquarePValue() local
201 double s = even ? y : (2.0 * POZ(-std::sqrt(chi_square))); in ChiSquarePValue()
208 double z = (even ? 1.0 : 0.5); in ChiSquarePValue()
210 double e = (even ? 0.0 : kLogSqrtPi); in ChiSquarePValue()
220 double e = (even ? 1.0 : (kInverseSqrtPi / std::sqrt(a))); in ChiSquarePValue()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
34 even = ix & 0x00800000; in sqrtf()
37 m = even ? m0 : m1; in sqrtf()
H A Dsqrt.c49 int even = top & 1; in sqrt() local
51 if (even) m >>= 1; in sqrt()
H A Dsqrtl.c201 int even = top & 1; in sqrtl() local
204 if (even) ml = rsh(ml, 1); in sqrtl()
/third_party/musl/src/math/
H A Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
34 even = ix & 0x00800000; in sqrtf()
37 m = even ? m0 : m1; in sqrtf()
H A Dsqrt.c49 int even = top & 1; in sqrt() local
51 if (even) m >>= 1; in sqrt()
H A Dsqrtl.c201 int even = top & 1; in sqrtl() local
204 if (even) ml = rsh(ml, 1); in sqrtl()
/third_party/libwebsockets/win32port/zlib/
H A Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32.c433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
448 /* put operator for two zero bits in even */
449 gf2_matrix_square(even, odd);
452 gf2_matrix_square(odd, even);
455 zero byte, eight zero bits, in even) */
458 gf2_matrix_square(even, odd);
460 crc1 = gf2_matrix_times(even, crc1);
467 /* another iteration of the loop with odd and even swapped */
468 gf2_matrix_square(odd, even);
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dcrc32.c433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
448 /* put operator for two zero bits in even */
449 gf2_matrix_square(even, odd);
452 gf2_matrix_square(odd, even);
455 zero byte, eight zero bits, in even) */
458 gf2_matrix_square(even, odd);
460 crc1 = gf2_matrix_times(even, crc1);
467 /* another iteration of the loop with odd and even swapped */
468 gf2_matrix_square(odd, even);
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1003 UChar even[MAX_DEST_SIZE]; in testChaining() local
1018 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR); in testChaining()
1021 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1027 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1035 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
1041 if( u_strncmp(even,expected,expectedLen) != 0 || in testChaining()
1055 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR); in testChaining()
1058 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1064 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1072 if( u_strCaseCompare(even,evenLe in testChaining()
[all...]
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c151 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[0].even; in rs_debug_utils_set()
161 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[1].even; in rs_debug_utils_set()
184 2 * rs->config.keyval_dwords; // scatters.even/odd[keyval_dwords] in rs_pipeline_count()
310 RS_SUBGROUP_SIZE_CREATE_INFO_NAME(scatter), // scatter[0].even in radix_sort_vk_create()
312 RS_SUBGROUP_SIZE_CREATE_INFO_NAME(scatter), // scatter[1].even in radix_sort_vk_create()
341 RS_COMPUTE_PIPELINE_CREATE_INFO_DECL(4), // scatter[0].even in radix_sort_vk_create()
343 RS_COMPUTE_PIPELINE_CREATE_INFO_DECL(6), // scatter[1].even in radix_sort_vk_create()
636 // because the even/odd scatter dispatches rely on the the previous pass to in radix_sort_vk_sort_devaddr()
750 rs->pipeline_layouts.named.scatter[pass_dword].even, in radix_sort_vk_sort_devaddr()
758 rs->pipelines.named.scatter[pass_dword].even); in radix_sort_vk_sort_devaddr()
[all...]
H A Dradix_sort_vk.h82 VkPipelineLayout even; member
88 VkPipeline even; member
206 // keyvals_size : Minimum size of the even and odd keyval buffers
263 // If an even number of internal sorting passes is required, the sorted keyvals
264 // will be found in the "even" keyvals buffer. Otherwise, the sorted keyvals
323 // If an even number of internal sorting passes is required, the sorted keyvals
324 // will be found in the "even" keyvals buffer. Otherwise, the sorted keyvals
/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h273 // size, even though we don't know what that is.
1049 // AreEven returns true if all of the specified registers have even register
1062 bool even = (reg1.GetCode() % 2) == 0;
1063 even &= !reg2.IsValid() || ((reg2.GetCode() % 2) == 0);
1064 even &= !reg3.IsValid() || ((reg3.GetCode() % 2) == 0);
1065 even &= !reg4.IsValid() || ((reg4.GetCode() % 2) == 0);
1066 even &= !reg5.IsValid() || ((reg5.GetCode() % 2) == 0);
1067 even &= !reg6.IsValid() || ((reg6.GetCode() % 2) == 0);
1068 even &= !reg7.IsValid() || ((reg7.GetCode() % 2) == 0);
1069 even
[all...]
/third_party/ffmpeg/libswresample/
H A Drematrix.c12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
107 static int even(int64_t layout){ in even() function
133 if(!even(av_channel_layout_subset(ch_layout, (AV_CH_FRONT_LEFT | AV_CH_FRONT_RIGHT)))) // no asymetric front in sane_layout()
135 if(!even(av_channel_layout_subset(ch_layout, (AV_CH_SIDE_LEFT | AV_CH_SIDE_RIGHT)))) // no asymetric side in sane_layout()
137 if(!even(av_channel_layout_subset(ch_layout, (AV_CH_BACK_LEFT | AV_CH_BACK_RIGHT)))) in sane_layout()
139 if(!even(av_channel_layout_subset(ch_layout, (AV_CH_FRONT_LEFT_OF_CENTER | AV_CH_FRONT_RIGHT_OF_CENTER)))) in sane_layout()
/third_party/node/test/fixtures/wpt/streams/transform-streams/
H A Dproperties.any.js48 }, `transformer method ${method} should be called even when it's located on the prototype chain`);
/third_party/node/test/fixtures/wpt/streams/writable-streams/
H A Dproperties.any.js52 }, `sink method ${method} should be called even when it's located on the prototype chain`);
/third_party/ffmpeg/libavcodec/arm/
H A Dvideodsp_armv5te.S13 @ but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/gn/misc/vim/ftdetect/
H A Dgnfiletype.vim11 " define fileencodings to open as utf-8 encoding even if it's ascii.
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DAtomicCounterBufferTest.cpp335 bool even = (bufferCount % 2 == 0); in TEST_P() local
336 int32_t bufferId = (even) ? 0 : atomicCounterBuffer[bufferIndex]; in TEST_P()
/third_party/ffmpeg/libavcodec/x86/
H A Dsvq1enc.asm13 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of

Completed in 13 milliseconds

1234567891011