/third_party/boost/libs/spirit/test/karma/ |
D | binary3.cpp | 41 boost::optional<float> vf(1.0f); in main() local 104 float vf(1.0f); in main() local 149 float vf(1.0f); in main() local
|
D | binary2.cpp | 100 boost::optional<float> vf; in main() local
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglvideoflip.c | 239 _transform_caps (GstGLVideoFlip * vf, GstPadDirection direction, GstCaps * caps) in _transform_caps() 288 _set_active_method (GstGLVideoFlip * vf, GstVideoOrientationMethod method, in _set_active_method() 351 gst_gl_video_flip_set_method (GstGLVideoFlip * vf, in gst_gl_video_flip_set_method() 390 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (object); in gst_gl_video_flip_set_property() local 407 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (object); in gst_gl_video_flip_get_property() local 423 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (user_data); in _input_sink_probe() local 509 GstGLVideoFlip *vf = GST_GL_VIDEO_FLIP (user_data); in _trans_src_probe() local
|
/third_party/libsnd/tests/ |
D | virtual_io_test.c | 57 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfget_filelen() local 64 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfseek() local 87 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfread() local 104 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vfwrite() local 127 { VIO_DATA *vf = (VIO_DATA *) user_data ; in vftell() local
|
/third_party/libsnd/ossfuzz/ |
D | sndfile_fuzzer.cc | 17 VIO_DATA *vf = (VIO_DATA *)user_data; in vfget_filelen() local 23 VIO_DATA *vf = (VIO_DATA *)user_data; in vfseek() local 68 VIO_DATA *vf = (VIO_DATA *)user_data; in vfread() local 92 { VIO_DATA *vf = (VIO_DATA *)user_data; in vftell() local
|
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_altivec.c | 56 #define LOAD_FILTER(vf,f) {\ argument 72 #define GET_VF4(a, vf, f) {\ argument 87 #define LOAD_SRCV(pos, a, s, per, v0, v1, vf) {\ argument 91 #define LOAD_SRCV8(pos, a, s, per, v0, v1, vf) {\ argument 97 #define GET_VFD(a, b, f, vf0, vf1, per, vf, off) {\ argument
|
D | swscale_ppc_template.c | 32 vector unsigned char vf; in FUNC() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_v360.c | 902 static inline void rotate_cube_face(float *uf, float *vf, int rotation) in rotate_cube_face() 928 static inline void rotate_cube_face_inverse(float *uf, float *vf, int rotation) in rotate_cube_face_inverse() 981 float uf, float vf, int face, in cube_to_xyz() 1046 float *uf, float *vf, int *direction) in xyz_to_cube() 1123 float uf, float vf, int direction, in process_cube_coordinates() 1334 const float vf = 2.f * (j - v_shift + 0.5f) / ehi - 1.f; in cube3x2_to_xyz() local 1361 float uf, vf; in xyz_to_cube3x2() local 1458 const float vf = 2.f * (j - v_shift + 0.5f) / ehi - 1.f; in cube1x6_to_xyz() local 1491 const float vf = 2.f * (j + 0.5f) / eh - 1.f; in cube6x1_to_xyz() local 1518 float uf, vf; in xyz_to_cube1x6() local [all …]
|
D | f_drawgraph.c | 216 float vf; in filter_frame() local 356 float vf = s->values[i][k]; in request_frame() local
|
D | avf_showspectrum.c | 512 float *yf, float *uf, float *vf) in color_range() 574 float yf, float uf, float vf, in pick_color() 848 float yf, uf, vf; in draw_legend() local 932 float yf, uf, vf; in plot_channel_lin() local 956 float y, yf, uf, vf; in plot_channel_log() local
|
/third_party/boost/libs/numeric/interval/examples/ |
D | newton-raphson.cpp | 37 I1 vf, vd, x, x1, x2; in newton_raphson() local 87 I2 vf, vd, x, x1, x2; in newton_raphson() local
|
/third_party/boost/libs/numeric/ublas/examples/tensor/ |
D | construction_access.cpp | 31 auto vf = ftype(0); in main() local
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_vp9.c | 29 static VASurfaceID vaapi_vp9_surface_id(const VP9Frame *vf) in vaapi_vp9_surface_id()
|
D | vaapi_vp8.c | 26 static VASurfaceID vaapi_vp8_surface_id(VP8Frame *vf) in vaapi_vp8_surface_id()
|
/third_party/libnl/lib/route/link/ |
D | sriov.c | 281 struct rtnl_link_vf *list, *vf, *next; in rtnl_link_sriov_free_data() local 501 struct rtnl_link_vf *list, *vf, *next; in rtnl_link_sriov_fill_vflist() local 755 struct rtnl_link_vf *vf; in rtnl_link_vf_alloc() local 802 struct rtnl_link_vf *list, *vf, *next, *ret = NULL; in rtnl_link_vf_get() local 1271 nl_vf_vlans_t *vf; in rtnl_link_vf_get_vlans() local
|
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | encoding.c | 140 create_profile (GstCaps * cf, GstCaps * vf, GstCaps * af) in create_profile() 187 GstCaps *cf = NULL, *vf = NULL, *af = NULL; in create_profile_from_string() local
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | v3d.h | 64 #define Y_ROTATE_V3D(vi,vf,sina,cosa)\ argument
|
/third_party/pixman/test/ |
D | matrix-test.c | 136 pixman_vector_f128_t vf, result_f; in test_matrix() local
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pcie_layerscape.h | 76 #define PCIE_LCTRL0_VF(vf) ((vf) << 22) argument 79 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideoflip.c | 967 GstVideoFlip *vf = GST_VIDEO_FLIP (vfilter); in gst_video_flip_set_info() local 1154 GstVideoFlip *vf = GST_VIDEO_FLIP (trans); in gst_video_flip_src_event() local 1222 GstVideoFlip *vf = GST_VIDEO_FLIP (trans); in gst_video_flip_sink_event() local
|
/third_party/boost/libs/multi_index/test/ |
D | test_key.cpp | 42 int vf()volatile{return x;}; in vf() function
|
/third_party/libffi/src/sparc/ |
D | ffi64.c | 112 ffi_struct_float_merge (int size_mask, void *vi, void *vf) in ffi_struct_float_merge() 138 ffi_struct_float_copy (int size_mask, void *vd, void *vi, void *vf) in ffi_struct_float_copy()
|
/third_party/libnl/include/linux-private/linux/ |
D | if_link.h | 679 __u32 vf; member 684 __u32 vf; member 699 __u32 vf; member 706 __u32 vf; member 711 __u32 vf; member 717 __u32 vf; member 722 __u32 vf; member 734 __u32 vf; member 739 __u32 vf; member 759 __u32 vf; member
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkvideosrc.cpp | 887 VideoFrame * vf) in extract_cc_from_vbi() 990 VideoFrame *vf; in gst_decklink_video_src_create() local
|
/third_party/boost/boost/math/special_functions/ |
D | chebyshev_transform.hpp | 132 std::vector<Real> vf; in chebyshev_transform() local
|