Home
last modified time | relevance | path

Searched refs:arithmetic (Results 1 – 25 of 852) sorted by relevance

12345678910>>...35

/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_single/master/
Dgles32-khr-single.txt522 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupadd_int
523 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupmul_int
524 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupmin_int
525 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupmax_int
526 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupand_int
527 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupor_int
528 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupxor_int
529 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupinclusiveadd_int
530 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupinclusivemul_int
531 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupinclusivemin_int
[all …]
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_single/4.6.1.x/
Dgl46-khr-single.txt522 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupadd_int
523 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupmul_int
524 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupmin_int
525 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupmax_int
526 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupand_int
527 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupor_int
528 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupxor_int
529 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupinclusiveadd_int
530 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupinclusivemul_int
531 KHR-Single-GL46.subgroups.arithmetic.graphics.subgroupinclusivemin_int
[all …]
Dgl45-khr-single.txt522 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupadd_int
523 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupmul_int
524 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupmin_int
525 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupmax_int
526 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupand_int
527 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupor_int
528 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupxor_int
529 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupinclusiveadd_int
530 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupinclusivemul_int
531 KHR-Single-GL45.subgroups.arithmetic.graphics.subgroupinclusivemin_int
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_single/3.2.6.x/
Dgles32-khr-single.txt522 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupadd_int
523 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupmul_int
524 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupmin_int
525 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupmax_int
526 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupand_int
527 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupor_int
528 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupxor_int
529 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupinclusiveadd_int
530 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupinclusivemul_int
531 KHR-Single-GLES32.subgroups.arithmetic.graphics.subgroupinclusivemin_int
[all …]
/external/libcxx/include/
Dcmath50 floating_point acos (arithmetic x);
54 floating_point asin (arithmetic x);
58 floating_point atan (arithmetic x);
62 floating_point atan2 (arithmetic y, arithmetic x);
66 floating_point ceil (arithmetic x);
70 floating_point cos (arithmetic x);
74 floating_point cosh (arithmetic x);
78 floating_point exp (arithmetic x);
82 floating_point fabs (arithmetic x);
86 floating_point floor (arithmetic x);
[all …]
/external/llvm-project/libcxx/include/
Dcmath49 floating_point acos (arithmetic x);
53 floating_point asin (arithmetic x);
57 floating_point atan (arithmetic x);
61 floating_point atan2 (arithmetic y, arithmetic x);
65 floating_point ceil (arithmetic x);
69 floating_point cos (arithmetic x);
73 floating_point cosh (arithmetic x);
77 floating_point exp (arithmetic x);
81 floating_point fabs (arithmetic x);
85 floating_point floor (arithmetic x);
[all …]
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java53 public Arithmetic apply(Arithmetic arithmetic) { in testGoodForwarder()
54 return new ForwardingArithmetic(arithmetic); in testGoodForwarder()
318 private final Arithmetic arithmetic; field in ForwardingWrapperTesterTest.ForwardingArithmetic
320 public ForwardingArithmetic(Arithmetic arithmetic) { in ForwardingArithmetic() argument
321 this.arithmetic = arithmetic; in ForwardingArithmetic()
326 return arithmetic.add(a, b); in add()
331 return arithmetic.minus(a, b); in minus()
336 return arithmetic.toString(); in toString()
404 private final Arithmetic arithmetic; field in ForwardingWrapperTesterTest.ForwardsToTheWrongMethod
406 ForwardsToTheWrongMethod(Arithmetic arithmetic) { in ForwardsToTheWrongMethod() argument
[all …]
/external/guava/android/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java53 public Arithmetic apply(Arithmetic arithmetic) { in testGoodForwarder()
54 return new ForwardingArithmetic(arithmetic); in testGoodForwarder()
318 private final Arithmetic arithmetic; field in ForwardingWrapperTesterTest.ForwardingArithmetic
320 public ForwardingArithmetic(Arithmetic arithmetic) { in ForwardingArithmetic() argument
321 this.arithmetic = arithmetic; in ForwardingArithmetic()
326 return arithmetic.add(a, b); in add()
331 return arithmetic.minus(a, b); in minus()
336 return arithmetic.toString(); in toString()
404 private final Arithmetic arithmetic; field in ForwardingWrapperTesterTest.ForwardsToTheWrongMethod
406 ForwardsToTheWrongMethod(Arithmetic arithmetic) { in ForwardsToTheWrongMethod() argument
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-pro-bounds-pointer-arithmetic.rst1 .. title:: clang-tidy - cppcoreguidelines-pro-bounds-pointer-arithmetic
3 cppcoreguidelines-pro-bounds-pointer-arithmetic
6 This check flags all usage of pointer arithmetic, because it could lead to an
9 Pointers should only refer to single objects, and pointer arithmetic is fragile
14 https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Pro-bounds-arithmetic.
Dabseil-upgrade-duration-conversions.rst6 Finds calls to ``absl::Duration`` arithmetic operators and factories whose
11 accept an argument of class type that is convertible to an arithmetic type. Such
17 type. Similar to the arithmetic operators, calls with an argument of class type
18 that is convertible to an arithmetic type go through the ``int64_t`` path.
20 These operators and factories will be changed to only accept arithmetic types to
23 convertible to an arithmetic type.
/external/libchrome/base/numerics/
DREADME.md5 of numeric operations, including most common arithmetic operations and
11 functions for performing arithmetic and conversion operations that detect
15 arithmetic operations and conversions.
37 ### Performing checked arithmetic conversions
39 The `checked_cast` template converts between arbitrary arithmetic types, and is
47 ### Performing saturated (clamped) arithmetic conversions
49 The `saturated_cast` template converts between arbitrary arithmetic types, and
58 ### Enforcing arithmetic conversions at compile-time
79 ### Comparing values between arbitrary arithmetic types
82 comparisons between arbitrary arithmetic types. This allows you to perform
[all …]
/external/autotest/server/site_tests/cheets_CTS_P/
Dcontrol.x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.648 NAME = 'cheets_CTS_P.x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.64'
16 DOC = 'Run module CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.64 of the Android Compatibility Tes…
24 tag='x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.64',
25 test_name='cheets_CTS_P.x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.64',
26 …stCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.subgroups.arithmetic#*', '--abi', 'x8…
Dcontrol.x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.328 NAME = 'cheets_CTS_P.x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.32'
16 DOC = 'Run module CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.32 of the Android Compatibility Tes…
24 tag='x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.32',
25 test_name='cheets_CTS_P.x86.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic.32',
26 …stCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.subgroups.arithmetic#*', '--abi', 'x8…
Dcontrol.arm.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic8 NAME = 'cheets_CTS_P.arm.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic'
16 DOC = 'Run module CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic of the Android Compatibility Test S…
24 tag='arm.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic',
25 test_name='cheets_CTS_P.arm.CtsDeqpTestCases.dEQP-VK.subgroups.arithmetic',
26 …', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.subgroups.arithmetic#*'],
/external/boringssl/src/third_party/wycheproof_testvectors/
Deddsa_test.txt855 # regression test for arithmetic error
868 # regression test for arithmetic error
881 # regression test for arithmetic error
894 # regression test for arithmetic error
907 # regression test for arithmetic error
920 # regression test for arithmetic error
933 # regression test for arithmetic error
946 # regression test for arithmetic error
959 # regression test for arithmetic error
972 # regression test for arithmetic error
[all …]
/external/clang/test/SemaObjC/
Dsizeof-interface.m10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}}
54 …P = P+5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
55 …P = 5+P; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
56 …P = P-5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
88 …++f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size f…
89 …--f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size f…
/external/llvm-project/clang/test/SemaObjC/
Dsizeof-interface.m10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}}
54 …P = P+5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
55 …P = 5+P; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
56 …P = P-5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
88 …++f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size f…
89 …--f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size f…
/external/python/pybind11/tests/
Dtest_enum.cpp19 py::enum_<UnscopedEnum>(m, "UnscopedEnum", py::arithmetic(), "An unscoped enumeration") in TEST_SUBMODULE()
30 py::enum_<ScopedEnum>(m, "ScopedEnum", py::arithmetic()) in TEST_SUBMODULE()
44 py::enum_<Flags>(m, "Flags", py::arithmetic()) in TEST_SUBMODULE()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td16 // Check the extension type in arithmetic instructions.
28 // Check for shifting in extended arithmetic instructions.
46 // Check the shifting type in arithmetic and logic instructions.
55 // Check for shifting in arithmetic and logic instructions.
203 // Identify arithmetic instructions with extend.
209 // Identify arithmetic immediate instructions.
213 // Identify arithmetic instructions with shift.
217 // Identify arithmetic instructions without shift.
242 // Identify arithmetic and logic immediate instructions.
246 // Identify arithmetic and logic instructions with shift.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td16 // Check the extension type in arithmetic instructions.
28 // Check for shifting in extended arithmetic instructions.
46 // Check the shifting type in arithmetic and logic instructions.
55 // Check for shifting in arithmetic and logic instructions.
203 // Identify arithmetic instructions with extend.
209 // Identify arithmetic immediate instructions.
213 // Identify arithmetic instructions with shift.
217 // Identify arithmetic instructions without shift.
242 // Identify arithmetic and logic immediate instructions.
246 // Identify arithmetic and logic instructions with shift.
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/lib/
DBUILD25 name = "arithmetic",
26 srcs = ["arithmetic.cc"],
27 hdrs = ["arithmetic.h"],
44 ":arithmetic",
155 ":arithmetic",
187 ":arithmetic",
234 ":arithmetic",
274 ":arithmetic",
331 ":arithmetic",
447 ":arithmetic",
[all …]
/external/python/cpython3/Modules/_decimal/libmpdec/
DREADME.txt7 decimal floating point arithmetic. It is a complete implementation of
14 Core files for small and medium precision arithmetic
17 basearith.{c,h} -> Core arithmetic in base 10**9 or 10**19.
37 Files for bignum arithmetic:
44 umodarith.h -> Fast low level routines for unsigned modular arithmetic.
/external/rust/crates/nom/
DCargo.toml.orig74 name = "arithmetic"
81 name = "blockbuf-arithmetic"
131 name = "arithmetic"
132 path = "benches/arithmetic.rs"
DCargo.toml54 name = "arithmetic"
61 name = "blockbuf-arithmetic"
111 name = "arithmetic"
112 path = "benches/arithmetic.rs"
/external/rust/crates/ring/
DCargo.toml20arithmetic.rs", "src/arithmetic/bigint.rs", "src/arithmetic/bigint_elem_exp_consttime_tests.txt", …

12345678910>>...35