Home
last modified time | relevance | path

Searched defs:even (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/math/
H A Dsqrt.c49 int even = top & 1; in sqrt() local
H A Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
H A Dsqrtl.c201 int even = top & 1; in sqrtl() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsqrt.c49 int even = top & 1; in sqrt() local
H A Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
H A Dsqrtl.c201 int even = top & 1; in sqrtl() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DAtomicCounterBufferTest.cpp335 bool even = (bufferCount % 2 == 0); in TEST_P() local
/third_party/libwebsockets/win32port/zlib/
H A Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
[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
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dcrc32.c433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
[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
/third_party/ffmpeg/libavresample/
H A Daudio_mix_matrix.c61 static av_always_inline int even(uint64_t layout) in even() function
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp614 bool even = flr / 2.0 == floor(flr / 2.0); in fold() local
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.h82 VkPipelineLayout even; member
88 VkPipeline even; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) in vec_unpacklo_epi32() argument
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) in vec_unpackhi_epi32() argument
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) in vec_unpacklo_epi64() argument
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) in vec_unpackhi_epi64() argument
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js668 var even = _.find([1, 2, 3, 4, 5, 6], (num) => num % 2 == 0); variable
915 var even = _.find([1, 2, 3, 4, 5, 6], function (num) { return num % 2 == 0; }); variable
/third_party/skia/bench/
H A DGameBench.cpp254 int even = (y / kCheckSize) % 2; in makeCheckerboard() local
/third_party/ffmpeg/libswresample/
H A Drematrix.c107 static int even(int64_t layout){ in even() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c180 nir_ssa_def *even = nir_iand_imm(b, unbiased_exp, 1); in lower_sqrt_rsq() local
/third_party/ffmpeg/libavcodec/
H A 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/skia/include/private/
H A DSkNx_sse.h426 __m128i even = _mm_unpacklo_epi16(lo, hi), // r0 r2 g0 g2 b0 b2 a0 a2 in Load4() local
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1003 UChar even[MAX_DEST_SIZE]; in testChaining() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp649 const auto even = (m_params.spacing.second == SPACINGMODE_FRACTIONAL_EVEN); in initPrograms() local
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c2133 short even, odd; member
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp6489 bool even = false; in UNIX_ONLY_TEST() local

Completed in 51 milliseconds

12