Home
last modified time | relevance | path

Searched refs:subtraction (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_shader_atomic_counter_ops.txt37 - Addition and subtraction
50 Addition and subtraction test
/third_party/vk-gl-cts/
Dvk_gl_cts.gni31 "-Wno-null-pointer-subtraction",
46 "-Wno-null-pointer-subtraction",
/third_party/gstreamer/gstreamer/docs/random/bbb/
Doptional-properties44 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/
DGenericOpcodes.td218 // 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/
D10.6.9.rst77 - t_dd_dmatmp: Use addition instead of subtraction in loop bounds
D11.0.1.rst74 - t_dd_dmatmp: Use addition instead of subtraction in loop bounds
/third_party/openGLES/extensions/ARB/
DARB_shader_atomic_counter_ops.txt64 * Addition and subtraction
205 * Addition and subtraction
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_atomic_counter_ops.txt54 * Addition and subtraction
195 * Addition and subtraction
/third_party/gstreamer/gstreamer/gst/
Dgstcaps.c1807 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()
Dgstvalue.c5674 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/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_blend_func_separate.txt104 and the corresponding blend factors. Addition and subtraction of triplets
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
DREADME.md28 `+` (addition), `-` (subtraction), `*` (multiplication), `/` (division), `%` (modulo), `**` (expone…
/third_party/python/Lib/test/decimaltestdata/
Dabs.decTest23 -- Addition, subtraction, rounding, and more overflows are tested
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst70 Integer subtraction.
107 Floating-point subtraction.
/third_party/openGLES/extensions/OES/
DOES_blend_func_separate.txt114 and the corresponding blend factors. Addition and subtraction of triplets
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_shader_buffer_load.txt678 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/
DNV_shader_buffer_load.txt678 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/
DIntrinsicsARM.td91 // 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/
DIndex.md32 …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/
DAMD_stencil_operation_extended.txt140 result of the subtraction would be negative causes the two's complement
DAMD_shader_atomic_counter_ops.txt47 * Addition and subtraction
/third_party/openGLES/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt47 * Addition and subtraction
DAMD_stencil_operation_extended.txt140 result of the subtraction would be negative causes the two's complement
/third_party/python/Doc/library/
Dmath.rst355 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
Dcollections.rst367 Addition and subtraction combine counters by adding or subtracting the counts
383 Unary addition and subtraction are shortcuts for adding an empty counter
409 support addition and subtraction. So fractions, floats, and decimals would
417 support addition, subtraction, and comparison.

12345