Home
last modified time | relevance | path

Searched refs:BIG (Results 1 – 25 of 62) sorted by relevance

123

/third_party/skia/bench/
DBlurBench.cpp19 #define BIG SkIntToScalar(10) macro
88 DEF_BENCH(return new BlurBench(BIG, kNormal_SkBlurStyle);)
89 DEF_BENCH(return new BlurBench(BIG, kSolid_SkBlurStyle);)
90 DEF_BENCH(return new BlurBench(BIG, kOuter_SkBlurStyle);)
91 DEF_BENCH(return new BlurBench(BIG, kInner_SkBlurStyle);)
DCmapBench.cpp119 constexpr int BIG = 100;
121 DEF_BENCH( return new CMAPBench(textToGlyphs_proc, "font_charToGlyph", BIG); )
122 DEF_BENCH( return new CMAPBench(charsToGlyphs_proc, "face_charToGlyph", BIG); )
123 DEF_BENCH( return new CMAPBench(addcache_proc, "addcache_charToGlyph", BIG); )
124 DEF_BENCH( return new CMAPBench(findcache_proc, "findcache_charToGlyph", BIG); )
DMorphologyBench.cpp18 #define BIG SkIntToScalar(10) macro
90 DEF_BENCH( return new MorphologyBench(BIG, kErode_MT); )
91 DEF_BENCH( return new MorphologyBench(BIG, kDilate_MT); )
DBlurRectBench.cpp19 #define BIG SkIntToScalar(10) macro
186 DEF_BENCH(return new BlurRectBoxFilterBench(BIG);)
190 DEF_BENCH(return new BlurRectGaussianBench(BIG);)
194 DEF_BENCH(return new BlurRectDirectBench(BIG);)
/third_party/PyYAML/tests/data/
Dconstruct-merge.data4 - &BIG { r: 10 }
21 << : [ *CENTER, *BIG ]
25 << : [ *BIG, *LEFT, *SMALL ]
/third_party/python/Lib/test/test_json/
Dtest_enum.py6 BIG = 1<<32 variable
12 big = BIG
60 str([SMALL, BIG, HUGE, REALLY_HUGE]))
84 self.assertEqual(nd[str(BIG)], 'large')
109 self.assertEqual(nd['large'], BIG)
/third_party/python/Lib/test/
Dtest_deque.py11 BIG = 100000 variable
458 e.rotate(BIG+17) # verify on long series of rotates
460 for i in range(BIG+17):
543 for i in range(size, BIG):
548 self.assertEqual(list(d), list(range(BIG-size, BIG)))
554 for i in range(size, BIG):
560 list(range(BIG-size, BIG)))
566 for i in range(BIG):
568 for i in range(BIG):
576 for i in range(BIG):
[all …]
/third_party/glslang/Test/
DcppComplexExpr.vert50 #define BIG aonetuhanoethuanoenaoethu snaoetuhs onethausoentuas hnoethaueohnatuoeh santuoehsantouhe…
58 #define BIG aonetuhanoethuanoenaoethu snaoetuhs onethausoentuas hnoethaueohnatuoeh santuoehsantouhe…
66 #define BIG aonetuhanoethuanoenaoethu snaoetuhs onethausoentuas hnoethaueohnatuoeh santuoehsantouhe…
/third_party/skia/src/xps/
DSkXPSDevice.cpp681 const SkScalar BIG = SkIntToScalar(1000); //SK_ScalarMax; in createXpsImageBrush() local
682 const FLOAT BIG_F = SkScalarToFLOAT(BIG); in createXpsImageBrush()
710 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight); in createXpsImageBrush()
719 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush()
731 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0); in createXpsImageBrush()
740 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush()
755 const SkRect tlArea = SkRect::MakeLTRB(-BIG, -BIG, 0, 0); in createXpsImageBrush()
759 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0); in createXpsImageBrush()
764 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); in createXpsImageBrush()
768 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG); in createXpsImageBrush()
/third_party/ltp/testcases/misc/math/fptests/
Dfptest02.c50 #define BIG 1.e50 macro
201 double mintime = BIG; in nextevent()
Dfptest01.c50 #define BIG 1.e50 macro
221 double mintime = BIG; in nextevent()
/third_party/parse5/packages/parse5/lib/common/
Dhtml.ts46 BIG = 'big', enumerator
218 BIG, enumerator
381 [TAG_NAMES.BIG, TAG_ID.BIG],
Dforeign-content.ts136 $.BIG,
/third_party/node/deps/simdutf/
Dsimdutf.cpp4987 return e == endianness::BIG; in match_system()
15072 const char16_t* tail = arm_validate_utf16<endianness::BIG>(buf, len); in validate_utf16be()
15074 return scalar::utf16::validate<endianness::BIG>(tail, len - (tail - buf)); in validate_utf16be()
15091 result res = arm_validate_utf16_with_errors<endianness::BIG>(buf, len); in validate_utf16be_with_errors()
15093 …result scalar_res = scalar::utf16::validate_with_errors<endianness::BIG>(buf + res.count, len - re… in validate_utf16be_with_errors()
15126 return converter.convert<endianness::BIG>(buf, len, utf16_output); in convert_utf8_to_utf16be()
15136 return converter.convert_with_errors<endianness::BIG>(buf, len, utf16_output); in convert_utf8_to_utf16be_with_errors()
15146 return utf8_to_utf16::convert_valid<endianness::BIG>(input, size, utf16_output); in convert_valid_utf8_to_utf16be()
15178 …std::pair<const char16_t*, char*> ret = arm_convert_utf16_to_utf8<endianness::BIG>(buf, len, utf8_… in convert_utf16be_to_utf8()
15182 const size_t scalar_saved_bytes = scalar::utf16_to_utf8::convert<endianness::BIG>( in convert_utf16be_to_utf8()
[all …]
/third_party/icu/icu4c/source/data/translit/
DCyrl_Latn.txt195 # ѫ ↔ XXX ; # CYRILLIC SMALL LETTER BIG YUS
196 # Ѫ ↔ XXX ; # CYRILLIC CAPITAL LETTER BIG YUS
199 # ѭ ↔ XXX ; # CYRILLIC SMALL LETTER IOTIFIED BIG YUS
200 # Ѭ ↔ XXX ; # CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS
Dbg_bg_Latn_BGN.txt206 Ѫ → Ŭ ; # CYRILLIC CAPITAL LETTER BIG YUS
207 ѫ → ŭ ; # CYRILLIC SMALL LETTER BIG YUS
/third_party/skia/third_party/externals/icu/source/data/translit/
DCyrl_Latn.txt195 # ѫ ↔ XXX ; # CYRILLIC SMALL LETTER BIG YUS
196 # Ѫ ↔ XXX ; # CYRILLIC CAPITAL LETTER BIG YUS
199 # ѭ ↔ XXX ; # CYRILLIC SMALL LETTER IOTIFIED BIG YUS
200 # Ѭ ↔ XXX ; # CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS
Dbg_bg_Latn_BGN.txt206 Ѫ → Ŭ ; # CYRILLIC CAPITAL LETTER BIG YUS
207 ѫ → ŭ ; # CYRILLIC SMALL LETTER BIG YUS
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h153 enum class EndianKind { INVALID = 0, LITTLE, BIG }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp227 return EndianKind::BIG; in parseArchEndian()
231 return EndianKind::BIG; in parseArchEndian()
DTriple.cpp345 case ARM::EndianKind::BIG: { in parseARMArch()
379 if (ENDIAN == ARM::EndianKind::BIG) in parseARMArch()
/third_party/node/src/
Dutil.h749 enum class Endianness { LITTLE, BIG };
757 return u.u16 == 1 ? Endianness::LITTLE : Endianness::BIG;
765 return GetEndianness() == Endianness::BIG;
/third_party/glslang/Test/baseResults/
DcppComplexExpr.vert.out6 ERROR: 0:66: '#define' : Macro redefined; different substitutions: BIG
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst353 * teach sparse about __{BIG,LITTLE}_ENDIAN__
354 * teach sparse about __BYTE_ORDER__ & __ORDER_{BIG,LITTLE}_ENDIAN__
/third_party/icu/icu4c/source/test/intltest/
Ditrbnf.cpp1011 const llong BIG(0x12345678, 0x9abcdef0);
1012 const llong BIG_FIVE(BIG * FIVE);

123