/third_party/boost/boost/detail/ |
D | binary_search.hpp | 43 typename traits::difference_type half; in lower_bound() local 68 typename traits::difference_type half; in lower_bound() local 93 typename traits::difference_type half; in upper_bound() local 118 typename traits::difference_type half; in upper_bound() local 143 typename traits::difference_type half; in equal_range() local 175 typename traits::difference_type half; in equal_range() local
|
/third_party/boost/boost/move/algo/detail/ |
D | merge_sort.hpp | 72 size_type const half = count/2; in merge_sort_copy() local 95 size_type const half = count/2; in merge_sort_uninitialized_copy() local 120 size_type const half = count/2; in merge_sort() local 147 size_type const half = count/2; in merge_sort_with_constructed_buffer() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_premultiply.c | 43 int half, depth, offset, max; member 97 int half, int shift, int offset) in premultiply8() 117 int half, int shift, int offset) in premultiply8yuv() 137 int half, int shift, int offset) in premultiply8offset() 157 int half, int shift, int offset) in premultiply16() 180 int half, int shift, int offset) in premultiply16yuv() 203 int half, int shift, int offset) in premultiply16offset() 226 int half, int shift, int offset) in premultiplyf32() 249 int half, int shift, int offset) in premultiplyf32offset() 274 int half, int max, int offset) in unpremultiply8() [all …]
|
/third_party/boost/libs/hana/example/functional/ |
D | reverse_partial.cpp | 10 constexpr auto half = hana::reverse_partial(hana::div, 2); variable
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
D | gstfft.c | 51 gint half = (n + 1) / 2; in gst_fft_next_fast_length() local
|
/third_party/skia/experimental/lowp-basic/ |
D | lerp-study.cpp | 42 const int16_t half = 1 << (logPixelScale - 1); in saturating_lerp() local 53 const int16_t half = 1 << (logPixelScale - 1); in ssse3_lerp() local 73 const int16_t half = 1 << logPixelScale; in balanced_lerp() local
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_convolution.asm | 24 half: dd 0.5 define
|
/third_party/jerryscript/jerry-libm/ |
D | cosh.c | 53 #define half 0.5 macro
|
D | sinh.c | 49 #define half 0.5 macro
|
/third_party/boost/libs/safe_numerics/test/ |
D | test_rational.cpp | 47 rational<int_type> half(1,2); in main() local
|
/third_party/boost/libs/rational/test/ |
D | rational_example.cpp | 45 rational<int> half(1,2); in main() local
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | null_fenced_block.hpp | 30 enum half_or_full_t { half, full }; enumerator
|
D | gcc_sync_fenced_block.hpp | 37 enum half_or_full_t { half, full }; enumerator
|
D | macos_fenced_block.hpp | 35 enum half_t { half }; enumerator
|
D | std_fenced_block.hpp | 35 enum half_t { half }; enumerator
|
D | solaris_fenced_block.hpp | 35 enum half_t { half }; enumerator
|
/third_party/boost/boost/asio/detail/ |
D | null_fenced_block.hpp | 30 enum half_or_full_t { half, full }; enumerator
|
D | gcc_sync_fenced_block.hpp | 37 enum half_or_full_t { half, full }; enumerator
|
D | macos_fenced_block.hpp | 35 enum half_t { half }; enumerator
|
D | solaris_fenced_block.hpp | 35 enum half_t { half }; enumerator
|
D | std_fenced_block.hpp | 35 enum half_t { half }; enumerator
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264qpel_mmi.c | 2159 uint8_t half[16]; in ff_put_h264_qpel4_mc10_mmi() local 2173 uint8_t half[16]; in ff_put_h264_qpel4_mc30_mmi() local 2183 uint8_t half[16]; in ff_put_h264_qpel4_mc01_mmi() local 2203 uint8_t half[16]; in ff_put_h264_qpel4_mc03_mmi() local 2323 uint8_t half[16]; in ff_avg_h264_qpel4_mc10_mmi() local 2337 uint8_t half[16]; in ff_avg_h264_qpel4_mc30_mmi() local 2347 uint8_t half[16]; in ff_avg_h264_qpel4_mc01_mmi() local 2367 uint8_t half[16]; in ff_avg_h264_qpel4_mc03_mmi() local 2487 uint8_t half[64]; in ff_put_h264_qpel8_mc10_mmi() local 2501 uint8_t half[64]; in ff_put_h264_qpel8_mc30_mmi() local [all …]
|
/third_party/skia/docs/examples/ |
D | radial_gradient_test.cpp | 7 SkScalar half = SIZE * 0.5f; in draw() local
|
/third_party/cmsis/CMSIS/DSP/Source/FastMathFunctions/ |
D | arm_sqrt_q15.c | 55 q15_t number, temp1, var1, signBits1, half; in arm_sqrt_q15() local
|
D | arm_sqrt_q31.c | 55 q31_t number, temp1, var1, signBits1, half; in arm_sqrt_q31() local
|