/third_party/ffmpeg/doc/ |
D | lexicon | 5 dst/adst: (asymmetric) discrete sine transform 8 fdct/idct: forward/inverse discrete cosine transform
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | v4l2_show.c | 140 framesize->discrete.width, framesize->discrete.height); in show_v4l2_frmsizeenum()
|
D | test_VIDIOC_ENUM_FRAMESIZES.c | 87 CU_ASSERT(0 < framesize.discrete.width); in do_test_VIDIOC_ENUM_FRAMESIZES() 88 CU_ASSERT(0 < framesize.discrete.height); in do_test_VIDIOC_ENUM_FRAMESIZES()
|
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | doctor.js.test.cjs | 413 exports[`test/lib/commands/doctor.js TAP discrete checks cache > logs 1`] = ` 440 exports[`test/lib/commands/doctor.js TAP discrete checks cache > output 1`] = ` 446 exports[`test/lib/commands/doctor.js TAP discrete checks git > logs 1`] = ` 458 exports[`test/lib/commands/doctor.js TAP discrete checks git > output 1`] = ` 462 exports[`test/lib/commands/doctor.js TAP discrete checks invalid environment > logs 1`] = ` 482 exports[`test/lib/commands/doctor.js TAP discrete checks invalid environment > output 1`] = ` 488 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - not windows > logs 1`] = ` 500 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - not windows > output 1`] = ` 509 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - windows > logs 1`] = ` 521 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - windows > output 1`] = ` [all …]
|
/third_party/openGLES/extensions/SGI/ |
D | SGI_fft.txt | 32 computing the discrete Fourier transform (DFT) that are based on the 34 transform of a sequence into successively smaller discrete Fourier 222 The discrete fourier transform is a complex valued sum of products of 229 The discrete fourier transform is defined differently for each of 239 The discrete fourier transform equation is:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | SGI_fft.txt | 32 computing the discrete Fourier transform (DFT) that are based on the 34 transform of a sequence into successively smaller discrete Fourier 222 The discrete fourier transform is a complex valued sum of products of 229 The discrete fourier transform is defined differently for each of 239 The discrete fourier transform equation is:
|
/third_party/ffmpeg/libavcodec/x86/ |
D | xvididct.asm | 6 ; =========== SSE2 inverse discrete cosine transform ===========
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_glslang_utils.mm | 113 // NOTE(hqle): We use separate discrete binding point for now, in future, we should use 136 // XFB buffer is allocated slot starting from last discrete Metal buffer slot. 190 // Use discrete buffer binding slot for UBOs which translates each slot to [[buffer(n)]] 324 // Force discrete slot bindings for textures, default uniforms & driver uniforms
|
/third_party/libinput/doc/user/ |
D | wheel-api.rst | 81 event may contain multiples of the value, discrete or v120 value: 166 identical to ``LIBINPUT_EVENT_POINTER_AXIS`` events. Note that the discrete
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_display_power_preference.txt | 67 created on the integrated (low-power) or discrete (high-power) GPU
|
D | EGL_ANGLE_power_preference.txt | 71 created on the integrated (low-power) or discrete (high-power) GPU
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_debug_marker.txt | 42 annotate their command stream with markers for discrete events and groups 82 for discrete events and groups of commands using a descriptive text marker.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_debug_marker.txt | 42 annotate their command stream with markers for discrete events and groups 82 for discrete events and groups of commands using a descriptive text marker.
|
/third_party/vulkan-loader/tests/ |
D | loader_version_tests.cpp | 122 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST() 153 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST() 227 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST() 277 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST() 504 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST()
|
/third_party/libinput/src/ |
D | evdev-fallback.c | 232 struct discrete_coords discrete = { 0.0, 0.0 }; in fallback_flush_wheels() local 291 discrete.y = -1 * value; in fallback_flush_wheels() 297 &discrete); in fallback_flush_wheels() 319 discrete.x = value; in fallback_flush_wheels() 325 &discrete); in fallback_flush_wheels()
|
D | libinput.c | 180 struct discrete_coords discrete; member 767 value = event->discrete.x; in libinput_event_pointer_get_axis_value_discrete() 770 value = event->discrete.y; in libinput_event_pointer_get_axis_value_discrete() 2533 .discrete = zero_discrete, in pointer_notify_axis_finger() 2567 .discrete = zero_discrete, in pointer_notify_axis_continuous() 2585 const struct discrete_coords *discrete) in pointer_notify_axis_legacy_wheel() argument 2600 .discrete = *discrete, in pointer_notify_axis_legacy_wheel() 2628 .discrete.x = 0, in pointer_notify_axis_wheel() 2629 .discrete.y = 0, in pointer_notify_axis_wheel()
|
D | evdev.c | 396 struct discrete_coords discrete = *discrete_in; in evdev_notify_axis_legacy_wheel() local 400 discrete.x *= -1; in evdev_notify_axis_legacy_wheel() 406 discrete.x *= -1; in evdev_notify_axis_legacy_wheel() 407 discrete.y *= -1; in evdev_notify_axis_legacy_wheel() 414 &discrete); in evdev_notify_axis_legacy_wheel()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.mm | 589 // Create discrete pixel format if necessary. 603 return egl::EglBadAlloc() << "Error choosing discrete pixel format."; 632 // A non-zero value implies that the timer is ticking on deleting the discrete GPU pixel
|
/third_party/python/Doc/library/ |
D | statistics.rst | 53 :func:`mode` Single mode (most common value) of discrete or nominal data. 54 :func:`multimode` List of modes (most common values) of discrete or nominal data. 238 This is suited for when your data is discrete, and you don't mind that the 261 Use the low median when your data are discrete and you prefer the median to 281 Use the high median when your data are discrete and you prefer the median to 338 Return the single most common data point from discrete or nominal *data*. 347 ``mode`` assumes discrete data and returns a single value. This is the
|
/third_party/vulkan-loader/tests/framework/shim/ |
D | shim.h | 48 enum class GpuType { unspecified, integrated, discrete, external }; enumerator
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | README.txt | 69 O(N**2) discrete transform.
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.sample_shading.txt | 50 averaging them will result in a discrete normal-like distribution. The number of
|
/third_party/openssl/doc/man3/ |
D | SSL_in_init.pod | 50 indicates a discrete state machine state. Note that future versions of OpenSSL
|
/third_party/rust/crates/clap/examples/ |
D | typed-derive.md | 14 --port <PORT> Support for discrete numbers [default: 22] [possible values: 22, 80]
|
/third_party/skia/site/docs/user/api/ |
D | skpaint_overview.md | 154 - SkDiscretePathEffect: This path effect chops a path into discrete segments,
|