Home
last modified time | relevance | path

Searched full:numbers (Results 1 – 25 of 18284) sorted by relevance

12345678910>>...732

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DExampleDependencies.java375 "//ldml/numbers/currencies/currency[@type=\"*\"]/decimal",
376 … "//ldml/numbers/currencies/currency[@type=\"*\"]/displayName[@count=\"*\"]",
377 "//ldml/numbers/currencies/currency[@type=\"*\"]/symbol",
378 "//ldml/numbers/currencies/currency[@type=\"*\"]/symbol[@alt=\"*\"]",
379 …"//ldml/numbers/currencyFormats/currencyFormatLength/currencyFormat[@type=\"*\"]/pattern[@type=\"*…
380 …"//ldml/numbers/currencyFormats/currencyFormatLength/currencyFormat[@type=\"*\"]/pattern[@type=\"*…
381 …"//ldml/numbers/currencyFormats/currencyFormatLength[@type=\"*\"]/currencyFormat[@type=\"*\"]/patt…
382 …"//ldml/numbers/currencyFormats/currencyFormatLength[@type=\"*\"]/currencyFormat[@type=\"*\"]/patt…
383 "//ldml/numbers/currencyFormats/unitPattern[@count=\"*\"]",
384 …"//ldml/numbers/currencyFormats[@numberSystem=\"*\"]/currencyFormatLength/currencyFormat[@type=\"*…
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/tool/
H A Dmodify_config.txt4 locale=ab; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="latn"]/unitPattern[@c…
5 locale=af; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="latn"]/unitPattern[@c…
6 locale=af; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="latn"]/unitPattern[@c…
7 locale=am; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="latn"]/unitPattern[@c…
8 locale=am; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="latn"]/unitPattern[@c…
9 locale=an; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="latn"]/unitPattern[@c…
10 locale=an; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="latn"]/unitPattern[@c…
11 locale=ar; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="arab"]/unitPattern[@c…
12 locale=ar; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="arab"]/unitPattern[@c…
13 locale=ar; action=add; new_path=//ldml/numbers/currencyFormats[@numberSystem="arab"]/unitPattern[@c…
[all …]
/aosp_15_r20/external/cldr/common/supplemental/
H A DcoverageLevels.xml10 …Note: For an explanation of the coverage level numbers (e.g. 80) see org/unicode/cldr/util/Level.j…
17 …<approvalRequirement votes="=HIGH_BAR" locales="Cldr:modern" paths="//ldml/numbers/symbols[^/]++/(…
18 …<approvalRequirement votes="=HIGH_BAR" locales="Cldr:modern" paths="//ldml/numbers/decimalFormats[…
19 …<approvalRequirement votes="=HIGH_BAR" locales="*" paths="//ldml/numbers/(defaultNumberingSystem|o…
22 …<approvalRequirement votes="=HIGH_BAR" locales="*" paths="//ldml/numbers/minimalPairs/pluralMinima…
23 <approvalRequirement votes="=HIGH_BAR" locales="*" paths="//ldml/numbers/minimumGroupingDigits"/>
24 …<approvalRequirement votes="=HIGH_BAR" locales="*" paths="//ldml/numbers/symbols[^/]++/timeSeparat…
25 …<approvalRequirement votes="=HIGH_BAR" locales="*" paths="//ldml/numbers/currencies/currency\[@typ…
33 …<approvalRequirement votes="=HIGH_BAR" locales="de" paths="//ldml/numbers/decimalFormats\[@numberS…
34 …<approvalRequirement votes="=HIGH_BAR" locales="de" paths="//ldml/numbers/currencyFormats\[@number…
[all …]
/aosp_15_r20/external/cldr/common/supplemental-temp/
H A DcoverageLevels2.xml10 …Note: For an explanation of the coverage level numbers (e.g. 80) see org/unicode/cldr/util/Level.j…
17 …<approvalRequirement votes="20" locales="Cldr:modern" paths="//ldml/numbers/symbols[^/]++/(decimal…
18 …<approvalRequirement votes="20" locales="Cldr:modern" paths="//ldml/numbers/decimalFormats[^/]++/d…
19 …<approvalRequirement votes="20" locales="*" paths="//ldml/numbers/(defaultNumberingSystem|otherNum…
22 …<approvalRequirement votes="20" locales="*" paths="//ldml/numbers/minimalPairs/pluralMinimalPairs.…
23 <approvalRequirement votes="20" locales="*" paths="//ldml/numbers/minimumGroupingDigits"/>
24 <approvalRequirement votes="20" locales="*" paths="//ldml/numbers/symbols[^/]++/timeSeparator"/>
25 …<approvalRequirement votes="20" locales="*" paths="//ldml/numbers/currencies/currency\[@type=.([A-…
33 …<approvalRequirement votes="20" locales="de" paths="//ldml/numbers/decimalFormats\[@numberSystem=.…
34 …<approvalRequirement votes="20" locales="de" paths="//ldml/numbers/currencyFormats\[@numberSystem=…
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numbers/
H A Dspecialize.pass.cpp12 #include <numbers>
15 [[maybe_unused]] float f0{std::numbers::e_v<float>}; in tests()
16 [[maybe_unused]] float f1{std::numbers::log2e_v<float>}; in tests()
17 [[maybe_unused]] float f2{std::numbers::log10e_v<float>}; in tests()
18 [[maybe_unused]] float f3{std::numbers::pi_v<float>}; in tests()
19 [[maybe_unused]] float f4{std::numbers::inv_pi_v<float>}; in tests()
20 [[maybe_unused]] float f5{std::numbers::inv_sqrtpi_v<float>}; in tests()
21 [[maybe_unused]] float f6{std::numbers::ln2_v<float>}; in tests()
22 [[maybe_unused]] float f7{std::numbers::ln10_v<float>}; in tests()
23 [[maybe_unused]] float f8{std::numbers::sqrt2_v<float>}; in tests()
[all …]
H A Dvalue.pass.cpp12 #include <numbers>
15 assert(std::numbers::e == 0x1.5bf0a8b145769p+1); in tests()
16 assert(std::numbers::e_v<double> == 0x1.5bf0a8b145769p+1); in tests()
17 assert(std::numbers::e_v<long double> == 0x1.5bf0a8b145769p+1l); in tests()
18 assert(std::numbers::e_v<float> == 0x1.5bf0a8p+1f); in tests()
20 assert(std::numbers::log2e == 0x1.71547652b82fep+0); in tests()
21 assert(std::numbers::log2e_v<double> == 0x1.71547652b82fep+0); in tests()
22 assert(std::numbers::log2e_v<long double> == 0x1.71547652b82fep+0l); in tests()
23 assert(std::numbers::log2e_v<float> == 0x1.715476p+0f); in tests()
25 assert(std::numbers::log10e == 0x1.bcb7b1526e50ep-2); in tests()
[all …]
H A Ddefined.pass.cpp11 #include <numbers>
14 [[maybe_unused]] const double* dd0{&std::numbers::e}; in tests()
15 [[maybe_unused]] const double* dd1{&std::numbers::log2e}; in tests()
16 [[maybe_unused]] const double* dd2{&std::numbers::log10e}; in tests()
17 [[maybe_unused]] const double* dd3{&std::numbers::pi}; in tests()
18 [[maybe_unused]] const double* dd4{&std::numbers::inv_pi}; in tests()
19 [[maybe_unused]] const double* dd5{&std::numbers::inv_sqrtpi}; in tests()
20 [[maybe_unused]] const double* dd6{&std::numbers::ln2}; in tests()
21 [[maybe_unused]] const double* dd7{&std::numbers::ln10}; in tests()
22 [[maybe_unused]] const double* dd8{&std::numbers::sqrt2}; in tests()
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_aligned.hpp71 /// 2 components vector of high single-precision floating-point numbers.
75 /// 2 components vector of medium single-precision floating-point numbers.
79 /// 2 components vector of low single-precision floating-point numbers.
83 /// 2 components vector of high double-precision floating-point numbers.
87 /// 2 components vector of medium double-precision floating-point numbers.
91 /// 2 components vector of low double-precision floating-point numbers.
95 /// 2 components vector of high precision signed integer numbers.
99 /// 2 components vector of medium precision signed integer numbers.
103 /// 2 components vector of low precision signed integer numbers.
107 /// 2 components vector of high precision unsigned integer numbers.
[all …]
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_aligned.hpp71 /// 2 components vector of high single-precision floating-point numbers.
75 /// 2 components vector of medium single-precision floating-point numbers.
79 /// 2 components vector of low single-precision floating-point numbers.
83 /// 2 components vector of high double-precision floating-point numbers.
87 /// 2 components vector of medium double-precision floating-point numbers.
91 /// 2 components vector of low double-precision floating-point numbers.
95 /// 2 components vector of high precision signed integer numbers.
99 /// 2 components vector of medium precision signed integer numbers.
103 /// 2 components vector of low precision signed integer numbers.
107 /// 2 components vector of high precision unsigned integer numbers.
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/modules/std/
H A Dnumbers.cppm11 #include <numbers>
13 export module std:numbers;
14 export namespace std::numbers {
15 using std::numbers::e_v;
16 using std::numbers::egamma_v;
17 using std::numbers::inv_pi_v;
18 using std::numbers::inv_sqrt3_v;
19 using std::numbers::inv_sqrtpi_v;
20 using std::numbers::ln10_v;
21 using std::numbers::ln2_v;
[all …]
H A Dnumbers.inc10 export namespace std::numbers {
11 using std::numbers::e_v;
12 using std::numbers::egamma_v;
13 using std::numbers::inv_pi_v;
14 using std::numbers::inv_sqrt3_v;
15 using std::numbers::inv_sqrtpi_v;
16 using std::numbers::ln10_v;
17 using std::numbers::ln2_v;
18 using std::numbers::log10e_v;
19 using std::numbers::log2e_v;
[all …]
/aosp_15_r20/external/google-fruit/tests/
H A Dtest_multibindings_misc.py167 … std::vector<int> numbers = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18};
207 .addInstanceMultibinding(numbers[0])
209 .addInstanceMultibinding(numbers[17])
211 .addInstanceMultibinding(numbers[18]);
216 .addInstanceMultibinding(numbers[1])
218 .addInstanceMultibinding(numbers[4])
220 .addInstanceMultibinding(numbers[15])
222 .addInstanceMultibinding(numbers[16]);
227 .addInstanceMultibinding(numbers[2])
228 .addInstanceMultibinding(numbers[3]);
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/
H A Dmsa.rs1146 /// The absolute values of the elements in vector in `a` (sixteen signed 8-bit integer numbers)
1147 … added to the absolute values of the elements in vector `b` (sixteen signed 8-bit integer numbers).
1148 /// The result is written to vector (sixteen signed 8-bit integer numbers).
1160 /// The absolute values of the elements in vector in `a` (eight signed 16-bit integer numbers)
1161 …e added to the absolute values of the elements in vector `b` (eight signed 16-bit integer numbers).
1162 /// The result is written to vector (eight signed 16-bit integer numbers).
1174 /// The absolute values of the elements in vector in `a` (four signed 32-bit integer numbers)
1175 …re added to the absolute values of the elements in vector `b` (four signed 32-bit integer numbers).
1176 /// The result is written to vector (four signed 32-bit integer numbers).
1188 /// The absolute values of the elements in vector in `a` (two signed 64-bit integer numbers)
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/
H A Dmsa.rs1146 /// The absolute values of the elements in vector in `a` (sixteen signed 8-bit integer numbers)
1147 … added to the absolute values of the elements in vector `b` (sixteen signed 8-bit integer numbers).
1148 /// The result is written to vector (sixteen signed 8-bit integer numbers).
1160 /// The absolute values of the elements in vector in `a` (eight signed 16-bit integer numbers)
1161 …e added to the absolute values of the elements in vector `b` (eight signed 16-bit integer numbers).
1162 /// The result is written to vector (eight signed 16-bit integer numbers).
1174 /// The absolute values of the elements in vector in `a` (four signed 32-bit integer numbers)
1175 …re added to the absolute values of the elements in vector `b` (four signed 32-bit integer numbers).
1176 /// The result is written to vector (four signed 32-bit integer numbers).
1188 /// The absolute values of the elements in vector in `a` (two signed 64-bit integer numbers)
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/
H A Dmsa.rs1146 /// The absolute values of the elements in vector in `a` (sixteen signed 8-bit integer numbers)
1147 … added to the absolute values of the elements in vector `b` (sixteen signed 8-bit integer numbers).
1148 /// The result is written to vector (sixteen signed 8-bit integer numbers).
1160 /// The absolute values of the elements in vector in `a` (eight signed 16-bit integer numbers)
1161 …e added to the absolute values of the elements in vector `b` (eight signed 16-bit integer numbers).
1162 /// The result is written to vector (eight signed 16-bit integer numbers).
1174 /// The absolute values of the elements in vector in `a` (four signed 32-bit integer numbers)
1175 …re added to the absolute values of the elements in vector `b` (four signed 32-bit integer numbers).
1176 /// The result is written to vector (four signed 32-bit integer numbers).
1188 /// The absolute values of the elements in vector in `a` (two signed 64-bit integer numbers)
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/
H A Dmsa.rs1146 /// The absolute values of the elements in vector in `a` (sixteen signed 8-bit integer numbers)
1147 … added to the absolute values of the elements in vector `b` (sixteen signed 8-bit integer numbers).
1148 /// The result is written to vector (sixteen signed 8-bit integer numbers).
1160 /// The absolute values of the elements in vector in `a` (eight signed 16-bit integer numbers)
1161 …e added to the absolute values of the elements in vector `b` (eight signed 16-bit integer numbers).
1162 /// The result is written to vector (eight signed 16-bit integer numbers).
1174 /// The absolute values of the elements in vector in `a` (four signed 32-bit integer numbers)
1175 …re added to the absolute values of the elements in vector `b` (four signed 32-bit integer numbers).
1176 /// The result is written to vector (four signed 32-bit integer numbers).
1188 /// The absolute values of the elements in vector in `a` (two signed 64-bit integer numbers)
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips/
H A Dmsa.rs1146 /// The absolute values of the elements in vector in `a` (sixteen signed 8-bit integer numbers)
1147 … added to the absolute values of the elements in vector `b` (sixteen signed 8-bit integer numbers).
1148 /// The result is written to vector (sixteen signed 8-bit integer numbers).
1160 /// The absolute values of the elements in vector in `a` (eight signed 16-bit integer numbers)
1161 …e added to the absolute values of the elements in vector `b` (eight signed 16-bit integer numbers).
1162 /// The result is written to vector (eight signed 16-bit integer numbers).
1174 /// The absolute values of the elements in vector in `a` (four signed 32-bit integer numbers)
1175 …re added to the absolute values of the elements in vector `b` (four signed 32-bit integer numbers).
1176 /// The result is written to vector (four signed 32-bit integer numbers).
1188 /// The absolute values of the elements in vector in `a` (two signed 64-bit integer numbers)
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat.hpp34 /// 2 columns of 2 components matrix of low precision floating-point numbers.
41 /// 2 columns of 2 components matrix of medium precision floating-point numbers.
48 /// 2 columns of 2 components matrix of high precision floating-point numbers.
55 /// 2 columns of 2 components matrix of low precision floating-point numbers.
62 /// 2 columns of 2 components matrix of medium precision floating-point numbers.
69 /// 2 columns of 2 components matrix of high precision floating-point numbers.
81 /// 2 columns of 3 components matrix of low precision floating-point numbers.
88 /// 2 columns of 3 components matrix of medium precision floating-point numbers.
95 /// 2 columns of 3 components matrix of high precision floating-point numbers.
107 /// 2 columns of 4 components matrix of low precision floating-point numbers.
[all …]
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat.hpp34 /// 2 columns of 2 components matrix of low precision floating-point numbers.
41 /// 2 columns of 2 components matrix of medium precision floating-point numbers.
48 /// 2 columns of 2 components matrix of high precision floating-point numbers.
55 /// 2 columns of 2 components matrix of low precision floating-point numbers.
62 /// 2 columns of 2 components matrix of medium precision floating-point numbers.
69 /// 2 columns of 2 components matrix of high precision floating-point numbers.
81 /// 2 columns of 3 components matrix of low precision floating-point numbers.
88 /// 2 columns of 3 components matrix of medium precision floating-point numbers.
95 /// 2 columns of 3 components matrix of high precision floating-point numbers.
107 /// 2 columns of 4 components matrix of low precision floating-point numbers.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/libc++/v1/std/
Dnumbers.inc10 export namespace std::numbers {
11 using std::numbers::e_v;
12 using std::numbers::egamma_v;
13 using std::numbers::inv_pi_v;
14 using std::numbers::inv_sqrt3_v;
15 using std::numbers::inv_sqrtpi_v;
16 using std::numbers::ln10_v;
17 using std::numbers::ln2_v;
18 using std::numbers::log10e_v;
19 using std::numbers::log2e_v;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/share/libc++/v1/std/
Dnumbers.inc10 export namespace std::numbers {
11 using std::numbers::e_v;
12 using std::numbers::egamma_v;
13 using std::numbers::inv_pi_v;
14 using std::numbers::inv_sqrt3_v;
15 using std::numbers::inv_sqrtpi_v;
16 using std::numbers::ln10_v;
17 using std::numbers::ln2_v;
18 using std::numbers::log10e_v;
19 using std::numbers::log2e_v;
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/byteorder/src/
Dlib.rs2 This crate provides convenience methods for encoding and decoding numbers in
6 byte conversion methods for each type of number in Rust (sans numbers that have
190 /// Write and read `u32` numbers in little endian order:
200 /// Write and read `i16` numbers in big endian order:
239 /// Write and read 24 bit `u32` numbers in little endian order:
260 /// Write and read `u32` numbers in little endian order:
279 /// Write and read 48 bit `u64` numbers in little endian order:
300 /// Write and read `u64` numbers in little endian order:
319 /// Write and read `u128` numbers in little endian order:
378 /// Write and read `u16` numbers in little endian order:
[all …]
/aosp_15_r20/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/
H A DCustomAttribute.java87 * [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.CustomAttribute.numbers]
109 * [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.CustomAttribute.numbers]
131 * [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.CustomAttribute.numbers]
154 * [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.CustomAttribute.numbers]
180 * [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.CustomAttribute.numbers]
184 * <code>repeated double numbers = 2;</code>
186 * @return A list containing the numbers.
201 * [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.CustomAttribute.numbers]
205 * <code>repeated double numbers = 2;</code>
207 * @return The count of numbers.
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DIdToPath.java4409 "//ldml/localeDisplayNames/keys/key[@type=\"numbers\"]",
4410 "Numbers"
6954 "//ldml/localeDisplayNames/types/type[@type=\"arab\"][@key=\"numbers\"]",
6959 "//ldml/localeDisplayNames/types/type[@type=\"arabext\"][@key=\"numbers\"]",
6964 "//ldml/localeDisplayNames/types/type[@type=\"armn\"][@key=\"numbers\"]",
6969 "//ldml/localeDisplayNames/types/type[@type=\"armnlow\"][@key=\"numbers\"]",
6974 "//ldml/localeDisplayNames/types/type[@type=\"beng\"][@key=\"numbers\"]",
6984 "//ldml/localeDisplayNames/types/type[@type=\"deva\"][@key=\"numbers\"]",
6994 "//ldml/localeDisplayNames/types/type[@type=\"ethi\"][@key=\"numbers\"]",
6999 "//ldml/localeDisplayNames/types/type[@type=\"fullwide\"][@key=\"numbers\"]",
[all …]
/aosp_15_r20/art/test/2241-checker-inline-try-catch/src/
H A DMain.java43 int[] numbers = {}; in $noinline$testSingleTryCatch() local
44 $noinline$assertEquals(1, $inline$OOBTryCatch(numbers)); in $noinline$testSingleTryCatch()
49 int[] numbers = {}; in $noinline$testSingleTryCatchTwice() local
50 $noinline$assertEquals(1, $inline$OOBTryCatch(numbers)); in $noinline$testSingleTryCatchTwice()
51 $noinline$assertEquals(1, $inline$OOBTryCatch(numbers)); in $noinline$testSingleTryCatchTwice()
57 int[] numbers = {}; in $noinline$testSingleTryCatchDifferentInputs() local
58 $noinline$assertEquals(1, $inline$OOBTryCatch(numbers)); in $noinline$testSingleTryCatchDifferentInputs()
66 int[] numbers = {}; in $noinline$testDifferentTryCatches() local
67 $noinline$assertEquals(1, $inline$OOBTryCatch(numbers)); in $noinline$testDifferentTryCatches()
68 $noinline$assertEquals(2, $inline$OtherOOBTryCatch(numbers)); in $noinline$testDifferentTryCatches()
[all …]

12345678910>>...732