/third_party/boost/boost/multiprecision/detail/ |
D | utype_helper.hpp | 20 typedef boost::uint64_t exact; typedef 25 typedef boost::uint8_t exact; typedef 30 typedef boost::uint8_t exact; typedef 35 typedef boost::uint8_t exact; typedef 40 typedef boost::uint8_t exact; typedef 45 typedef boost::uint8_t exact; typedef 50 typedef boost::uint8_t exact; typedef 55 typedef boost::uint8_t exact; typedef 60 typedef boost::uint8_t exact; typedef 65 typedef boost::uint8_t exact; typedef [all …]
|
/third_party/boost/boost/ |
D | integer.hpp | 84 …e <> struct exact_signed_base_helper<sizeof(signed char)* CHAR_BIT> { typedef signed char exact; }; typedef 85 …truct exact_unsigned_base_helper<sizeof(unsigned char)* CHAR_BIT> { typedef unsigned char exact; }; typedef 87 template <> struct exact_signed_base_helper<sizeof(short)* CHAR_BIT> { typedef short exact; }; typedef 88 …uct exact_unsigned_base_helper<sizeof(unsigned short)* CHAR_BIT> { typedef unsigned short exact; }; typedef 91 template <> struct exact_signed_base_helper<sizeof(int)* CHAR_BIT> { typedef int exact; }; typedef 92 … struct exact_unsigned_base_helper<sizeof(unsigned int)* CHAR_BIT> { typedef unsigned int exact; }; typedef 96 template <> struct exact_signed_base_helper<sizeof(long)* CHAR_BIT> { typedef long exact; }; typedef 97 …truct exact_unsigned_base_helper<sizeof(unsigned long)* CHAR_BIT> { typedef unsigned long exact; }; typedef 104 …gned_base_helper<sizeof(boost::long_long_type)* CHAR_BIT> { typedef boost::long_long_type exact; }; typedef 105 …ed_base_helper<sizeof(boost::ulong_long_type)* CHAR_BIT> { typedef boost::ulong_long_type exact; }; typedef
|
/third_party/node/deps/npm/node_modules/is-cidr/ |
D | index.js | 3 const re4 = cidrRegex.v4({exact: true}); property 4 const re6 = cidrRegex.v6({exact: true}); property
|
/third_party/boost/libs/math/test/ |
D | ooura_fourier_integral_test.cpp | 180 Real exact = omega/(1+omega*omega); in test_exp() local 199 Real exact = sqrt(pi<Real>()/(2*omega)); in test_root() local 227 Real exact = asymptotic(lambda); in test_double_osc() local 242 Real exact = 0; in test_zero_integrand() local 278 Real exact = half_pi<Real>()/e<Real>(); in test_cos_integral1() local 297 Real exact = a/(a*a+omega*omega); in test_cos_integral2() local
|
/third_party/typescript/tests/cases/fourslash/ |
D | completionListInIndexSignature02.ts | 16 const exact = completion.globalTypesPlus(["I", "C"]); constant
|
D | completionListOnParamOfGenericType1.ts | 11 const exact = ["next", "prev", "pushEntry"]; constant
|
D | getCompletionEntryDetails2.ts | 10 const exact: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
|
D | completionListInIndexSignature01.ts | 17 const exact = completion.globalsPlus(["C"]); constant
|
D | completionsJsxAttribute.ts | 19 const exact: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
|
D | globalCompletionListInsideObjectLiterals.ts | 29 const exact = ["p1", "p2", "p3", "p4", ...completion.globalsPlus(["ObjectLiterals"])]; constant
|
D | completionsClassPropertiesAssignment.ts | 22 const exact = completion.globalsPlus(["Class1", "Class2", "Class3", "prop", "Class4"]); constant
|
/third_party/typescript/tests/cases/fourslash/server/ |
D | completions02.ts | 11 const exact: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
|
/third_party/skia/tests/ |
D | GrQuadCropTest.cpp | 33 bool exact = GrQuadUtils::CropToRect(clipRect, clipAA, &quad, /* calc. locals */ !!localMatrix); in run_crop_axis_aligned_test() local 119 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad); in run_crop_fully_covered_test() local 141 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad, /* calc. local */ false); in run_crop_fully_covered_test() local
|
D | RectTest.cpp | 226 bool exact = SkRectPriv::Subtract(e.fA, e.fB, &difference); in DEF_TEST() local 260 bool exact = SkRectPriv::Subtract(reallyBig, reasonable, &difference); in DEF_TEST() local
|
/third_party/skia/docs/examples/ |
D | Path_IsQuadDegenerate.cpp | 7 auto debugster = [](const SkPath& path, bool exact) -> void { in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Path_IsQuadDegenerate.cpp | 7 auto debugster = [](const SkPath& path, bool exact) -> void { in draw()
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | string.proto | 30 string exact = 1; field
|
/third_party/flutter/skia/tests/ |
D | GrQuadCropTest.cpp | 34 bool exact = GrQuadUtils::CropToRect(clipRect, clipAA, &edgeFlags, &drawQuad, localQuadPtr); in run_crop_axis_aligned_test() local 123 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &edgeFlags, &drawQuad, &localQuad); in run_crop_fully_covered_test() local 141 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &edgeFlags, &drawQuad, nullptr); in run_crop_fully_covered_test() local
|
/third_party/flutter/skia/tools/fm/fm_bot/ |
D | fm_bot.go | 35 var exact = flag.Bool("exact", false, "Match GM names only exactly.") var
|
/third_party/node/test/parallel/ |
D | test-http2-backpressure.js | 49 function mustCallAsync(fn, exact) { argument
|
/third_party/node/lib/internal/assert/ |
D | calltracker.js | 40 exact, property
|
/third_party/skia/tools/fm/fm_bot/ |
D | fm_bot.go | 35 var exact = flag.Bool("exact", false, "Match GM names only exactly.") var
|
/third_party/ffmpeg/libavutil/tests/ |
D | rational.c | 106 int exact = start + av_rescale_q(i+1, b, a); in main() local
|
/third_party/boost/libs/math/example/ |
D | naive_monte_carlo_example.cpp | 55 double exact = 1.3932039296856768591842462603255; in main() local
|
/third_party/libusb/msvc/getopt/ |
D | getopt.c | 647 int exact = 0; local 808 int exact = 0; local
|