Home
last modified time | relevance | path

Searched refs:eight (Results 1 - 23 of 23) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dvp3dsp_altivec.c47 vec_s16 eight = vec_splat_s16(8);\
120 #define ADD8(a) vec_add(a, eight)
130 eight = vec_add(eight, v2048); in vp3_idct_put_altivec()
/third_party/musl/Benchmark/musl/
H A Dlibc_math.cpp395 int eight = 8; in Bm_function_Fmaf() local
396 float a = (float)DOUBLE_VALUES[rand() % eight]; in Bm_function_Fmaf()
397 float b = (float)DOUBLE_VALUES[(rand()+1) % eight]; in Bm_function_Fmaf()
398 float c = (float)DOUBLE_VALUES[(rand()+2) % eight]; in Bm_function_Fmaf()
H A Dsocket_test.cpp36 int eight = 8; in Bm_function_socket_server() local
37 bzero(&(serverAddr.sin_zero), eight); // Set other attributes to 0 in Bm_function_socket_server()
/third_party/jerryscript/tests/jerry-test-suite/12/12.06/12.06.04/
H A D12.06.04-002.js16 a.eight = 8;
25 a[4] === 6 && a[5] === 7 && a[6] === 8 && a['eight'] === 9);
/third_party/jerryscript/tests/jerry/
H A Dfor-in.js68 array_obj.eight = 8;
81 && array_obj['eight'] === 9);
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc773 Int eight = MoveToNibble<Int>(8, rounding_nibble_idx); in HexFloatNeedsRoundUp() local
774 if (mantissa_up_to_rounding_nibble_inclusive != eight) { in HexFloatNeedsRoundUp()
775 return mantissa_up_to_rounding_nibble_inclusive > eight; in HexFloatNeedsRoundUp()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c653 nir_ssa_def *eight = nir_imm_int(&b, 8); in v3d_get_sand8_fs() local
709 nir_ishl(&b, y, eight)); in v3d_get_sand8_fs()
/third_party/protobuf/src/google/protobuf/
H A Darena_unittest.cc126 // A class that takes eight different types as constructor arguments.
134 const std::string& eight) in MustBeConstructedWithOneThroughEight()
142 eight_(eight) {} in MustBeConstructedWithOneThroughEight()
238 const std::string eight("8"); in TEST()
241 &arena, 1, "2", three, &four, 5, "6", seven, eight); in TEST()
129 MustBeConstructedWithOneThroughEight(int one, const char* two, const std::string& three, const PleaseDontCopyMe* four, int five, const char* six, const std::string& seven, const std::string& eight) MustBeConstructedWithOneThroughEight() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc406 "Expected eight hex digits up to 10ffff for \\U escape " in ConsumeString()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S58 @ Do eight 2x2 transposes.
1054 @ Do eight 2x2 transposes. Originally, d16-d31 contain the
1055 @ 16 rows. Afterwards, d16-d17, d18-d19 etc contain the eight
1583 @ Do eight 2x2 transposes. Originally, d16-d31 contain the
1584 @ 16 rows. Afterwards, d16-d17, d18-d19 etc contain the eight
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm97 ; wN: xmmN treated as eight signed 16-bit values
98 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm109 ; wN: xmmN treated as eight signed 16-bit values
110 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7
112 ; mmN treated as eight unsigned 8-bit values
/third_party/python/Lib/test/
H A Dtest_enum.py2498 eight = '8' variable in TestSpecial.test_strenum.HelloEnum
2499 self.assertEqual(HelloEnum.eight, '8')
2500 self.assertEqual(HelloEnum.eight, str(HelloEnum.eight))
2560 eight = '8' variable in TestSpecial.test_custom_strenum.HelloEnum
2561 self.assertEqual(HelloEnum.eight, '8')
2562 self.assertEqual(str(HelloEnum.eight), 'HelloEnum.eight')
3322 eight = auto() variable in OldTestFlag.test_unique_composite.TestFlag
3867 eight variable in OldTestIntFlag.test_unique_composite.TestFlag
[all...]
H A Dtest_grammar.py1238 global one, two, three, four, five, six, seven, eight, nine, ten
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py522 global one, two, three, four, five, six, seven, eight, nine, ten
H A Dpy2_test_grammar.py516 global one, two, three, four, five, six, seven, eight, nine, ten
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl920 my ($sixteen,$twelve,$eight,$seven) = ($xt0,$xt1,$xt2,$xt3);
969 "&vrlw (@x[$d0],@x[$d0],'$eight')",
970 "&vrlw (@x[$d1],@x[$d1],'$eight')",
971 "&vrlw (@x[$d2],@x[$d2],'$eight')",
972 "&vrlw (@x[$d3],@x[$d3],'$eight')",
1065 vspltisw $eight,8
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl920 my ($sixteen,$twelve,$eight,$seven) = ($xt0,$xt1,$xt2,$xt3);
969 "&vrlw (@x[$d0],@x[$d0],'$eight')",
970 "&vrlw (@x[$d1],@x[$d1],'$eight')",
971 "&vrlw (@x[$d2],@x[$d2],'$eight')",
972 "&vrlw (@x[$d3],@x[$d3],'$eight')",
1065 vspltisw $eight,8
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/chacha/
H A Dchacha-x86_64.s16 L$eight:
1671 vpaddd L$eight(%rip),%ymm4,%ymm4
3067 vpaddd L$eight(%rip),%ymm28,%ymm28
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/chacha/
H A Dchacha-x86_64.s16 L$eight:
1667 vpaddd L$eight(%rip),%ymm4,%ymm4
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1038 At present, there are eight legal options: C<PACKAGE>, C<BROKEN>,
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1038 At present, there are eight legal options: C<PACKAGE>, C<BROKEN>,
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex7675 % This defines a Texinfo @macro. There are eight cases: recursive and

Completed in 62 milliseconds