/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/typescript/tests/cases/fourslash/ |
D | completionsTriggerCharacter.ts | 34 { marker: "comment", exact: undefined, triggerCharacter: "<" }, 36 { marker: "openQuote", exact: [ 40 { marker: "closeQuote", exact: undefined, triggerCharacter: '"' }, 42 { marker: "openSingleQuote", exact: [ 46 { marker: "closeSingleQuote", exact: undefined, triggerCharacter: "'" }, 48 { marker: "openTemplate", exact: [ 52 { marker: "closeTemplate", exact: undefined, triggerCharacter: "`" }, 54 { marker: "quoteInComment", exact: undefined, triggerCharacter: '"' }, 55 { marker: "lessInComment", exact: undefined, triggerCharacter: "<" }, 58 { marker: "lessThan", exact: undefined, triggerCharacter: "<" }, [all …]
|
D | protoVarInContextualObjectLiteral.ts | 47 verify.completions({ marker: "1", exact: [proto, p] }); 49 verify.completions({ exact: p }); 51 verify.completions({ marker: "2", exact: [proto, p] }); 53 verify.completions({ exact: p }); 55 verify.completions({ marker: "3", exact: [protoQuoted, p] }) 57 verify.completions({ exact: p }); 59 verify.completions({ marker: "4", exact: [protoQuoted, p] }); 61 verify.completions({ exact: p }); 63 verify.completions({ marker: "5", exact: [proto, tripleProto, p] }); 65 verify.completions({ exact: [tripleProto, p] }); [all …]
|
D | completionListIsGlobalCompletion.ts | 41 { marker: ["1", "3", "6", "8", "12", "14"], exact: undefined, isGlobalCompletion: false }, 42 …{ marker: "2", exact: ["a.ts", "file.ts"], isGlobalCompletion: false, isNewIdentifierLocation: tru… 43 { marker: ["4", "19"], exact: [], isGlobalCompletion: false }, 44 { marker: ["5", "11"], exact: globals, isGlobalCompletion: true }, 45 { marker: ["18"], exact: globals.filter(name => name !== 'user'), isGlobalCompletion: true }, 46 { marker: "7", exact: completion.globalsInsideFunction(x), isGlobalCompletion: true }, 47 { marker: "9", exact: ["x", "y"], isGlobalCompletion: false }, 48 …{ marker: "10", exact: completion.classElementKeywords, isGlobalCompletion: false, isNewIdentifier… 49 { marker: "13", exact: globals.filter(name => name !== 'z'), isGlobalCompletion: false }, 50 …{ marker: "15", exact: globals.filter(name => name !== 'x'), isGlobalCompletion: true, isNewIdenti… [all …]
|
D | importTypeMemberCompletions.ts | 44 { marker: "1", exact: "Foo" }, 45 { marker: "2", exact: "Bar" }, 46 { marker: "3", exact: ["Baz", "a"] }, 47 { marker: "4", exact: "Foo" }, 48 { marker: "5", exact: "Bar" }, 49 { marker: "6", exact: ["Baz", "Bat"] }, 50 { marker: "7", exact: "a" }, 51 { marker: "8", exact: "Bat" }, 52 { marker: "9", exact: ["prototype", "bar"] },
|
D | globalCompletionListInsideObjectLiterals.ts | 29 const exact = ["p1", "p2", "p3", "p4", ...completion.globalsPlus(["ObjectLiterals"])]; constant 31 { marker: ["1",], exact: exact.filter(name => name !== 'p1'), isNewIdentifierLocation: true }, 32 { marker: ["2", "3"], exact: exact.filter(name => name !== 'p2') }, 33 { marker: ["4"], exact: exact.filter(name => name !== 'p3' ) }, 34 { marker: ["5", "6"], exact: exact.filter(name => name !== 'p4') },
|
D | completionEntryForClassMembers.ts | 131 exact: [ 149 …exact: ["private", "protected", "public", "static", "abstract", "async", "constructor", "declare",… 179 exact: [protectedMethod, getValue, ...completion.classElementKeywords], 185 exact: [staticMethod, ...completion.classElementKeywords], 193 exact: [protectedMethod, ...completion.classElementKeywords], 201 exact: [getValue, ...completion.classElementKeywords], 207 exact: ["getValue1", "protectedMethod", "getValue", ...completion.classElementKeywords], 213 exact: [ 226 exact: [staticMethod, ...completion.classElementKeywords],
|
D | completionsJsxAttribute.ts | 19 const exact: ReadonlyArray<FourSlashInterface.ExpectedCompletionEntry> = [ constant 23 verify.completions({ marker: "", exact }); 25 verify.completions({ exact }); 27 verify.completions({ exact: exact[1] }); 29 verify.completions({ exact: exact[1] });
|
D | tripleSlashRefPathCompletionRelativePaths.ts | 37 { marker: ["0", "1", "4"], exact: ["h.ts", "d3"], isNewIdentifierLocation: true }, 38 …{ marker: "2", exact: ["h.ts", "d3"].map(name => ({ name, replacementSpan: test.ranges()[0] })), i… 39 …{ marker: "3", exact: ["h.ts", "d3"].map(name => ({ name, replacementSpan: test.ranges()[1] })), i… 42 { marker: ["5", "6"], exact: ["g.ts", "d2"], isNewIdentifierLocation: true }, 43 { marker: "7", exact: ["f.ts", "d1"], isNewIdentifierLocation: true }, 46 { marker: ["8", "9"], exact: ["i.ts", "d4"], isNewIdentifierLocation: true }, 47 { marker: ["10", "11"], exact: "j.ts", isNewIdentifierLocation: true },
|
D | completionListStringParenthesizedType.ts | 26 exact: [ 34 exact: [ 42 exact: [ 50 exact: [ 58 exact: [ 66 exact: [ 73 exact: [ 80 exact: [
|
D | completionListInIndexSignature01.ts | 17 const exact = completion.globalsPlus(["C"]); constant 19 { marker: ["1", "2", "3", "6"], exact, isNewIdentifierLocation: true }, 20 { marker: "4", exact: ["str", ...exact], isNewIdentifierLocation: true }, 21 { marker: "5", exact: ["xyz", ...exact], isNewIdentifierLocation: true },
|
D | completionListInFunctionDeclaration.ts | 6 verify.completions({ marker: "", exact: undefined }); 8 verify.completions({ exact: undefined }); 10 verify.completions({ exact: undefined }); 12 verify.completions({ exact: undefined }); 14 verify.completions({ exact: completion.globalTypes }); 16 verify.completions({ exact: undefined });
|
D | completionsObjectLiteralWithPartialConstraint.ts | 58 { marker: "1", exact: [{ name: "world", sortText: completion.SortText.OptionalMember }] }, 59 …{ marker: "2", exact: [{ name: "keyPath", sortText: completion.SortText.OptionalMember }, { name: … 60 { marker: "3", exact: ["r", "g", "b"] }, 61 { marker: "4", exact: [{ name: "a", sortText: completion.SortText.OptionalMember }] }, 62 { marker: "5", exact: [{ name: "x", sortText: completion.SortText.OptionalMember }] }, 63 { marker: "6", exact: ["a"] },
|
D | completionsStringsWithTriggerCharacter.ts | 24 verify.completions({ marker: '1', exact: [ 28 verify.completions({ marker: "2", exact: [ 32 verify.completions({ marker: "3", exact: [ 36 verify.completions({ marker: "4", exact: [ 40 verify.completions({ marker: "5", exact: [ 44 verify.completions({ marker: "6", exact: [ 48 verify.completions({ marker: "7", exact: [
|
D | jsdocTypedefTagTypeExpressionCompletion.ts | 44 exact: { name: "Namespace", kind: "module", kindModifiers: "export" }, 48 exact: { name: "SomeType", kind: "interface", kindModifiers: "export" }, 61 { marker: "valueMemberOfSomeType", exact: undefined }, 64 exact: [ 72 exact: [ 80 exact: undefined,
|
D | completionListProtectedMembers.ts | 22 { marker: "1", exact: ["y", "x", "method"] }, 23 { marker: "2", exact: ["z", "method1", "y", "x", "method"] }, 24 { marker: "3", exact: ["method2", "y", "x", "method"] }, 25 { marker: "4", exact: ["method2", "z", "method1", "y", "x", "method"] }, 26 { marker: "5", exact: undefined },
|
D | completionListInImportClause01.ts | 17 { marker: ["1", "2", "3"], exact: ["bar", "baz", "foo"] }, 18 { marker: "4", exact: ["bar", "baz"] }, 19 { marker: "5", exact: undefined, isNewIdentifierLocation: true }, 20 { marker: "6", exact: ["baz", "foo"] }, 21 { marker: "7", exact: undefined },
|
D | completionListInExportClause01.ts | 16 { marker: ["1", "2", "3"], exact: ["bar", "baz", "foo"] }, 17 { marker: "4", exact: ["bar", "baz"] }, 18 { marker: "5", exact: undefined, isNewIdentifierLocation: true }, 19 { marker: "6", exact: ["baz", "foo"] }, 20 { marker: "7", exact: undefined },
|
D | thisPredicateFunctionCompletions01.ts | 45 { marker: "1", exact: ["content", ...common] }, 46 { marker: "2", exact: ["host", "content", ...common] }, 47 { marker: "3", exact: ["children", ...common] }, 48 { marker: "4", exact: ["host", "children", ...common] }, 49 { marker: "5", exact: ["host", ...common] },
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_flrp.c | 55 nir_instr_as_alu(neg_a->parent_instr)->exact = alu->exact; in replace_with_strict_ffma() 58 nir_instr_as_alu(inner_ffma->parent_instr)->exact = alu->exact; in replace_with_strict_ffma() 61 nir_instr_as_alu(outer_ffma->parent_instr)->exact = alu->exact; in replace_with_strict_ffma() 84 nir_instr_as_alu(neg_c->parent_instr)->exact = alu->exact; in replace_with_single_ffma() 88 nir_instr_as_alu(one_minus_c->parent_instr)->exact = alu->exact; in replace_with_single_ffma() 91 nir_instr_as_alu(b_times_c->parent_instr)->exact = alu->exact; in replace_with_single_ffma() 94 nir_instr_as_alu(final_ffma->parent_instr)->exact = alu->exact; in replace_with_single_ffma() 117 nir_instr_as_alu(neg_c->parent_instr)->exact = alu->exact; in replace_with_strict() 121 nir_instr_as_alu(one_minus_c->parent_instr)->exact = alu->exact; in replace_with_strict() 124 nir_instr_as_alu(first_product->parent_instr)->exact = alu->exact; in replace_with_strict() [all …]
|
/third_party/node/lib/internal/assert/ |
D | calltracker.js | 27 calls(fn, exact = 1) { 31 exact = fn; 37 validateUint32(exact, 'exact', true); 40 exact, property 51 if (context.actual === context.exact) { 58 if (context.actual === context.exact + 1) { 69 if (context.actual !== context.exact) { 71 `executed ${context.exact} time(s) but was ` + 76 expected: context.exact,
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 257 SpvOp opcode, bool *swap, bool *exact, in vtn_nir_alu_op_for_spirv_opcode() argument 265 *exact = false; in vtn_nir_alu_op_for_spirv_opcode() 324 case SpvOpFOrdEqual: *exact = true; return nir_op_feq; in vtn_nir_alu_op_for_spirv_opcode() 325 case SpvOpFUnordEqual: *exact = true; return nir_op_feq; in vtn_nir_alu_op_for_spirv_opcode() 328 case SpvOpFOrdNotEqual: *exact = true; return nir_op_fneu; in vtn_nir_alu_op_for_spirv_opcode() 329 case SpvOpFUnordNotEqual: *exact = true; return nir_op_fneu; in vtn_nir_alu_op_for_spirv_opcode() 332 case SpvOpFOrdLessThan: *exact = true; return nir_op_flt; in vtn_nir_alu_op_for_spirv_opcode() 333 case SpvOpFUnordLessThan: *exact = true; return nir_op_flt; in vtn_nir_alu_op_for_spirv_opcode() 336 case SpvOpFOrdGreaterThan: *swap = true; *exact = true; return nir_op_flt; in vtn_nir_alu_op_for_spirv_opcode() 337 case SpvOpFUnordGreaterThan: *swap = true; *exact = true; return nir_op_flt; in vtn_nir_alu_op_for_spirv_opcode() [all …]
|
/third_party/skia/docs/examples/ |
D | Path_IsQuadDegenerate.cpp | 7 auto debugster = [](const SkPath& path, bool exact) -> void { in draw() argument 11 SkPath::IsQuadDegenerate(path.getPoint(0), path.getPoint(1), path.getPoint(2), exact) ? in draw() 12 "" : "not ", exact ? "exactly" : "nearly"); in draw() 18 for (bool exact : { false, true } ) { in draw() 19 debugster(path, exact); in draw() 20 debugster(offset, exact); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Path_IsQuadDegenerate.cpp | 7 auto debugster = [](const SkPath& path, bool exact) -> void { in draw() argument 11 SkPath::IsQuadDegenerate(path.getPoint(0), path.getPoint(1), path.getPoint(2), exact) ? in draw() 12 "" : "not ", exact ? "exactly" : "nearly"); in draw() 18 for (bool exact : { false, true } ) { in draw() 19 debugster(path, exact); in draw() 20 debugster(offset, exact); in draw()
|
/third_party/boost/boost/safe_numerics/ |
D | utility.hpp | 124 constexpr static unsigned int ilog2(const boost::uint_t<8>::exact & t){ in ilog2() 133 constexpr static unsigned int ilog2(const boost::uint_t<16>::exact & t){ in ilog2() 134 const boost::uint_t<8>::exact upper_half = (t >> 8); in ilog2() 136 ? ilog2(static_cast<boost::uint_t<8>::exact>(t)) in ilog2() 139 constexpr static unsigned int ilog2(const boost::uint_t<32>::exact & t){ in ilog2() 140 const boost::uint_t<16>::exact upper_half = (t >> 16); in ilog2() 142 ? ilog2(static_cast<boost::uint_t<16>::exact>(t)) in ilog2() 145 constexpr static unsigned int ilog2(const boost::uint_t<64>::exact & t){ in ilog2() 146 const boost::uint_t<32>::exact upper_half = (t >> 32); in ilog2() 148 ? ilog2(static_cast<boost::uint_t<32>::exact>(t)) in ilog2()
|