Home
last modified time | relevance | path

Searched +full:robust +full:- +full:predicates (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dstats.rs18 /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric
19 /// Predicates"][paper]
21 /// [paper]: https://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps
22 fn sum(&self) -> f64; in sum()
25 fn min(&self) -> f64; in min()
28 fn max(&self) -> f64; in max()
30 /// Arithmetic mean (average) of the samples: sum divided by sample-count.
33 fn mean(&self) -> f64; in mean()
39 fn median(&self) -> f64; in median()
41 /// Variance of the samples: bias-corrected mean of the squares of the differences of each
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dstats.rs18 /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric
19 /// Predicates"][paper]
21 /// [paper]: https://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps
22 fn sum(&self) -> f64; in sum()
25 fn min(&self) -> f64; in min()
28 fn max(&self) -> f64; in max()
30 /// Arithmetic mean (average) of the samples: sum divided by sample-count.
33 fn mean(&self) -> f64; in mean()
39 fn median(&self) -> f64; in median()
41 /// Variance of the samples: bias-corrected mean of the squares of the differences of each
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dstats.rs18 /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric
19 /// Predicates"][paper]
21 /// [paper]: https://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps
22 fn sum(&self) -> f64; in sum()
25 fn min(&self) -> f64; in min()
28 fn max(&self) -> f64; in max()
30 /// Arithmetic mean (average) of the samples: sum divided by sample-count.
33 fn mean(&self) -> f64; in mean()
39 fn median(&self) -> f64; in median()
41 /// Variance of the samples: bias-corrected mean of the squares of the differences of each
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dstats.rs18 /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric
19 /// Predicates"][paper]
21 /// [paper]: https://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps
22 fn sum(&self) -> f64; in sum()
25 fn min(&self) -> f64; in min()
28 fn max(&self) -> f64; in max()
30 /// Arithmetic mean (average) of the samples: sum divided by sample-count.
33 fn mean(&self) -> f64; in mean()
39 fn median(&self) -> f64; in median()
41 /// Variance of the samples: bias-corrected mean of the squares of the differences of each
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dstats.rs18 /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric
19 /// Predicates"][paper]
21 /// [paper]: https://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps
22 fn sum(&self) -> f64; in sum()
25 fn min(&self) -> f64; in min()
28 fn max(&self) -> f64; in max()
30 /// Arithmetic mean (average) of the samples: sum divided by sample-count.
33 fn mean(&self) -> f64; in mean()
39 fn median(&self) -> f64; in median()
41 /// Variance of the samples: bias-corrected mean of the squares of the differences of each
[all …]
/aosp_15_r20/external/bcc/tools/
H A Dinject_example.txt4 mode (kmalloc,bio,etc) given a call chain and an optional set of predicates. You
11 # ./inject.py kmalloc -v 'SyS_mount()'
25 # ./inject.py kmalloc -v '(true) => SyS_mount()(true)'
49 # ./inject.py kmalloc -v 'mount_subtree() => btrfs_mount()'
54 Next, lets say we want to hit one of the BUG_ONs in fs/btrfs. As of 4.16-rc3,
59 # ./inject.py kmalloc -v 'btrfs_alloc_device() => btrfs_close_devices()'
77 # ./inject.py kmalloc -v 'd_alloc_parallel(struct dentry *parent, const struct
78 qstr *name)(STRCMP(name->name, 'bananas'))'
87 the form (x->...->z, 'literal'), and generate some equivalent code that the
88 verifier is more friendly about. It's not horribly robust, but works for the
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/bencher/
Dstats.rs2 // file at the top-level directory of this distribution and at
3 // http://rust-lang.org/COPYRIGHT.
5 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
17 fn local_cmp(x: f64, y: f64) -> Ordering { in local_cmp()
41 /// Depends on IEEE-754 arithmetic guarantees. See proof of correctness at:
42 /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates"]
43 /// (http://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps)
44 fn sum(&self) -> f64; in sum()
[all …]
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/
Dstats.rs2 // file at the top-level directory of this distribution and at
3 // http://rust-lang.org/COPYRIGHT.
5 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
18 fn local_cmp(x: f64, y: f64) -> Ordering { in local_cmp()
42 /// Depends on IEEE-754 arithmetic guarantees. See proof of correctness at:
43 /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates"]
44 /// (http://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps)
45 fn sum(&self) -> f64; in sum()
[all …]
/aosp_15_r20/external/perfetto/infra/perfetto.dev/
H A Dpnpm-lock.yaml25 fs-extra:
34 node-watch:
43 /@braintree/sanitize-[email protected]:
44 …resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bo…
48 …resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU+…
52 …resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMg…
56 …resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe…
60 …resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39M…
64 …resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWs…
71 …resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNT…
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/doc/
Dchanges.qbk18 [h2 1.35.0 Add-on - 31st March 2008]
34 * Move semantics - full support when rvalue references are available, emulated
44 [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf n2691].
55 objects if their equality predicates aren't equivalent. Thanks to Daniel
64 the allocator's `construct` method - once for the pointers and once for the
83 Store the prime list as a preprocessor sequence - so that it will always get
96 [h2 Boost 1.41.0 - Major update]
105 for EBO and a slightly different function buffer - now using a bool instead
129 [@http://home.roadrunner.com/~hinnant/issue_review/lwg-active.html#579
142 [h2 Boost 1.48.0 - Major update]
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
H A D24.1.0.rst1 Mesa 24.1.0 Release Notes / 2024-05-22
20 ---------------
24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz
28 ------------
30 - VK_EXT_map_memory_placed on RADV, ANV and NVK
31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK
32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip
33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip
34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip
35 - VK_KHR_shader_expect_assume on all Vulkan drivers
[all …]
H A D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dpackage-lock.json12 "@typescript-eslint/eslint-plugin": "5.59.6",
13 "@typescript-eslint/parser": "5.59.6",
15 "eslint-config-prettier": "8.8.0",
16 "npm-run-all": "4.1.5",
19 "stylelint-config-standard": "33.0.0",
23 "node_modules/@aashutoshrathi/word-wrap": {
25 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
26 …"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFw…
32 "node_modules/@babel/code-frame": {
34 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz",
[all …]
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py21 # - Stop using C++ data types as the internal data representation
28 # - More semantic data representation. Instead of representing
44 def __str__(self) -> str:
227 def __str__(self) -> str:
230 def lower(self) -> str:
234 def parse(value: str) -> DispatchKey:
247 def codegen_per_backend_entries() -> str:
305 def is_generic_dispatch_key(dk: DispatchKey) -> bool:
315 def is_cuda_dispatch_key(dk: DispatchKey) -> bool:
327 def is_xpu_dispatch_key(dk: DispatchKey) -> bool:
[all …]
/aosp_15_r20/external/downloader/src/main/java/com/google/android/downloader/
H A DDownloader.java7 // http://www.apache.org/licenses/LICENSE-2.0
20 import static com.google.common.base.Predicates.instanceOf;
66 * In-process download system. Provides a light-weight mechanism to download resources over the
73 * <li>Support for HTTP range requests, allowing partial downloads to resume mid-way through, and
74 * avoiding redownloading of fully-downloaded requests.
79 * <p>Note that because this library performs downloads in-process, it is subject to having
86 * <p>This is intended as a functional (but not drop-in) replacement for Android's {@link
101 * <p>This library mitigates these issues by performing downloads in-process over the app-provided
102 * network stack, thus ensuring that an up-to-date network stack is used, and handing off storage
113 Pattern.compile("bytes (\\d+)-(\\d+)/(\\d+|\\*)");
[all …]
/aosp_15_r20/external/google-styleguide/
H A Dlispguide.xml2 <?xml-stylesheet type="text/xsl" href="styleguide.xsl"?>
16 <a HREF="mailto:[email protected]">François-René Rideau</a>
58 the speed-oriented QPX low fare search engine notably
79 <a HREF="http://norvig.com/luv-slides.ps">style guide</a>.
83 <CATEGORY title="Meta-Guide">
294 "temporarily" commenting-out blocks of code
353 code, aim for the following -ilities in this priority order:
403 To build code that is robust and maintainable,
445 to incorporate third-party code into the code base.
447 in the appropriate mailing-list,
[all …]
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_shader.c4 * Copyright 2022-2023 Collabora Ltd. and Red Hat Inc.
5 * SPDX-License-Identifier: MIT
45 #include "util/mesa-sha1.h"
93 .ssbo_addr_format = hk_buffer_addr_format(rs->storage_buffers), in hk_get_spirv_options()
95 .ubo_addr_format = hk_buffer_addr_format(rs->uniform_buffers), in hk_get_spirv_options()
105 if (instr->type != nir_instr_type_jump) in lower_halt_to_return()
109 if (jump->type != nir_jump_halt) in lower_halt_to_return()
112 assert(b->impl == nir_shader_get_entrypoint(b->shader)); in lower_halt_to_return()
113 jump->type = nir_jump_return; in lower_halt_to_return()
121 if (nir->info.stage == MESA_SHADER_FRAGMENT) { in hk_preprocess_nir_internal()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp1 //===- ScalarEvolution.cpp - Scalar Evolution Analysis --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 // pointer-comparisons for equality are legal.
31 // higher-level code, such as the code that recognizes PHI nodes of various
37 //===----------------------------------------------------------------------===//
41 // Chains of recurrences -- a method to expedite the evaluation
42 // of closed-form functions
58 //===----------------------------------------------------------------------===//
85 #include "llvm/Config/llvm-config.h"
[all …]
/aosp_15_r20/external/python/cpython3/Modules/_sre/
Dsre.c7 * 1999-10-24 fl created (based on existing template matcher code)
8 * 2000-03-06 fl first alpha, sort of
9 * 2000-08-01 fl fixes for 1.6b1
10 * 2000-08-07 fl use PyOS_CheckStack() if available
11 * 2000-09-20 fl added expand method
12 * 2001-03-20 fl lots of fixes for 2.1b2
13 * 2001-04-15 fl export copyright as Python attribute, not global
14 * 2001-04-28 fl added __copy__ methods (work in progress)
15 * 2001-05-14 fl fixes for 1.5.2 compatibility
16 * 2001-07-01 fl added BIGCHARSET support (from Martin von Loewis)
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp1 //===- ScalarEvolution.cpp - Scalar Evolution Analysis --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 // pointer-comparisons for equality are legal.
31 // higher-level code, such as the code that recognizes PHI nodes of various
37 //===----------------------------------------------------------------------===//
41 // Chains of recurrences -- a method to expedite the evaluation
42 // of closed-form functions
58 //===----------------------------------------------------------------------===//
82 #include "llvm/Config/llvm-config.h"
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
D_sre.c7 * 1999-10-24 fl created (based on existing template matcher code)
8 * 2000-03-06 fl first alpha, sort of
9 * 2000-08-01 fl fixes for 1.6b1
10 * 2000-08-07 fl use PyOS_CheckStack() if available
11 * 2000-09-20 fl added expand method
12 * 2001-03-20 fl lots of fixes for 2.1b2
13 * 2001-04-15 fl export copyright as Python attribute, not global
14 * 2001-04-28 fl added __copy__ methods (work in progress)
15 * 2001-05-14 fl fixes for 1.5.2 compatibility
16 * 2001-07-01 fl added BIGCHARSET support (from Martin von Loewis)
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
Dgccint.info3 Copyright (C) 1988-2013 Free Software Foundation, Inc.
8 Invariant Sections being "Funding Free Software", the Front-Cover Texts
9 being (a) (see below), and with the Back-Cover Texts being (b) (see
13 (a) The FSF's Front-Cover Text is:
17 (b) The FSF's Back-Cover Text is:
22 INFO-DIR-SECTION Software development
23 START-INFO-DIR-ENTRY
25 END-INFO-DIR-ENTRY
29 Copyright (C) 1988-2013 Free Software Foundation, Inc.
34 Invariant Sections being "Funding Free Software", the Front-Cover Texts
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1 //===-- ARMLoadStoreOptimizer.cpp - ARM load / store opt. pass ------------===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
49 #define DEBUG_TYPE "arm-ldst-opt"
65 /// disabled. This can be used to create libraries that are robust even when
69 AssumeMisalignedLoadStores("arm-assume-misaligned-load-store", cl::Hidden,
79 /// Post- register allocation pass the combine load / store instructions to
175 INITIALIZE_PASS(ARMLoadStoreOpt, "arm-load-store-opt", ARM_LOAD_STORE_OPT_NAME, false, false)
194 unsigned OffField = MI.getOperand(NumOperands - 3).getImm(); in getMemoryOpOffset()
213 return -Offset; in getMemoryOpOffset()
[all …]

1234