Home
last modified time | relevance | path

Searched defs:exact (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/boost/boost/multiprecision/detail/
Dutype_helper.hpp20 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/
Dinteger.hpp84 …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/
Dindex.js3 const re4 = cidrRegex.v4({exact: true}); property
4 const re6 = cidrRegex.v6({exact: true}); property
/third_party/boost/libs/math/test/
Dooura_fourier_integral_test.cpp180 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/
DcompletionListInIndexSignature02.ts16 const exact = completion.globalTypesPlus(["I", "C"]); constant
DcompletionListOnParamOfGenericType1.ts11 const exact = ["next", "prev", "pushEntry"]; constant
DgetCompletionEntryDetails2.ts10 const exact: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
DcompletionListInIndexSignature01.ts17 const exact = completion.globalsPlus(["C"]); constant
DcompletionsJsxAttribute.ts19 const exact: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
DglobalCompletionListInsideObjectLiterals.ts29 const exact = ["p1", "p2", "p3", "p4", ...completion.globalsPlus(["ObjectLiterals"])]; constant
DcompletionsClassPropertiesAssignment.ts22 const exact = completion.globalsPlus(["Class1", "Class2", "Class3", "prop", "Class4"]); constant
/third_party/typescript/tests/cases/fourslash/server/
Dcompletions02.ts11 const exact: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant
/third_party/skia/tests/
DGrQuadCropTest.cpp33 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
DRectTest.cpp226 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/
DPath_IsQuadDegenerate.cpp7 auto debugster = [](const SkPath& path, bool exact) -> void { in draw()
/third_party/flutter/skia/docs/examples/
DPath_IsQuadDegenerate.cpp7 auto debugster = [](const SkPath& path, bool exact) -> void { in draw()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dstring.proto30 string exact = 1; field
/third_party/flutter/skia/tests/
DGrQuadCropTest.cpp34 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/
Dfm_bot.go35 var exact = flag.Bool("exact", false, "Match GM names only exactly.") var
/third_party/node/test/parallel/
Dtest-http2-backpressure.js49 function mustCallAsync(fn, exact) { argument
/third_party/node/lib/internal/assert/
Dcalltracker.js40 exact, property
/third_party/skia/tools/fm/fm_bot/
Dfm_bot.go35 var exact = flag.Bool("exact", false, "Match GM names only exactly.") var
/third_party/ffmpeg/libavutil/tests/
Drational.c106 int exact = start + av_rescale_q(i+1, b, a); in main() local
/third_party/boost/libs/math/example/
Dnaive_monte_carlo_example.cpp55 double exact = 1.3932039296856768591842462603255; in main() local
/third_party/libusb/msvc/getopt/
Dgetopt.c647 int exact = 0; local
808 int exact = 0; local

1234