/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_atomic_counter_ops.txt | 37 - Addition and subtraction 50 Addition and subtraction test
|
/third_party/vk-gl-cts/ |
D | vk_gl_cts.gni | 31 "-Wno-null-pointer-subtraction", 46 "-Wno-null-pointer-subtraction",
|
/third_party/gstreamer/gstreamer/docs/random/bbb/ |
D | optional-properties | 44 another value and thus subtraction is irrelevant (because the mathematical 45 value of the subtraction has no real value). 50 2b is complex, since subtraction actually has a value here, and addition
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 218 // Generic subtraction. 411 // Generic unsigned subtraction producing a carry flag. 417 // Generic unsigned subtraction consuming and producing a carry flag. 424 // Generic signed subtraction producing a carry flag. 431 // Generic signed subtraction consuming and producing a carry flag. 604 // Generic FP subtraction.
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.6.9.rst | 77 - t_dd_dmatmp: Use addition instead of subtraction in loop bounds
|
D | 11.0.1.rst | 74 - t_dd_dmatmp: Use addition instead of subtraction in loop bounds
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcaps.c | 1807 GValue subtraction = { 0, }; in gst_caps_structure_subtract_field() local 1817 if (!gst_value_subtract (&subtraction, other, value)) in gst_caps_structure_subtract_field() 1820 if (gst_value_compare (&subtraction, other) == GST_VALUE_EQUAL) { in gst_caps_structure_subtract_field() 1821 g_value_unset (&subtraction); in gst_caps_structure_subtract_field() 1825 gst_structure_id_take_value (structure, field_id, &subtraction); in gst_caps_structure_subtract_field()
|
D | gstvalue.c | 5674 GValue subtraction = { 0, }; in gst_value_subtract_from_list() local 5690 if (gst_value_subtract (&subtraction, cur, subtrahend)) { in gst_value_subtract_from_list() 5692 gst_value_move (dest, &subtraction); in gst_value_subtract_from_list() 5695 && G_VALUE_TYPE (&subtraction) != GST_TYPE_LIST) { in gst_value_subtract_from_list() 5696 _gst_value_list_append_and_take_value (dest, &subtraction); in gst_value_subtract_from_list() 5701 gst_value_list_concat_and_take_values (dest, &temp, &subtraction); in gst_value_subtract_from_list() 5714 GValue *subtraction = &data[0], *result = &data[1]; in gst_value_subtract_list() local 5721 if (gst_value_subtract (subtraction, result, cur)) { in gst_value_subtract_list() 5724 result = subtraction; in gst_value_subtract_list() 5725 subtraction = temp; in gst_value_subtract_list() [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_atomic_counter_ops.txt | 64 * Addition and subtraction 205 * Addition and subtraction
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_atomic_counter_ops.txt | 54 * Addition and subtraction 195 * Addition and subtraction
|
/third_party/python/Lib/test/decimaltestdata/ |
D | abs.decTest | 23 -- Addition, subtraction, rounding, and more overflows are tested
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
D | README.md | 28 `+` (addition), `-` (subtraction), `*` (multiplication), `/` (division), `%` (modulo), `**` (expone…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_blend_func_separate.txt | 104 and the corresponding blend factors. Addition and subtraction of triplets
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 70 Integer subtraction. 107 Floating-point subtraction.
|
/third_party/openGLES/extensions/OES/ |
D | OES_blend_func_separate.txt | 114 and the corresponding blend factors. Addition and subtraction of triplets
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shader_buffer_load.txt | 678 subtraction are supported. There is no mechanism to assign a pointer to 738 The pointer binary addition (+) and subtraction (-) operators produce a 740 integer operand. For subtraction, the pointer must be the first operand; 749 The binary subtraction (-) operator may also operate on a pair of pointers 756 subtraction is not supported for pointers to the type <void>. 768 from the pointer operand, as defined for pointer addition and subtraction. 775 subtraction. The value of the pre-increment or pre-decrement expression 794 Pointer addition and subtraction, including the add into, subtract from,
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_buffer_load.txt | 678 subtraction are supported. There is no mechanism to assign a pointer to 738 The pointer binary addition (+) and subtraction (-) operators produce a 740 integer operand. For subtraction, the pointer must be the first operand; 749 The binary subtraction (-) operator may also operate on a pair of pointers 756 subtraction is not supported for pointers to the type <void>. 768 from the pointer operand, as defined for pointer addition and subtraction. 775 subtraction. The value of the pre-increment or pre-decrement expression 794 Pointer addition and subtraction, including the add into, subtract from,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsARM.td | 91 // Parallel 8-bit addition and subtraction 128 // Parallel 16-bit addition and subtraction 1093 // * subtract - the instruction performs subtraction after multiplication of
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | Index.md | 32 …e specialization. For example to produce the code for an addition or a subtraction, one could writ…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_shader_atomic_counter_ops.txt | 47 * Addition and subtraction
|
D | AMD_stencil_operation_extended.txt | 140 result of the subtraction would be negative causes the two's complement
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_atomic_counter_ops.txt | 47 * Addition and subtraction
|
D | AMD_stencil_operation_extended.txt | 140 result of the subtraction would be negative causes the two's complement
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/ |
D | logic.dart | 250 /// sign or a subtraction operation.
|
/third_party/python/Doc/library/ |
D | math.rst | 355 logarithms. For small floats *x*, the subtraction in ``exp(x) - 1`` 573 ``1.0 - erf(x)``. It is used for large values of *x* where a subtraction
|