Searched +refs:linear +refs:mod (Results 1 – 25 of 85) sorted by relevance
1234
159 VeryLargeInt const* right, VeryLargeInt const* mod) { in VliModAdd() argument162 carry = VliSub(&tmp, result, mod) - carry; in VliModAdd()167 VeryLargeInt const* right, VeryLargeInt const* mod) { in VliModSub() argument170 VliAdd(&tmp, result, mod); in VliModSub()175 VeryLargeInt const* right, VeryLargeInt const* mod) { in VliModMul() argument178 VliModBarrett(result, &product, mod); in VliModMul()206 VeryLargeInt const* exp, VeryLargeInt const* mod) { in VliModExp() argument216 VliModBarrett(&acc, &product, mod); in VliModExp()218 VliModBarrett(&tmp, &product, mod); in VliModExp()226 VeryLargeInt const* mod) { in VliModInv() argument[all …]
33 llvm::Value* linear, const Shape& shape, in Index() argument36 CHECK_NE(linear, nullptr); in Index()37 linear_ = linear; in Index()41 llvm::Value* linear, const Shape& shape, in Delinearize() argument59 auto* quot = b->CreateUDiv(linear, GetConstantWithIndexType(divisor)); in Delinearize()70 IrArray::Index::Index(llvm::Value* linear, const Shape& shape, in Index() argument73 linear_(linear), in Index()76 CHECK_NE(linear, nullptr); in Index()77 index_type_ = linear->getType(); in Index()81 Delinearize(&multidim_, linear, shape, b); in Index()[all …]
49 = linear_index((⌊e/t⌋, e mod t), (⌈d/t⌉, t)) (arithmetic is52 ⌊e<sub>1</sub>/t<sub>1</sub>⌋, e<sub>n</sub> mod t<sub>n</sub>, ... ,53 e<sub>1</sub> mod t<sub>1</sub>), (⌈d<sub>n</sub>/t<sub>n</sub>⌉, ... ,59 linear_index((e<sub>n</sub> mod t<sub>n</sub>, ... , e<sub>1</sub> mod66 (e<sub>n</sub> mod t<sub>n</sub>, ... , e<sub>1</sub> mod t<sub>1</sub>), which75 2, 2). The linear index with tile for the element with index (2, 3) in the115 ⌊e<sub>0</sub>/t<sub>0</sub>⌋, e<sub>n</sub> mod t<sub>n</sub>, ... ,116 e<sub>1</sub> mod t<sub>1</sub>). It is easy to see that the linear index of the130 indicates the linear index in memory of that element in the tiled format. This
1 :mod:`gl` --- *Graphics Library* interface11 The :mod:`gl` module has been removed in Python 3.106 Defines a piecewise-linear curve. *points* is a list of points. *type* must be161 :mod:`DEVICE` --- Constants used with the :mod:`gl` module171 The :mod:`DEVICE` module has been removed in Python 3.179 :mod:`GL` --- Constants used with the :mod:`gl` module189 The :mod:`GL` module has been removed in Python 3.
1 :mod:`sunau` --- Read and write Sun AU files12 The :mod:`sunau` module provides a convenient interface to the Sun AU sound14 :mod:`aifc` and :mod:`wave`.41 The :mod:`sunau` module defines the following functions:66 The :mod:`sunau` module defines the following exception:74 The :mod:`sunau` module defines the following data items:160 will be returned in linear format. If the original data is in u-LAW format, it183 The following two functions are defined for compatibility with the :mod:`aifc`,
2 :mod:`audioop` --- Manipulate raw audio data9 The :mod:`audioop` module contains some useful operations on sound fragments.12 :mod:`al` and :mod:`sunaudiodev` modules. All scalar items are integers, unless46 Decode an Intel/DVI ADPCM coded fragment to a linear fragment. See the
1 :mod:`heapq` --- Heap queue algorithm65 Transform list *x* into a heap, in-place, in linear time.
1 :mod:`sunau` --- Read and write Sun AU files13 The :mod:`sunau` module provides a convenient interface to the Sun AU sound15 :mod:`aifc` and :mod:`wave`.42 The :mod:`sunau` module defines the following functions:69 The :mod:`sunau` module defines the following exception:77 The :mod:`sunau` module defines the following data items:164 will be returned in linear format. If the original data is in u-LAW format, it187 The following two functions are defined for compatibility with the :mod:`aifc`,
1 :mod:`collections.abc` --- Abstract Base Classes for Containers11 Formerly, this module was part of the :mod:`collections` module.156 access speed, the mixin methods will have linear performance;157 however, if the underlying method is linear (as it would be with a306 * For more about ABCs, see the :mod:`abc` module and :pep:`3119`.
1 :mod:`audioop` --- Manipulate raw audio data9 The :mod:`audioop` module contains some useful operations on sound fragments.50 Decode an Intel/DVI ADPCM coded fragment to a linear fragment. See the
2 :mod:`turtle` --- Turtle graphics44 The :mod:`turtle` module is an extended reimplementation of the same-named53 and procedure-oriented ways. Because it uses :mod:`tkinter` for the underlying60 :class:`ScrolledCanvas` as argument. It should be used when :mod:`turtle` is65 :mod:`turtle` is used as a standalone tool for doing graphics.1836 Mode "standard" is compatible with old :mod:`turtle`. Mode "logo" is2202 If you (or your students) want to use :mod:`turtle` with online help in your2263 present on the import path, e.g. in the same directory as :mod:`turtle`.2272 There can be a :file:`turtle.cfg` file in the directory where :mod:`turtle` is2281 :mod:`turtledemo` --- Demo scripts[all …]
40 :mod:`socket` module." The maintainer will research the change and55 :mod:`socket` module. (Contributed by P.Y. Developer in :issue:`12345`.)60 * Cross referencing tip: :ref:`mod.attr` will display as ``mod.attr``,61 while :ref:`~mod.attr` will display as ``attr``.95 * The :mod:`marshal` format has been made :ref:`more compact and efficient100 * :mod:`asyncio`: :ref:`New provisional API for asynchronous IO102 * :mod:`ensurepip`: :ref:`Bootstrapping the pip installer <whatsnew-ensurepip>`104 * :mod:`enum`: :ref:`Support for enumeration types <whatsnew-enum>`106 * :mod:`pathlib`: :ref:`Object-oriented filesystem paths <whatsnew-pathlib>`108 * :mod:`selectors`: :ref:`High-level and efficient I/O multiplexing[all …]
387 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8388 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16389 dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16390 dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16391 dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16392 dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16393 dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16394 dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16395 dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm396 dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm[all …]
390 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8391 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16392 dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16393 dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16394 dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16395 dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16396 dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16397 dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16398 dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm399 dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm[all …]
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
20 part of the standard Python library, and is :mod:`documented in the Library272 mod.py::280 import mod576 For example, suppose you wanted to define ``linear(a,b)`` which returns a579 def linear(a, b):586 class linear:596 taxes = linear(0.3, 2)604 class exponential(linear):892 unicode data, try using an :class:`io.StringIO` object or the :mod:`array`1030 optimize any code (see the :mod:`profile` module).[all …]
25 + * the constant, key, and input bytes, but we just have one linear array to295 + /* 7: j <-- Integerify(X) mod N */302 + /* 7: j <-- Integerify(X) mod N */
42 ``ModRefResult`` which represent the result of an alias query or a mod/ref50 get mod/ref information for arbitrary instructions.170 can be used to refine mod/ref information: it is impossible for an unchanging178 These methods are used to provide very simple mod/ref information for function270 information (returning "May" Alias and "Mod/Ref" for alias and mod/ref queries449 disjoint, calculate mod/ref information and volatility for the set, and keep487 higher-level methods when possible (e.g., use mod/ref information instead of the538 This pass implements a simple context-sensitive mod/ref and alias analysis for545 The real power of this pass is that it provides context-sensitive mod/ref561 alias analysis that is also very scalable (effectively linear time).[all …]
42 ``ModRefResult`` which represent the result of an alias query or a mod/ref50 get mod/ref information for arbitrary instructions.169 can be used to refine mod/ref information: it is impossible for an unchanging177 These methods are used to provide very simple mod/ref information for function269 information (returning "May" Alias and "Mod/Ref" for alias and mod/ref queries460 disjoint, calculate mod/ref information and volatility for the set, and keep498 higher-level methods when possible (e.g., use mod/ref information instead of the549 This pass implements a simple context-sensitive mod/ref and alias analysis for556 The real power of this pass is that it provides context-sensitive mod/ref572 alias analysis that is also very scalable (effectively linear time).[all …]
20 part of the standard Python library, and is :mod:`documented in the Library151 accessing instance variables. Also see the standard module :mod:`profile` which413 mod.py::421 import mod731 For example, suppose you wanted to define ``linear(a,b)`` which returns a734 def linear(a, b):741 class linear:751 taxes = linear(0.3, 2)759 class exponential(linear):1788 Another way to avoid cyclical references is to use the :mod:`weakref` module,[all …]
601 Lina{"lineară A"}602 Linb{"lineară B"}666 no{"Ordonați accentele în mod normal"}
7389 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_vertex7390 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_fragment7391 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_vertex7392 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_fragment7393 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_vertex7394 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_fragment7395 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_vertex7396 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_fragment7397 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_vertex7398 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_fragment[all …]
8146 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_vertex8147 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_fragment8148 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_vertex8149 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_fragment8150 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_vertex8151 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_fragment8152 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_vertex8153 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_fragment8154 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_vertex8155 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_fragment[all …]
6792 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_vertex6793 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_fragment6794 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_vertex6795 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_fragment6796 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_vertex6797 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_fragment6798 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_vertex6799 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_fragment6800 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_vertex6801 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_fragment[all …]