Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 25 of 982) sorted by relevance

12345678910>>...40

/external/python/cpython3/Lib/test/decimaltestdata/
Dclass.decTest37 clasx007 class 1.00000000E-999 -> +Normal
38 clasx008 class 1E-999 -> +Normal
39 clasx009 class 1E-100 -> +Normal
40 clasx010 class 1E-10 -> +Normal
41 clasx012 class 1E-1 -> +Normal
42 clasx013 class 1 -> +Normal
43 clasx014 class 2.50 -> +Normal
44 clasx015 class 100.100 -> +Normal
45 clasx016 class 1E+30 -> +Normal
46 clasx017 class 1E+999 -> +Normal
[all …]
DddClass.decTest36 ddcla007 class 1.000000000000000E-383 -> +Normal
37 ddcla008 class 1E-383 -> +Normal
38 ddcla009 class 1E-100 -> +Normal
39 ddcla010 class 1E-10 -> +Normal
40 ddcla012 class 1E-1 -> +Normal
41 ddcla013 class 1 -> +Normal
42 ddcla014 class 2.50 -> +Normal
43 ddcla015 class 100.100 -> +Normal
44 ddcla016 class 1E+30 -> +Normal
45 ddcla017 class 1E+384 -> +Normal
[all …]
DdqClass.decTest37 dqcla007 class 1.00000000000000000000000000000000E-6143 -> +Normal
38 dqcla008 class 1E-6143 -> +Normal
39 dqcla009 class 1E-100 -> +Normal
40 dqcla010 class 1E-10 -> +Normal
41 dqcla012 class 1E-1 -> +Normal
42 dqcla013 class 1 -> +Normal
43 dqcla014 class 2.50 -> +Normal
44 dqcla015 class 100.100 -> +Normal
45 dqcla016 class 1E+30 -> +Normal
46 dqcla017 class 1E+6144 -> +Normal
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dec.rs153 construct_codewords(msg, Version::Normal(1), EcLevel::M).unwrap(); in test_add_ec_simple()
173 construct_codewords(msg, Version::Normal(5), EcLevel::Q).unwrap(); in test_add_ec_complex()
193 use crate::Version::{Micro, Normal}; in max_allowed_errors()
196 (Micro(2), L) | (Normal(1), L) => 3, in max_allowed_errors()
197 (Micro(_), L) | (Normal(2), L) | (Micro(2), M) | (Normal(1), M) => 2, in max_allowed_errors()
198 (Normal(1), _) | (Normal(3), L) => 1, in max_allowed_errors()
228 assert_eq!(Ok(2), max_allowed_errors(Version::Normal(1), EcLevel::L)); in test_low_versions()
229 assert_eq!(Ok(4), max_allowed_errors(Version::Normal(1), EcLevel::M)); in test_low_versions()
230 assert_eq!(Ok(6), max_allowed_errors(Version::Normal(1), EcLevel::Q)); in test_low_versions()
231 assert_eq!(Ok(8), max_allowed_errors(Version::Normal(1), EcLevel::H)); in test_low_versions()
[all …]
Dbits.rs128 let mut bits = Bits::new(Version::Normal(1)); in test_push_number()
160 let mut bits = Bits::new(Version::Normal(40)); in bench_push_splitted_bytes()
295 let mut bits = Bits::new(Version::Normal(1)); in test_9()
302 let mut bits = Bits::new(Version::Normal(1)); in test_899()
312 let mut bits = Bits::new(Version::Normal(1)); in test_999999()
322 let mut bits = Bits::new(Version::Normal(1)); in test_invalid_designator()
381 let mut bits = Bits::new(Version::Normal(1)); in test_iso_18004_2006_example_1()
398 let mut bits = Bits::new(Version::Normal(1)); in test_iso_18004_2000_example_2()
502 let mut bits = Bits::new(Version::Normal(1)); in test_iso_18004_2006_example()
562 let mut bits = Bits::new(Version::Normal(1)); in test()
[all …]
Dcanvas.rs157 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_index()
172 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_debug_str()
251 Version::Normal(_) => { in draw_finder_patterns()
266 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_qr()
347 Version::Micro(_) | Version::Normal(1) => {} in draw_alignment_patterns()
348 Version::Normal(2..=6) => self.draw_alignment_pattern_at(-7, -7), in draw_alignment_patterns()
349 Version::Normal(a) => { in draw_alignment_patterns()
368 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_draw_alignment_patterns_1()
400 let mut c = Canvas::new(Version::Normal(3), EcLevel::L); in test_draw_alignment_patterns_3()
440 let mut c = Canvas::new(Version::Normal(7), EcLevel::L); in test_draw_alignment_patterns_7()
[all …]
Dtypes.rs129 Normal(i16), enumerator
140 Version::Normal(v) => v * 4 + 17, in width()
162 Version::Normal(v @ 1..=40) => {
187 Version::Normal(_) => false, in is_micro()
233 Version::Normal(1..=9) => match self { in length_bits_count()
238 Version::Normal(10..=26) => match self { in length_bits_count()
244 Version::Normal(_) => match self { in length_bits_count()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dec.rs153 construct_codewords(msg, Version::Normal(1), EcLevel::M).unwrap(); in test_add_ec_simple()
173 construct_codewords(msg, Version::Normal(5), EcLevel::Q).unwrap(); in test_add_ec_complex()
193 use crate::Version::{Micro, Normal}; in max_allowed_errors()
196 (Micro(2), L) | (Normal(1), L) => 3, in max_allowed_errors()
197 (Micro(_), L) | (Normal(2), L) | (Micro(2), M) | (Normal(1), M) => 2, in max_allowed_errors()
198 (Normal(1), _) | (Normal(3), L) => 1, in max_allowed_errors()
228 assert_eq!(Ok(2), max_allowed_errors(Version::Normal(1), EcLevel::L)); in test_low_versions()
229 assert_eq!(Ok(4), max_allowed_errors(Version::Normal(1), EcLevel::M)); in test_low_versions()
230 assert_eq!(Ok(6), max_allowed_errors(Version::Normal(1), EcLevel::Q)); in test_low_versions()
231 assert_eq!(Ok(8), max_allowed_errors(Version::Normal(1), EcLevel::H)); in test_low_versions()
[all …]
Dbits.rs128 let mut bits = Bits::new(Version::Normal(1)); in test_push_number()
160 let mut bits = Bits::new(Version::Normal(40)); in bench_push_splitted_bytes()
295 let mut bits = Bits::new(Version::Normal(1)); in test_9()
302 let mut bits = Bits::new(Version::Normal(1)); in test_899()
312 let mut bits = Bits::new(Version::Normal(1)); in test_999999()
322 let mut bits = Bits::new(Version::Normal(1)); in test_invalid_designator()
381 let mut bits = Bits::new(Version::Normal(1)); in test_iso_18004_2006_example_1()
398 let mut bits = Bits::new(Version::Normal(1)); in test_iso_18004_2000_example_2()
502 let mut bits = Bits::new(Version::Normal(1)); in test_iso_18004_2006_example()
562 let mut bits = Bits::new(Version::Normal(1)); in test()
[all …]
Dcanvas.rs157 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_index()
172 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_debug_str()
251 Version::Normal(_) => { in draw_finder_patterns()
266 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_qr()
347 Version::Micro(_) | Version::Normal(1) => {} in draw_alignment_patterns()
348 Version::Normal(2..=6) => self.draw_alignment_pattern_at(-7, -7), in draw_alignment_patterns()
349 Version::Normal(a) => { in draw_alignment_patterns()
368 let mut c = Canvas::new(Version::Normal(1), EcLevel::L); in test_draw_alignment_patterns_1()
400 let mut c = Canvas::new(Version::Normal(3), EcLevel::L); in test_draw_alignment_patterns_3()
440 let mut c = Canvas::new(Version::Normal(7), EcLevel::L); in test_draw_alignment_patterns_7()
[all …]
Dtypes.rs129 Normal(i16), enumerator
140 Version::Normal(v) => v * 4 + 17, in width()
162 Version::Normal(v @ 1..=40) => {
187 Version::Normal(_) => false, in is_micro()
233 Version::Normal(1..=9) => match self { in length_bits_count()
238 Version::Normal(10..=26) => match self { in length_bits_count()
244 Version::Normal(_) => match self { in length_bits_count()
/external/webrtc/modules/audio_coding/neteq/
Dnormal.h33 class Normal {
35 Normal(int fs_hz, in Normal() function
49 virtual ~Normal() {} in ~Normal()
51 Normal(const Normal&) = delete;
52 Normal& operator=(const Normal&) = delete;
Dnormal_unittest.cc44 TEST(Normal, CreateAndDestroy) { in TEST() argument
53 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST()
57 TEST(Normal, AvoidDivideByZero) { in TEST() argument
67 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST()
92 TEST(Normal, InputLengthAndChannelsDoNotMatch) { in TEST() argument
102 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST()
116 TEST(Normal, LastModeExpand120msPacket) { in TEST() argument
127 Normal normal(kFs, &db, bgn, &expand, &statistics); in TEST()
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dprojection.inl7 GLM_FUNC_QUALIFIER vecType proj(vecType const & x, vecType const & Normal) argument
9 return glm::dot(x, Normal) / glm::dot(Normal, Normal) * Normal;
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dnormal_test.py60 param_shapes = normal_lib.Normal.param_shapes(sample_shape)
68 self.evaluate(array_ops.shape(normal_lib.Normal(mu, sigma).sample())))
71 param_shapes = normal_lib.Normal.param_static_shapes(sample_shape)
78 dist = normal_lib.Normal(0., 1.)
112 normal = normal_lib.Normal(loc=mu, scale=sigma)
146 normal = normal_lib.Normal(loc=mu, scale=sigma)
183 normal = normal_lib.Normal(loc=mu, scale=sigma)
204 normal = normal_lib.Normal(loc=mu, scale=sigma)
226 normal = normal_lib.Normal(loc=mu, scale=sigma)
248 dist = normal_lib.Normal(loc=mu, scale=sigma)
[all …]
Dkullback_leibler_test.py34 class MyDist(normal.Normal):
48 class MyDistException(normal.Normal):
78 class MyDist(normal.Normal):
97 class Sub1(normal.Normal):
102 class Sub2(normal.Normal):
/external/llvm/test/Transforms/PruneEH/
Drecursivetest.ll5 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
6 Normal: ; preds = %0
16 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
17 Normal: ; preds = %0
/external/rust/android-crates-io/crates/zerotrie/src/
Doptions.rs52 Normal, enumerator
61 Self::Normal => 0, in to_u8_flag()
114 capacity_mode: CapacityMode::Normal,
130 capacity_mode: CapacityMode::Normal,
140 capacity_mode: CapacityMode::Normal,
/external/rust/android-crates-io/crates/plotters-backend/src/
Dtext.rs146 Normal, enumerator
159 FontStyle::Normal => "normal", in as_str()
170 "normal" => FontStyle::Normal, in from()
174 _ => FontStyle::Normal, in from()
213 FontStyle::Normal in style()
/external/angle/third_party/glslang/src/Test/
Dspv.debuginfo.hlsl.tese45 [[vk::location(0)]] float3 Normal : NORMAL0;
58 [[vk::location(0)]] float3 Normal : NORMAL0;
75 float3 n1 = lerp(patch[0].Normal, patch[1].Normal, TessCoord.x);
76 float3 n2 = lerp(patch[3].Normal, patch[2].Normal, TessCoord.x);
77 output.Normal = lerp(n1, n2, TessCoord.y);
/external/deqp-deps/glslang/Test/
Dspv.debuginfo.hlsl.tese45 [[vk::location(0)]] float3 Normal : NORMAL0;
58 [[vk::location(0)]] float3 Normal : NORMAL0;
75 float3 n1 = lerp(patch[0].Normal, patch[1].Normal, TessCoord.x);
76 float3 n2 = lerp(patch[3].Normal, patch[2].Normal, TessCoord.x);
77 output.Normal = lerp(n1, n2, TessCoord.y);
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h29 CFX_CSSLength m_LetterSpacing{CFX_CSSLengthUnit::Normal, 0};
30 CFX_CSSLength m_WordSpacing{CFX_CSSLengthUnit::Normal, 0};
37 CFX_CSSFontVariant m_eFontVariant = CFX_CSSFontVariant::Normal;
38 CFX_CSSFontStyle m_eFontStyle = CFX_CSSFontStyle::Normal;
/external/rust/android-crates-io/crates/pest_meta/src/optimizer/
Drestorer.rs101 ty: RuleType::Normal, in restore_no_stack_children()
115 ty: RuleType::Normal, in restore_with_child_stack_ops()
121 ty: RuleType::Normal, in restore_with_child_stack_ops()
135 ty: RuleType::Normal, in restore_choice_branch_with_and_branch_without()
141 ty: RuleType::Normal, in restore_choice_branch_with_and_branch_without()
/external/executorch/backends/apple/coreml/runtime/test/
DKeyValueStoreTests.mm72 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
82 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
92 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
102 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
111 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
127 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
143 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
159 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
190 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
227 auto database = Database::make_inmemory(Database::SynchronousMode::Normal, 100, error);
/external/rust/android-crates-io/crates/darling/examples/
Dheterogeneous_enum_and_word.rs17 Normal, enumerator
27 Volume::Normal in default()
45 assert_eq!(Volume::Normal, missing_volume.volume); in main()

12345678910>>...40