Home
last modified time | relevance | path

Searched refs:even (Results 201 - 225 of 281) sorted by relevance

12345678910>>...12

/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/
H A Daes-s390x.S1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case
1596 clr %r3,%r1 # does work even in 64-bit mode
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case
1596 clr %r3,%r1 # does work even in 64-bit mode
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/
H A Daes-s390x.S1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case
1596 clr %r3,%r1 # does work even in 64-bit mode
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case
1596 clr %r3,%r1 # does work even in 64-bit mode
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js668 var even = _.find([1, 2, 3, 4, 5, 6], (num) => num % 2 == 0); variable
701 _.countBy([1, 2, 3, 4, 5], (num) => num % 2 == 0 ? 'even' : 'odd');
915 var even = _.find([1, 2, 3, 4, 5, 6], function (num) { return num % 2 == 0; }); variable
934 _.countBy([1, 2, 3, 4, 5], function (num) { return num % 2 == 0 ? 'even' : 'odd'; });
/third_party/ffmpeg/libavcodec/arm/
H A Dhpeldsp_arm.S13 @ but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ffmpeg/libavcodec/x86/
H A Dimdct36.asm13 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dfft.asm17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dvp3dsp.asm13 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dh264_idct.asm20 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dvp9lpf_16bpp.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dh264_qpel_10bit.asm16 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dh264_qpel_8bit.asm17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dvp9mc.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_fspp.asm15 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dvf_gblur.asm12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Daudio_convert.asm12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm15 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak299 # Currently, the entire script needs to run even for small changes to data. Maybe consider
/third_party/libabigail/tools/
H A Dfedabipkgdiff759 :return: a list of builds, even if there is only one build.
901 # foo-1.fc26, even though we want the builds of foo that
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl131 # on Apple A7. The reason seems to be that it requires even 'y' to
651 rev32 @X[0],@X[0] // yes, even on
/third_party/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl131 # on Apple A7. The reason seems to be that it requires even 'y' to
658 rev32 @X[0],@X[0] // yes, even on
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak280 # Currently, the entire script needs to run even for small changes to data. Maybe consider
/third_party/astc-encoder/Source/
H A Dstb_image.h315 // premultiplied BGRA) back to RGB, even though they're internally encoded
765 // If we're even attempting to compile this on GCC/Clang, that means in stbi__sse2_available()
990 // current code, even on 64-bit targets, is INT_MAX. this is not a
1924 // - upsampled channels are bilinearly interpolated, even across blocks
2534 // dot product constant: even elems=x, odd elems=y in stbi__idct_simd()
2537 // out(0) = c0[even]*x + c0[odd]*y (c0, x, y 16-bit, out 32-bit) in stbi__idct_simd()
2538 // out(1) = c1[even]*x + c1[odd]*y in stbi__idct_simd()
2587 /* even part */ \ in stbi__idct_simd()
2759 /* even part */ \ in stbi__idct_simd()
2944 // since we don't even allo in stbi__jpeg_reset()
3574 __m128i even = _mm_add_epi16(prvd, curb); stbi__resample_row_hv_2_simd() local
[all...]

Completed in 33 milliseconds

12345678910>>...12