Home
last modified time | relevance | path

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

12345

/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal_unittest.cpp19 CFGAS_Decimal big(std::numeric_limits<int32_t>::max()); in TEST() local
26 CFGAS_Decimal big(std::numeric_limits<uint32_t>::max()); in TEST() local
33 CFGAS_Decimal big(std::numeric_limits<uint64_t>::max()); in TEST() local
40 WideString big = CFGAS_Decimal(powf(2.0f, 95.0f), 0).ToWideString(); in TEST() local
68 CFGAS_Decimal big(L"100000000000000000000000000"); in TEST() local
/external/lzma/CPP/7zip/UI/FileManager/
DDialogSize.h10 #define SIZED_DIALOG(big) (isBig ? big : big ## _2) argument
13 #define SIZED_DIALOG(big) big argument
/external/clang/test/Sema/
Daarch64-neon-ranges.c6 void test_vext_8bit(int8x8_t small, int8x16_t big) { in test_vext_8bit()
22 void test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) { in test_mul_lane_f64()
39 void test_ld1st1(int8x8_t small, int8x16_t big, void *addr) { in test_ld1st1()
Datomic-requires-library-error.c5 int big[128]; member
/external/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
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNumberCoercionTest.java60 long big = 1L + Integer.MAX_VALUE; in testToIntFailing() local
179 BigInteger big = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.TEN); in testToLongFailing() local
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncNumberCoercionTest.java68 long big = 1L + Integer.MAX_VALUE; in testToIntFailing() local
182 BigInteger big = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.TEN); in testToLongFailing() local
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vmemptr-conflicts.cpp53 struct Big { int big[32]; }; member
80 int big[32]; member
/external/tensorflow/tensorflow/core/lib/gtl/
Dcompactptrset.h190 BigRep* big() const { in big() function
197 BigRep* big = new BigRep; in MakeBig() local
/external/rust/crates/serde_json/tests/lexical/
Dmath.rs185 let mut big = Bigint { in shl_test() localVariable
196 let mut big = Bigint { in shl_test() localVariable
/external/eigen/test/
Dstable_norm.cpp60 Scalar big = factor * ((std::numeric_limits<RealScalar>::max)() * RealScalar(1e-4)); in stable_norm() local
205 Scalar big = factor * ((std::numeric_limits<RealScalar>::max)() * RealScalar(1e-4)); in test_hypot() local
/external/pigweed/pw_polyfill/standard_library_public/pw_polyfill/standard_library/
Dbit.h25 big = __ORDER_BIG_ENDIAN__, enumerator
/external/skia/docs/examples/
DSurface_draw.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_makeImageSnapshot_2.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
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DTestTokenBuffer.java134 long big = 1L + Integer.MAX_VALUE; in testNumberOverflowInt() local
149 long big = 1L + Integer.MAX_VALUE; in testNumberOverflowInt() local
167 BigInteger big = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE); in testNumberOverflowLong() local
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
Dmake_signed.pass.cpp27 big = 0xFFFFFFFFFFFFFFFFULL enumerator
Dmake_unsigned.pass.cpp27 big = 0xFFFFFFFFFFFFFFFFULL enumerator
/external/strace/tests-m32/
Dxattr.c50 char *const big = tail_alloc(XATTR_SIZE_MAX + 1); in main() local
/external/strace/tests-mx32/
Dxattr.c50 char *const big = tail_alloc(XATTR_SIZE_MAX + 1); in main() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DMergeTagTest.java43 Map<Object, Object> big = (Map<Object, Object>) list.get(2); in testMerge() local
/external/strace/tests/
Dxattr.c50 char *const big = tail_alloc(XATTR_SIZE_MAX + 1); in main() local
/external/skia/tests/
DInfRectTest.cpp27 SkScalar big = SkIntToScalar(100); in DEF_TEST() local
/external/musl/src/math/
D__tan.c71 int big, sign; in __tan() local

12345