Home
last modified time | relevance | path

Searched defs:big (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DparserKeywordsAsIdentifierName1.js2 var big = { variable
10 var big = { variable
/third_party/skia/gm/
Dbigrect.cpp16 static void draw_big_rect(SkCanvas* canvas, SkScalar big, const SkPaint& rectPaint) { in draw_big_rect()
105 const SkScalar big = SkFloatToScalar(sizes[j]); variable
Dpreservefillrule.cpp38 PreserveFillRuleGM(bool big) : fBig(big) , fStarSize((big) ? 200 : 20) {} in PreserveFillRuleGM()
/third_party/flutter/skia/gm/
Dbigrect.cpp16 static void draw_big_rect(SkCanvas* canvas, SkScalar big, const SkPaint& rectPaint) { in draw_big_rect()
105 const SkScalar big = SkFloatToScalar(sizes[j]); variable
/third_party/node/benchmark/buffers/
Dbuffer-read-float.js17 big: 2 ** 1023, property
24 big: 2 ** 127, property
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserKeywordsAsIdentifierName1.ts1 var big = { variable
/third_party/jerryscript/tests/jerry/
Darithmetics-bignums.js15 var big = 2147483646; variable
/third_party/skia/docs/examples/
DSurface_makeImageSnapshot_2.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_makeImageSnapshot.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_draw.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_makeSurface.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
/third_party/flutter/skia/docs/examples/
DSurface_makeImageSnapshot_2.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_makeImageSnapshot.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_draw.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_makeSurface.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
/third_party/node/test/parallel/
Dtest-http-pipeline-requests-connection-leak.js12 const big = Buffer.alloc(16 * 1024, 'A'); constant
Dtest-net-bytes-read.js7 const big = Buffer.alloc(1024 * 1024); constant
Dtest-tls-client-destroy-soon.js40 const big = Buffer.alloc(2 * 1024 * 1024, 'Y'); constant
Dtest-stream-big-packet.js51 const big = Buffer.alloc(s1.writableHighWaterMark + 1, 'x'); constant
/third_party/mesa3d/src/compiler/nir/
Dnir_scale_fdiv.c40 nir_ssa_def *big = nir_flt(b, nir_imm_int(b, 0x7e800000), fabs); in nir_scale_fdiv_instr() local
/third_party/skia/tests/
DInfRectTest.cpp27 SkScalar big = SkIntToScalar(100); in DEF_TEST() local
/third_party/flutter/skia/tests/
DInfRectTest.cpp27 SkScalar big = SkIntToScalar(100); in DEF_TEST() local
/third_party/musl/src/math/
D__tan.c71 int big, sign; in __tan() local
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tan.c71 int big, sign; in __tan() local
/third_party/FreeBSD/contrib/gdtoa/
Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local

12345