Home
last modified time | relevance | path

Searched +full:to +full:- +full:fast +full:- +full:properties (Results 1 – 25 of 1033) sorted by relevance

12345678910>>...42

/external/rust/crates/indexmap/
DREADME.md6 [![rustc](https://img.shields.io/badge/rust-1.56%2B-orange.svg)](https://img.shields.io/badge/rust-
8 A pure-Rust hash table which preserves (in a limited sense) insertion order.
10 This crate implements compact map and set data-structures,
16 but it was renamed to `indexmap` to better reflect its features.
21 the insertion order and is fast to iterate, and is compact in memory).
23 Some of those features were translated to Rust, and some were not. The result
24 was indexmap, a hash table that has following properties:
26 - Order is **independent of hash function** and hash values of keys.
27 - Fast to iterate.
28 - Indexed in compact space.
[all …]
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp8 // Allow implicit conversion from char16_t* to UnicodeString for this file:
54 ns->getName(), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
92 // so we have to set it here. in DecimalFormat()
95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat()
98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat()
115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat()
117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat()
129 if (value == fields->properties.parseAllInput) { return; } in setParseAllInput()
130 fields->properties.parseAllInput = value; in setParseAllInput()
271 if (U_FAILURE(status)) { return -1; } in getAttribute()
[all …]
Dnumber_decimfmtprops.cpp25 new(kRawDefaultProperties) DecimalFormatProperties(); // set to the default instance in initDefaultProperties()
45 formatWidth = -1; in clear()
46 groupingSize = -1; in clear()
49 maximumFractionDigits = -1; in clear()
50 maximumIntegerDigits = -1; in clear()
51 maximumSignificantDigits = -1; in clear()
52 minimumExponentDigits = -1; in clear()
53 minimumFractionDigits = -1; in clear()
54 minimumGroupingDigits = -1; in clear()
55 minimumIntegerDigits = -1; in clear()
[all …]
/external/cronet/third_party/icu/source/i18n/
Ddecimfmt.cpp8 // Allow implicit conversion from char16_t* to UnicodeString for this file:
54 ns->getName(), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
92 // so we have to set it here. in DecimalFormat()
95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat()
98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat()
115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat()
117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat()
129 if (value == fields->properties.parseAllInput) { return; } in setParseAllInput()
130 fields->properties.parseAllInput = value; in setParseAllInput()
271 if (U_FAILURE(status)) { return -1; } in getAttribute()
[all …]
Dnumber_decimfmtprops.cpp25 new(kRawDefaultProperties) DecimalFormatProperties(); // set to the default instance in initDefaultProperties()
45 formatWidth = -1; in clear()
46 groupingSize = -1; in clear()
49 maximumFractionDigits = -1; in clear()
50 maximumIntegerDigits = -1; in clear()
51 maximumSignificantDigits = -1; in clear()
52 minimumExponentDigits = -1; in clear()
53 minimumFractionDigits = -1; in clear()
54 minimumGroupingDigits = -1; in clear()
55 minimumIntegerDigits = -1; in clear()
[all …]
/external/lzma/C/
DLzmaLib.h1 /* LzmaLib.h -- LZMA library interface
2 2023-04-02 : Igor Pavlov : Public domain */
22 LZMA properties (5 bytes) format
30 ------------
32 outPropsSize -
33 In: the pointer to the size of outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
34 …Out: the pointer to the size of written properties in outProps buffer; *outPropsSize = LZMA_PROPS_…
37 -1 for any from: level, loc, lp, pb, fb, numThreads
40 level - compression level: 0 <= level <= 9;
56 algo = 0 means fast method
[all …]
/external/AFLplusplus/instrumentation/
DREADME.gcc_plugin.md1 # GCC-based instrumentation for afl-fuzz
5 For the LLVM-based instrumentation, see [README.llvm.md](README.llvm.md).
7 This document describes how to build and use `afl-gcc-fast` and `afl-g++-fast`,
11 * Check the version of your gcc compiler: `gcc --version`
12 * `apt-get install gcc-VERSION-plugin-dev` or similar to install headers for gcc
14 * `gcc` and `g++` must match the gcc-VERSION you installed headers for. You can
15 set `AFL_CC`/`AFL_CXX` to point to these!
17 * Just use `afl-gcc-fast`/`afl-g++-fast` normally like you would do with
18 `afl-clang-fast`.
22 The code in this directory allows to instrument programs for AFL++ using true
[all …]
/external/llvm-libc/src/__support/FPUtil/
Dnearest_integer.h1 //===-- Fast rounding to nearest integer for floating point -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 #include "src/__support/macros/properties/architectures.h"
14 #include "src/__support/macros/properties/cpu_features.h"
25 // This is a fast implementation for rounding to a nearest integer that.
27 // Notice that for AARCH64 and x86-64 with SSE4.2 support, we will use their
29 // are rounded to the nearest integer, tie-to-even.
31 if (x < 0x1p24f && x > -0x1p24f) { in nearest_integer()
32 float r = x < 0 ? (x - 0x1.0p23f) + 0x1.0p23f : (x + 0x1.0p23f) - 0x1.0p23f; in nearest_integer()
[all …]
/external/pthreadpool/
DCMakeLists.txt3 # ---[ Project
6 # ---[ Options.
7 …ADPOOL_LIBRARY_TYPE "default" CACHE STRING "Type of library (shared, static, or default) to build")
12 IF(CMAKE_SYSTEM_PROCESSOR MATCHES "^(i[3-6]86|AMD64|x86(_64)?)$")
13 …OPTION(PTHREADPOOL_ENABLE_FASTPATH "Enable fast path using atomic decrement instead of atomic comp…
15 …OPTION(PTHREADPOOL_ENABLE_FASTPATH "Enable fast path using atomic decrement instead of atomic comp…
19 OPTION(PTHREADPOOL_BUILD_BENCHMARKS "Build pthreadpool micro-benchmarks" ON)
22 SET(PTHREADPOOL_BUILD_BENCHMARKS OFF CACHE BOOL "Build pthreadpool micro-benchmarks")
25 # ---[ CMake options
33 SET_TARGET_PROPERTIES(${target} PROPERTIES
[all …]
/external/libchrome/base/test/
Dtest_mock_time_task_runner.h2 // Use of this source code is governed by a BSD-style license that can be
33 // track of a mock (virtual) tick clock time that can be fast-forwarded.
35 // TestMockTimeTaskRunner has the following properties:
37 // - Methods RunsTasksInCurrentSequence() and Post[Delayed]Task() can be
40 // - It allows for reentrancy, in that it handles the running of tasks that in
41 // turn call back into it (e.g., to post more tasks).
42 // - Tasks are stored in a priority queue, and executed in the increasing
44 // - It does not check for overflow when doing time arithmetic. A sufficient
45 // condition for preventing overflows is to make sure that the sum of all
46 // posted task delays and fast-forward increments is still representable by
[all …]
/external/libopus/
DCMakeLists.txt20 # Global flag to cause add_library() to create shared libraries if on.
34 set(OPUS_CUSTOM_MODES_HELP_STR "enable non-Opus modes, e.g. 44.1 kHz & 2^n frames.")
46 set(OPUS_FIXED_POINT_HELP_STR "compile as fixed-point (for machines without a fast enough FPU).")
62 set(OPUS_HARDENING_HELP_STR "run-time checks that are cheap and safe for use in production.")
66 set(OPUS_FUZZING_HELP_STR "causes the encoder to make random decisions (do not use in production).")
70 set(OPUS_CHECK_ASM_HELP_STR "enable bit-exactness checks between optimized and c implementations.")
78 set(OPUS_INSTALL_PKG_CONFIG_MODULE_HELP_STR "install pkg-config module.")
100 set(OPUS_FIXED_POINT_DEBUG_HELP_STR "debug fixed-point implementation.")
116 set(OPUS_USE_ALLOCA_HELP_STR "use alloca for stack arrays (on non-C99 compilers).")
132 set(OPUS_FAST_MATH_HELP_STR "enable fast math (unsupported and discouraged use, as code is not well…
[all …]
/external/autotest/client/site_tests/network_ChromeWifiConfigure/
Dcontrol2 # Use of this source code is governed by a BSD-style license that can be
9 The test will fail if the Chrome fails to configure the wifi network, or if
10 the getProperties fails to retreive the correct properties once configured.
13 TIME = "FAST"
22 * Receive the properties of the newly configured network.
23 * Properties of the network match the configured values.
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
Dpackage.html2 <!--
3 Licensed to the Apache Software Foundation (ASF) under one or more
6 The ASF licenses this file to You under the Apache License, Version 2.0
10 http://www.apache.org/licenses/LICENSE-2.0
12 Unless required by applicable law or agreed to in writing, software
17 -->
18 <!-- $Revision: 1054186 $ $Date: 2011-01-01 03:28:46 +0100 (sam. 01 janv. 2011) $ -->
21 …<p>Commons-math provides a few pseudo random number generators. The top level interface is RandomG…
44 The Mersenne Twister is a fast generator with very good properties well suited for
45 Monte-Carlo simulation. It is equidistributed for generating vectors up to dimension 623
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
Dpackage-info.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
20 * <p>Commons-math provides a few pseudo random number generators. The top level interface is
41 * Mersenne Twister is a fast generator with very good properties well suited for Monte-Carlo
42 * simulation. It is equidistributed for generating vectors up to dimension 623 and has a huge
43 * period: 2<sup>19937</sup> - 1 (which is a Mersenne prime). This generator is described in a paper
45 * href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/mt.pdf">Mersenne Twister: A
46 * 623-Dimensionally Equidistributed Uniform Pseudo-Random Number Generator</a>, ACM Transactions on
[all …]
/external/cronet/base/test/
Dtest_mock_time_task_runner.h2 // Use of this source code is governed by a BSD-style license that can be
33 // multiple TestMockTimeTaskRunners in the same test to deterministically
37 // track of a mock (virtual) tick clock time that can be fast-forwarded.
39 // TestMockTimeTaskRunner has the following properties:
41 // - Methods RunsTasksInCurrentSequence() and Post[Delayed]Task() can be
44 // is made to DetachFromThread(), in which case usage can switch to a
46 // - It allows for reentrancy, in that it handles the running of tasks that in
47 // turn call back into it (e.g., to post more tasks).
48 // - Tasks are stored in a priority queue, and executed in the increasing
50 // - It does not check for overflow when doing time arithmetic. A sufficient
[all …]
/external/accompanist/.github/workflows/
Dbuild.yml6 - main
7 - compose-1.0
8 - compose-1.0
9 - compose-1.1
10 - compose-1.2
11 - compose-1.3
12 - compose-1.4
13 - compose-1.5
14 paths-ignore:
15 - '**.md'
[all …]
Dbuild-snapshot.yml6 - snapshot
7 paths-ignore:
8 - '**.md'
11 - snapshot
19 runs-on: ubuntu-latest
20 timeout-minutes: 30
23 - uses: actions/checkout@v2
26 fetch-depth: '500'
28 - name: Copy CI gradle.properties
29 run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
[all …]
Ddevice-tests.yml6 - cron: '13 6,16 * * *'
11 - '.github/workflows/device-tests.yml'
14 android-test:
15 runs-on: macos-latest
17 timeout-minutes: 80
20 # Allow tests to continue on other devices if they fail on one device.
21 fail-fast: false
23 api-level: [ 22, 26, 28, 29 ]
24 shard: [ 0, 1, 2 ] # Need to update shard-count below if this changes
27 - uses: actions/checkout@v2
[all …]
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/components/cl/
DClComponentDepthwiseConv2d.h4 * SPDX-License-Identifier: MIT
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to
9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10 * sell copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
80 bool _export_input_to_cl_image{ false }; /**< Export input to cl_image */
81 bool _export_weights_to_cl_image{ false }; /**< Export the weights to cl_image */
82 …bool _fast_relaxed_math{ true }; /**< Enable/disable -cl-fast-relaxed-math flag …
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dtexttospeech.v1beta1.json5 "https://www.googleapis.com/auth/cloud-platform": {
15 "description": "Synthesizes natural-sounding speech by applying powerful neural network models.",
17 "documentationLink": "https://cloud.google.com/text-to-speech/",
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
70 "description": "Selector specifying which fields to include in a partial response.",
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
[all …]
Dtexttospeech.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
18 "description": "Synthesizes natural-sounding speech by applying powerful neural network models.",
20 "documentationLink": "https://cloud.google.com/text-to-speech/",
23 "x16": "http://www.google.com/images/icons/product/search-16.gif",
24 "x32": "http://www.google.com/images/icons/product/search-32.gif"
60 "Responses with Content-Type of application/json",
61 "Media download with context-dependent Content-Type",
62 "Responses with Content-Type of application/x-protobuf"
73 "description": "Selector specifying which fields to include in a partial response.",
94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
[all …]
/external/sdv/vsomeip/third_party/boost/integer/doc/
Dinteger.qbk3 [compatibility-mode 1.5]
4 [copyright 2001-2009 Beman Dawes, Daryle Walker, Gennaro Prota, John Maddock]
11 [/last-revision $Date: 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) $]
19 It provides the means to select an integer type based upon its properties, like the number of bits …
20 the maximum supported value, as well as compile-time bit mask selection. There is a derivative of
22 Finally, it provides two compile-time algorithms: determining the highest power of two in a
23 compile-time value; and computing min and max of constant expressions.
30 …[Forward declarations of classes and class templates - for use when just the name of a class is ne…
40 … [Templates for integer type selection based on properties such as maximum value or number of bits:
41 …Use to select the type of an integer when some property such as maximum value or number of bits is…
[all …]
/external/ksp/.github/workflows/
Dmain.yml1 # Workflow to run tests
7 branches: [ main, 1.0.10-release, 1.0.9-release ]
9 branches: [ main, 1.0.10-release, 1.0.9-release ]
12 build-and-test:
14 fail-fast: false
16 os: [ubuntu-latest, macos-latest]
19 runs-on: ${{ matrix.os }}
22 - name: Setup Java 9
23 uses: actions/setup-java@v1.4.3
25 java-version: '9'
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc7 http://www.apache.org/licenses/LICENSE-2.0
9 Unless required by applicable law or agreed to in writing, software
109 InferenceEnvironmentProperties properties; in Prepare() local
111 NewInferenceEnvironment(env_options, &environment_, &properties); in Prepare()
112 if (!properties.is_opencl_available) { in Prepare()
115 if (!properties.is_gl_sharing_supported) { in Prepare()
119 if (!properties.is_cl_to_gl_fast_sync_supported) { in Prepare()
121 context, "TfLiteGpuDelegate: fast CL to GL sync is not supported"); in Prepare()
123 if (!properties.is_gl_to_cl_fast_sync_supported) { in Prepare()
125 context, "TfLiteGpuDelegate: fast GL to CL sync is not supported"); in Prepare()
[all …]
/external/libchrome-gestures/docs/
Dgesture_properties.md1 # Gesture Properties
4 include acceleration curves, whether to reverse the scroll direction, and
7 These parameters are represented by gesture properties, values which can be
9 describes the gesture properties system and how it can be used by developers.
15 Each pointing device (touchpad, mouse, etc.) connected to a system has its own
16 set of gesture properties. Properties are identified by human-readable names,
23 Chromium creates some read-only properties, which normally means that modifying
26 so other clients don't need to support them.
28 ## Changing properties without recompiling
30 All properties have default values which are set in source code. These are
[all …]

12345678910>>...42