Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/boost/boost/detail/
Dbinary_search.hpp43 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/
Dmerge_sort.hpp72 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/
Dvf_premultiply.c43 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/
Dreverse_partial.cpp10 constexpr auto half = hana::reverse_partial(hana::div, 2); variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstfft.c51 gint half = (n + 1) / 2; in gst_fft_next_fast_length() local
/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp42 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/
Dvf_convolution.asm24 half: dd 0.5 define
/third_party/jerryscript/jerry-libm/
Dcosh.c53 #define half 0.5 macro
Dsinh.c49 #define half 0.5 macro
/third_party/boost/libs/safe_numerics/test/
Dtest_rational.cpp47 rational<int_type> half(1,2); in main() local
/third_party/boost/libs/rational/test/
Drational_example.cpp45 rational<int> half(1,2); in main() local
/third_party/boost/libs/asio/include/boost/asio/detail/
Dnull_fenced_block.hpp30 enum half_or_full_t { half, full }; enumerator
Dgcc_sync_fenced_block.hpp37 enum half_or_full_t { half, full }; enumerator
Dmacos_fenced_block.hpp35 enum half_t { half }; enumerator
Dstd_fenced_block.hpp35 enum half_t { half }; enumerator
Dsolaris_fenced_block.hpp35 enum half_t { half }; enumerator
/third_party/boost/boost/asio/detail/
Dnull_fenced_block.hpp30 enum half_or_full_t { half, full }; enumerator
Dgcc_sync_fenced_block.hpp37 enum half_or_full_t { half, full }; enumerator
Dmacos_fenced_block.hpp35 enum half_t { half }; enumerator
Dsolaris_fenced_block.hpp35 enum half_t { half }; enumerator
Dstd_fenced_block.hpp35 enum half_t { half }; enumerator
/third_party/ffmpeg/libavcodec/mips/
Dh264qpel_mmi.c2159 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/
Dradial_gradient_test.cpp7 SkScalar half = SIZE * 0.5f; in draw() local
/third_party/cmsis/CMSIS/DSP/Source/FastMathFunctions/
Darm_sqrt_q15.c55 q15_t number, temp1, var1, signBits1, half; in arm_sqrt_q15() local
Darm_sqrt_q31.c55 q31_t number, temp1, var1, signBits1, half; in arm_sqrt_q31() local

12345678