| /third_party/ffmpeg/libavcodec/ppc/ |
| D | mpegvideoencdsp.c | 36 const vector unsigned int zero = in pix_norm1_altivec() local 63 const vector unsigned int zero = in pix_norm1_altivec() local 93 const vector unsigned int zero = in pix_sum_altivec() local 121 const vector unsigned int zero = in pix_sum_altivec() local
|
| D | pixblockdsp.c | 43 const vector unsigned char zero = in get_pixels_altivec() local 67 const vec_u8 zero = (const vec_u8)vec_splat_u8(0); in get_pixels_altivec() local 95 const vector unsigned char zero = in diff_pixels_altivec() local 158 const vec_u8 zero = (const vec_u8)vec_splat_u8(0); in diff_pixels_altivec() local
|
| /third_party/libuv/test/ |
| D | test-random.c | 32 char zero[sizeof(scratch)]; in random_cb() local 79 char zero[256]; in TEST_IMPL() local
|
| /third_party/boost/boost/geometry/arithmetic/ |
| D | infinite_line_functions.hpp | 33 static Type const zero = 0; in intersection_point() local 82 static Type const zero = 0; in is_degenerate() local
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
| D | WireBufferMappingTests.cpp | 321 uint32_t zero = 0; in TEST_F() local 421 uint32_t zero = 0; in TEST_F() local 458 uint32_t zero = 0; in TEST_F() local 484 uint32_t zero = 0; in TEST_F() local 586 uint32_t zero = 0; in TEST_F() local 657 uint32_t zero = 0; in TEST_F() local 731 uint32_t zero = 0; in TEST_F() local 768 uint32_t zero = 0; in TEST_F() local 805 uint32_t zero = 0; in TEST_F() local
|
| /third_party/node/benchmark/buffers/ |
| D | buffer-read-float.js | 16 zero: 0, property 23 zero: 0, property
|
| /third_party/ffmpeg/libavutil/ppc/ |
| D | float_dsp_vsx.c | 29 vec_f d0, d1, zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_vsx() local 44 vec_f zero, t0, t1, s0, s1, wi, wj; in ff_vector_fmul_window_vsx() local 95 vec_f zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_reverse_vsx() local
|
| D | float_dsp_altivec.c | 28 vec_f d0, d1, s, zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_altivec() local 43 vec_f zero, t0, t1, s0, s1, wi, wj; in ff_vector_fmul_window_altivec() local 100 vec_f zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_reverse_altivec() local
|
| /third_party/boost/libs/math/test/ |
| D | test_polynomial.cpp | 127 polynomial<double> const zero; in BOOST_AUTO_TEST_CASE() local 145 polynomial<double> const zero; in BOOST_AUTO_TEST_CASE() local 174 polynomial<int> const zero; in BOOST_AUTO_TEST_CASE() local 389 polynomial<T> const zero; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 402 polynomial<T> const zero; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 415 polynomial<T> const zero; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 464 polynomial<T> const zero; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 514 polynomial<T> zero; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 523 polynomial<T> const zero; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 563 polynomial<T> const zero; in BOOST_AUTO_TEST_CASE_TEMPLATE() local [all …]
|
| /third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
| D | e_log.c | 89 static const double zero = 0.0; variable 91 static double zero = 0.0; variable
|
| /third_party/boost/libs/beast/doc/docca/example/include/docca/ |
| D | example.hpp | 28 zero, enumerator 247 zero, enumerator 441 zero, enumerator
|
| /third_party/boost/tools/docca/example/include/docca/ |
| D | example.hpp | 28 zero, enumerator 247 zero, enumerator 441 zero, enumerator
|
| /third_party/Linux_Kernel/arch/arm/include/asm/ |
| D | tlbflush.h | 324 const int zero = 0; in __local_flush_tlb_all() local 334 const int zero = 0; in local_flush_tlb_all() local 351 const int zero = 0; in __flush_tlb_all() local 368 const int zero = 0; in __local_flush_tlb_mm() local 421 const int zero = 0; in __local_flush_tlb_page() local 480 const int zero = 0; in __local_flush_tlb_kernel_page() local 536 const int zero = 0; in __local_flush_bp_all() local 545 const int zero = 0; in local_flush_bp_all() local 555 const int zero = 0; in __flush_bp_all() local
|
| /third_party/flutter/skia/third_party/externals/libpng/intel/ |
| D | filter_sse2_intrinsics.c | 121 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_avg3_sse2() local 174 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_avg4_sse2() local 246 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_paeth3_sse2() local 345 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_paeth4_sse2() local
|
| /third_party/libpng/intel/ |
| D | filter_sse2_intrinsics.c | 121 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_avg3_sse2() local 174 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_avg4_sse2() local 246 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_paeth3_sse2() local 345 const __m128i zero = _mm_setzero_si128(); in png_read_filter_row_paeth4_sse2() local
|
| /third_party/curl/tests/libtest/ |
| D | chkdecimalpoint.c | 32 char zero[TOTAL_STR_LEN] = {'\0'}; in main() local
|
| /third_party/boost/boost/graph/ |
| D | dijkstra_shortest_paths.hpp | 332 Combine combine, DistZero zero, DijkstraVisitor vis) in dijkstra_shortest_paths_no_init() 349 IndexMap index_map, Compare compare, Combine combine, DistZero zero, in dijkstra_shortest_paths_no_init() 363 Combine combine, DistZero zero, DijkstraVisitor vis, ColorMap color) in dijkstra_shortest_paths_no_init() 397 IndexMap index_map, Compare compare, Combine combine, DistZero zero, in dijkstra_shortest_paths_no_init() 412 Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis, in dijkstra_shortest_paths() 430 DistZero zero, DijkstraVisitor vis, in dijkstra_shortest_paths() 446 Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis, in dijkstra_shortest_paths() 476 DistZero zero, DijkstraVisitor vis, ColorMap color) in dijkstra_shortest_paths() 489 Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis) in dijkstra_shortest_paths() 503 DistZero zero, DijkstraVisitor vis) in dijkstra_shortest_paths()
|
| D | floyd_warshall_shortest.hpp | 56 const Infinity& inf, const Zero& zero) in floyd_warshall_dispatch() 81 const BinaryFunction& combine, const Infinity& inf, const Zero& zero) in floyd_warshall_initialized_all_pairs_shortest_paths() 93 const BinaryFunction& combine, const Infinity& inf, const Zero& zero) in floyd_warshall_all_pairs_shortest_paths()
|
| D | numeric_values.hpp | 39 static T zero() { return T(); } in zero() function
|
| /third_party/jerryscript/jerry-libm/ |
| D | atanh.c | 48 #define zero 0.0 macro
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
| D | cost_sse2.c | 30 const __m128i zero = _mm_setzero_si128(); in SetResidualCoeffs_SSE2() local 63 const __m128i zero = _mm_setzero_si128(); in GetResidualCost_SSE2() local
|
| /third_party/boost/libs/lexical_cast/test/ |
| D | lexical_cast_float_types_test.cpp | 401 void test_conversion_from_float_to_char(CharT zero) in test_conversion_from_float_to_char() 421 void test_conversion_from_char_to_float(CharT zero) in test_conversion_from_char_to_float() 446 { char const zero = '0'; in test_conversion_from_to_float() local
|
| D | lexical_cast_vc8_bug_test.cpp | 31 void test_too_long_number(CharT zero) in test_too_long_number()
|
| /third_party/mingw-w64/mingw-w64-crt/math/x86/ |
| D | ceil.S | 91 .zero: label
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-to-length.c | 59 ecma_value_t zero = ecma_make_int32_value (0); in main() local
|