Home
last modified time | relevance | path

Searched defs:even (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) in vec_unpacklo_epi32()
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) in vec_unpackhi_epi32()
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) in vec_unpacklo_epi64()
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) in vec_unpackhi_epi64()
/third_party/musl/src/math/
Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
Dsqrt.c49 int even = top & 1; in sqrt() local
Dsqrtl.c201 int even = top & 1; in sqrtl() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
Dsqrt.c49 int even = top & 1; in sqrt() local
Dsqrtl.c201 int even = top & 1; in sqrtl() local
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-fatal-streaming.js36 const even = new Uint8Array([0x00, 0x00]); constant
/third_party/mesa3d/src/amd/vulkan/radix_sort/
Dradix_sort_vk.h82 VkPipelineLayout even; member
88 VkPipeline even; member
/third_party/ffmpeg/libavresample/
Daudio_mix_matrix.c61 static av_always_inline int even(uint64_t layout) in even() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dchi_square.cc199 const bool even = !(dof & 1); // True if dof is an even number. in ChiSquarePValue() local
/third_party/libwebsockets/win32port/zlib/
Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
/third_party/ffmpeg/libavcodec/
Dcfhd.c200 int16_t even, odd; in interlaced_vertical_filter() local
212 int even = (low[i] - high[i]) / 2; in inverse_temporal_filter() local
/third_party/glfw/docs/
Dextra.scss130 html,#titlearea,.footer,tr.even,.directory tr.even,.doxtable tr:nth-child(even),tr.markdownTableBod… class
/third_party/node/deps/v8/third_party/zlib/
Dcrc32.c433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
/third_party/skia/third_party/externals/zlib/
Dcrc32.c433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
/third_party/skia/bench/
DGameBench.cpp254 int even = (y / kCheckSize) % 2; in makeCheckerboard() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DAtomicCounterBufferTest.cpp335 bool even = (bufferCount % 2 == 0); in TEST_P() local
/third_party/ffmpeg/libswresample/
Drematrix.c107 static int even(int64_t layout){ in even() function
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp614 bool even = flr / 2.0 == floor(flr / 2.0); in fold() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c180 nir_ssa_def *even = nir_iand_imm(b, unbiased_exp, 1); in lower_sqrt_rsq() local
/third_party/icu/icu4c/source/test/intltest/
Dtestidna.cpp1003 UChar even[MAX_DEST_SIZE]; in testChaining() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationMiscDrawTests.cpp649 const auto even = (m_params.spacing.second == SPACINGMODE_FRACTIONAL_EVEN); in initPrograms() local
/third_party/vixl/src/aarch64/
Dregisters-aarch64.h1059 bool even = (reg1.GetCode() % 2) == 0; variable
/third_party/typescript/tests/baselines/reference/
DunderscoreTest1.js668 var even = _.find([1, 2, 3, 4, 5, 6], (num) => num % 2 == 0); variable

12