Home
last modified time | relevance | path

Searched +refs:linear +refs:mod (Results 1 – 25 of 85) sorted by relevance

1234

/external/epid-sdk/epid/member/tiny/math/src/
Dvli.c159 VeryLargeInt const* right, VeryLargeInt const* mod) { in VliModAdd() argument
162 carry = VliSub(&tmp, result, mod) - carry; in VliModAdd()
167 VeryLargeInt const* right, VeryLargeInt const* mod) { in VliModSub() argument
170 VliAdd(&tmp, result, mod); in VliModSub()
175 VeryLargeInt const* right, VeryLargeInt const* mod) { in VliModMul() argument
178 VliModBarrett(result, &product, mod); in VliModMul()
206 VeryLargeInt const* exp, VeryLargeInt const* mod) { in VliModExp() argument
216 VliModBarrett(&acc, &product, mod); in VliModExp()
218 VliModBarrett(&tmp, &product, mod); in VliModExp()
226 VeryLargeInt const* mod) { in VliModInv() argument
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc33 llvm::Value* linear, const Shape& shape, in Index() argument
36 CHECK_NE(linear, nullptr); in Index()
37 linear_ = linear; in Index()
41 llvm::Value* linear, const Shape& shape, in Delinearize() argument
59 auto* quot = b->CreateUDiv(linear, GetConstantWithIndexType(divisor)); in Delinearize()
70 IrArray::Index::Index(llvm::Value* linear, const Shape& shape, in Index() argument
73 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 …]
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dtiled_layout.md49 = linear_index((⌊e/t⌋, e mod t), (⌈d/t⌉, t))     (arithmetic is
52 ⌊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> mod
66 (e<sub>n</sub> mod t<sub>n</sub>, ... , e<sub>1</sub> mod t<sub>1</sub>), which
75 2, 2). The linear index with tile for the element with index (2, 3) in the
115 ⌊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 the
130 indicates the linear index in memory of that element in the tiled format. This
/external/python/cpython2/Doc/library/
Dgl.rst1 :mod:`gl` --- *Graphics Library* interface
11 The :mod:`gl` module has been removed in Python 3.
106 Defines a piecewise-linear curve. *points* is a list of points. *type* must be
161 :mod:`DEVICE` --- Constants used with the :mod:`gl` module
171 The :mod:`DEVICE` module has been removed in Python 3.
179 :mod:`GL` --- Constants used with the :mod:`gl` module
189 The :mod:`GL` module has been removed in Python 3.
Dsunau.rst1 :mod:`sunau` --- Read and write Sun AU files
12 The :mod:`sunau` module provides a convenient interface to the Sun AU sound
14 :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, it
183 The following two functions are defined for compatibility with the :mod:`aifc`,
Daudioop.rst2 :mod:`audioop` --- Manipulate raw audio data
9 The :mod:`audioop` module contains some useful operations on sound fragments.
12 :mod:`al` and :mod:`sunaudiodev` modules. All scalar items are integers, unless
46 Decode an Intel/DVI ADPCM coded fragment to a linear fragment. See the
Dheapq.rst1 :mod:`heapq` --- Heap queue algorithm
65 Transform list *x* into a heap, in-place, in linear time.
/external/python/cpython3/Doc/library/
Dsunau.rst1 :mod:`sunau` --- Read and write Sun AU files
13 The :mod:`sunau` module provides a convenient interface to the Sun AU sound
15 :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, it
187 The following two functions are defined for compatibility with the :mod:`aifc`,
Dcollections.abc.rst1 :mod:`collections.abc` --- Abstract Base Classes for Containers
11 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 a
306 * For more about ABCs, see the :mod:`abc` module and :pep:`3119`.
Daudioop.rst1 :mod:`audioop` --- Manipulate raw audio data
9 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
Dturtle.rst2 :mod:`turtle` --- Turtle graphics
44 The :mod:`turtle` module is an extended reimplementation of the same-named
53 and procedure-oriented ways. Because it uses :mod:`tkinter` for the underlying
60 :class:`ScrolledCanvas` as argument. It should be used when :mod:`turtle` is
65 :mod:`turtle` is used as a standalone tool for doing graphics.
1836 Mode "standard" is compatible with old :mod:`turtle`. Mode "logo" is
2202 If you (or your students) want to use :mod:`turtle` with online help in your
2263 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` is
2281 :mod:`turtledemo` --- Demo scripts
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.4.rst40 :mod:`socket` module." The maintainer will research the change and
55 :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 efficient
100 * :mod:`asyncio`: :ref:`New provisional API for asynchronous IO
102 * :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 …]
/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt387 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8
388 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16
389 dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16
390 dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16
391 dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16
392 dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16
393 dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16
394 dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16
395 dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm
396 dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm
[all …]
/external/deqp/external/vulkancts/mustpass/1.0.0/src/
Dmaster.txt387 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8
388 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16
389 dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16
390 dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16
391 dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16
392 dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16
393 dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16
394 dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16
395 dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm
396 dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm
[all …]
/external/deqp/android/cts/nyc/src/
Dvk-master.txt390 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8
391 dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16
392 dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16
393 dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16
394 dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16
395 dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16
396 dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16
397 dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16
398 dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm
399 dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm
[all …]
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/python/cpython3/Doc/faq/
Dprogramming.rst20 part of the standard Python library, and is :mod:`documented in the Library
272 mod.py::
280 import mod
576 For example, suppose you wanted to define ``linear(a,b)`` which returns a
579 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 …]
/external/scrypt/patches/
Darm_neon.patch25 + * the constant, key, and input bytes, but we just have one linear array to
295 + /* 7: j <-- Integerify(X) mod N */
302 + /* 7: j <-- Integerify(X) mod N */
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAliasAnalysis.rst42 ``ModRefResult`` which represent the result of an alias query or a mod/ref
50 get mod/ref information for arbitrary instructions.
170 can be used to refine mod/ref information: it is impossible for an unchanging
178 These methods are used to provide very simple mod/ref information for function
270 information (returning "May" Alias and "Mod/Ref" for alias and mod/ref queries
449 disjoint, calculate mod/ref information and volatility for the set, and keep
487 higher-level methods when possible (e.g., use mod/ref information instead of the
538 This pass implements a simple context-sensitive mod/ref and alias analysis for
545 The real power of this pass is that it provides context-sensitive mod/ref
561 alias analysis that is also very scalable (effectively linear time).
[all …]
/external/llvm/docs/
DAliasAnalysis.rst42 ``ModRefResult`` which represent the result of an alias query or a mod/ref
50 get mod/ref information for arbitrary instructions.
169 can be used to refine mod/ref information: it is impossible for an unchanging
177 These methods are used to provide very simple mod/ref information for function
269 information (returning "May" Alias and "Mod/Ref" for alias and mod/ref queries
460 disjoint, calculate mod/ref information and volatility for the set, and keep
498 higher-level methods when possible (e.g., use mod/ref information instead of the
549 This pass implements a simple context-sensitive mod/ref and alias analysis for
556 The real power of this pass is that it provides context-sensitive mod/ref
572 alias analysis that is also very scalable (effectively linear time).
[all …]
/external/python/cpython2/Doc/faq/
Dprogramming.rst20 part of the standard Python library, and is :mod:`documented in the Library
151 accessing instance variables. Also see the standard module :mod:`profile` which
413 mod.py::
421 import mod
731 For example, suppose you wanted to define ``linear(a,b)`` which returns a
734 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 …]
/external/icu/icu4c/source/data/lang/
Dro.txt601 Lina{"lineară A"}
602 Linb{"lineară B"}
666 no{"Ordonați accentele în mod normal"}
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles3-master.txt7389 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_vertex
7390 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_fragment
7391 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_vertex
7392 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_fragment
7393 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_vertex
7394 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_fragment
7395 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_vertex
7396 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_fragment
7397 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_vertex
7398 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_fragment
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles3-master.txt8146 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_vertex
8147 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_fragment
8148 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_vertex
8149 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_fragment
8150 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_vertex
8151 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_fragment
8152 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_vertex
8153 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_fragment
8154 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_vertex
8155 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_fragment
[all …]
/external/deqp/android/cts/lmp-mr1/
Dgles3-master.txt6792 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_vertex
6793 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_int_fragment
6794 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_vertex
6795 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_int_fragment
6796 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_vertex
6797 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec2_fragment
6798 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_vertex
6799 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.mediump_ivec2_fragment
6800 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_vertex
6801 dEQP-GLES3.functional.shaders.operator.binary_operator.mod.lowp_ivec3_fragment
[all …]

1234