/third_party/musl/src/math/ |
H A D | sqrt.c | 49 int even = top & 1; in sqrt() local
|
H A D | sqrtf.c | 17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
|
H A D | sqrtl.c | 201 int even = top & 1; in sqrtl() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | sqrt.c | 49 int even = top & 1; in sqrt() local
|
H A D | sqrtf.c | 17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
|
H A D | sqrtl.c | 201 int even = top & 1; in sqrtl() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | AtomicCounterBufferTest.cpp | 335 bool even = (bufferCount % 2 == 0); in TEST_P() local
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | crc32.c | 377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */
local [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc32.c | 433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32.c | 433 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 D | chi_square.cc | 199 const bool even = !(dof & 1); // True if dof is an even number. in ChiSquarePValue() local
|
/third_party/ffmpeg/libavresample/ |
H A D | audio_mix_matrix.c | 61 static av_always_inline int even(uint64_t layout) in even() function [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 614 bool even = flr / 2.0 == floor(flr / 2.0); in fold() local
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.h | 82 VkPipelineLayout even; member 88 VkPipeline even; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_pwr8.h | 78 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 D | underscoreTest1.js | 668 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 D | GameBench.cpp | 254 int even = (y / kCheckSize) % 2; in makeCheckerboard() local
|
/third_party/ffmpeg/libswresample/ |
H A D | rematrix.c | 107 static int even(int64_t layout){ in even() function
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 180 nir_ssa_def *even = nir_iand_imm(b, unbiased_exp, 1); in lower_sqrt_rsq() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | cfhd.c | 200 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 D | SkNx_sse.h | 426 __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 D | testidna.cpp | 1003 UChar even[MAX_DEST_SIZE]; in testChaining() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 649 const auto even = (m_params.spacing.second == SPACINGMODE_FRACTIONAL_EVEN); in initPrograms() local
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 2133 short even, odd; member
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 6489 bool even = false; in UNIX_ONLY_TEST() local
|