Home
last modified time | relevance | path

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

12345678910>>...25

/external/python/cpython2/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 …]
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 …]
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 …]
/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/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/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc44 TEST(Normal, CreateAndDestroy) { in TEST() argument
53 Normal normal(fs, &db, bgn, &expand); in TEST()
57 TEST(Normal, AvoidDivideByZero) { in TEST() argument
67 Normal normal(fs, &db, bgn, &expand); in TEST()
92 TEST(Normal, InputLengthAndChannelsDoNotMatch) { in TEST() argument
102 Normal normal(fs, &db, bgn, &expand); in TEST()
116 TEST(Normal, LastModeExpand120msPacket) { in TEST() argument
127 Normal normal(kFs, &db, bgn, &expand); in TEST()
Dnormal.h33 class Normal {
35 Normal(int fs_hz, in Normal() function
47 virtual ~Normal() {} in ~Normal()
68 RTC_DISALLOW_COPY_AND_ASSIGN(Normal);
/external/catch2/include/
Dcatch.hpp108 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal
109 … ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposition::Normal | Catch::ResultDis…
111 ….. ) INTERNAL_CATCH_THROWS( "CATCH_REQUIRE_THROWS", Catch::ResultDisposition::Normal, __VA_ARGS__ )
112 …CATCH_THROWS_AS( "CATCH_REQUIRE_THROWS_AS", exceptionType, Catch::ResultDisposition::Normal, expr )
113 …_THROWS_STR_MATCHES( "CATCH_REQUIRE_THROWS_WITH", Catch::ResultDisposition::Normal, matcher, expr )
115 …S( "CATCH_REQUIRE_THROWS_MATCHES", exceptionType, Catch::ResultDisposition::Normal, matcher, expr )
117 …) INTERNAL_CATCH_NO_THROW( "CATCH_REQUIRE_NOTHROW", Catch::ResultDisposition::Normal, __VA_ARGS__ )
136 …tcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catch::ResultDisposition::Normal, arg )
150 …G( "CATCH_FAIL", Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, __VA_ARGS__ )
206 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_…
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dnormal_test.py64 param_shapes = normal_lib.Normal.param_shapes(sample_shape)
72 self.evaluate(array_ops.shape(normal_lib.Normal(mu, sigma).sample())))
75 param_shapes = normal_lib.Normal.param_static_shapes(sample_shape)
82 dist = normal_lib.Normal(0., 1.)
116 normal = normal_lib.Normal(loc=mu, scale=sigma)
150 normal = normal_lib.Normal(loc=mu, scale=sigma)
187 normal = normal_lib.Normal(loc=mu, scale=sigma)
208 normal = normal_lib.Normal(loc=mu, scale=sigma)
230 normal = normal_lib.Normal(loc=mu, scale=sigma)
252 dist = normal_lib.Normal(loc=mu, scale=sigma)
[all …]
Dkullback_leibler_test.py38 class MyDist(normal.Normal):
52 class MyDistException(normal.Normal):
82 class MyDist(normal.Normal):
101 class Sub1(normal.Normal):
106 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/llvm-project/llvm/test/Transforms/PruneEH/
Drecursivetest.ll8 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
9 Normal: ; preds = %0
21 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
22 Normal: ; preds = %0
Dlooptest.ll24 to label %Normal unwind label %Except, !llvm.mem.parallel_loop_access !0
32 br label %Normal
34 Normal:
/external/rust/crates/plotters-backend/src/
Dtext.rs160 Normal, enumerator
173 FontStyle::Normal => "normal", in as_str()
184 "normal" => FontStyle::Normal, in from()
188 _ => FontStyle::Normal, in from()
227 FontStyle::Normal in style()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp71 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
80 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
90 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
96 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
/external/python/cpython2/Misc/Vim/
Dpython.vim37 syn region pythonString matchgroup=Normal start=+[uU]\='+ end=+'+ skip=+\\\\\|\\'+ contains=pyth…
38 syn region pythonString matchgroup=Normal start=+[uU]\="+ end=+"+ skip=+\\\\\|\\"+ contains=pyth…
39 syn region pythonString matchgroup=Normal start=+[uU]\="""+ end=+"""+ contains=pythonEscape
40 syn region pythonString matchgroup=Normal start=+[uU]\='''+ end=+'''+ contains=pythonEscape
41 syn region pythonString matchgroup=Normal start=+[uU]\=[rR]'+ end=+'+ skip=+\\\\\|\\'+
42 syn region pythonString matchgroup=Normal start=+[uU]\=[rR]"+ end=+"+ skip=+\\\\\|\\"+
43 syn region pythonString matchgroup=Normal start=+[uU]\=[rR]"""+ end=+"""+
44 syn region pythonString matchgroup=Normal start=+[uU]\=[rR]'''+ end=+'''+
/external/libtextclassifier/native/utils/strings/
Dnumbers_test.cc34 TEST(ParseInt32Test, Normal) { in TEST() argument
64 TEST(ParseInt64Test, Normal) { in TEST() argument
92 TEST(ParseDoubleTest, Normal) { in TEST() argument
/external/skia/tools/fonts/
Dtest_font_index.inc70 …{ "monospace", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[0], "Liberatio…
74 …{ "sans-serif", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[4], "Liberati…
78 …{ "serif", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[8], "LiberationSer…
82 …{ "Toy Liberation Mono", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[0], …
86 …{ "Toy Liberation Sans", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[4], …
90 …{ "Toy Liberation Serif", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[8],…
/external/skqp/tools/fonts/
Dtest_font_index.inc70 …{ "monospace", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[0], "Liberatio…
74 …{ "sans-serif", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[4], "Liberati…
78 …{ "serif", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[8], "LiberationSer…
82 …{ "Toy Liberation Mono", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[0], …
86 …{ "Toy Liberation Sans", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[4], …
90 …{ "Toy Liberation Serif", "Normal", SkFontStyle(400,5,SkFontStyle::kUpright_Slant), gTestFonts[8],…
/external/pdfium/core/fxcrt/css/
Dcfx_css.h42 Normal, enumerator
132 Normal, enumerator
147 Normal, enumerator
172 Normal, enumerator
Dcfx_csscomputedstyle.cpp170 : m_LetterSpacing(CFX_CSSLengthUnit::Normal, 0), in InheritedData()
171 m_WordSpacing(CFX_CSSLengthUnit::Normal, 0), in InheritedData()
178 m_eFontVariant(CFX_CSSFontVariant::Normal), in InheritedData()
179 m_eFontStyle(CFX_CSSFontStyle::Normal), in InheritedData()
/external/llvm-project/clang/include/clang/Lex/
DModuleLoader.h39 Normal, enumerator
55 ModuleLoadResult(Module *M) : Storage(M, Normal) {} in ModuleLoadResult()
62 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal()
/external/skqp/src/sfnt/
DSkPanose.h224 Normal = 4, enumerator
339 Normal = 5, enumerator
475 Normal = 7, enumerator
488 Normal = 7, enumerator
501 Normal = 7, enumerator
514 Normal = 7, enumerator

12345678910>>...25