/third_party/boost/boost/numeric/odeint/stepper/ |
D | runge_kutta_fehlberg78.hpp | 46 template< class Value = double > 47 struct rk78_coefficients_a1 : boost::array< Value , 1 > 51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1() 55 template< class Value = double > 56 struct rk78_coefficients_a2 : boost::array< Value , 2 > 60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2() 61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2() 66 template< class Value = double > 67 struct rk78_coefficients_a3 : boost::array< Value , 3 > 71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3() [all …]
|
D | runge_kutta_cash_karp54.hpp | 45 template< class Value = double > 46 struct rk54_ck_coefficients_a1 : boost::array< Value , 1 > 50 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 5 ); in rk54_ck_coefficients_a1() 54 template< class Value = double > 55 struct rk54_ck_coefficients_a2 : boost::array< Value , 2 > 59 (*this)[0] = static_cast<Value>( 3 )/static_cast<Value>( 40 ); in rk54_ck_coefficients_a2() 60 (*this)[1] = static_cast<Value>( 9 )/static_cast<Value>( 40 ); in rk54_ck_coefficients_a2() 65 template< class Value = double > 66 struct rk54_ck_coefficients_a3 : boost::array< Value , 3 > 70 (*this)[0] = static_cast<Value>( 3 )/static_cast<Value>( 10 ); in rk54_ck_coefficients_a3() [all …]
|
D | runge_kutta4.hpp | 44 template< class Value = double > 45 struct rk4_coefficients_a1 : boost::array< Value , 1 > 49 (*this)[0] = static_cast< Value >( 1 ) / static_cast< Value >( 2 ); in rk4_coefficients_a1() 53 template< class Value = double > 54 struct rk4_coefficients_a2 : boost::array< Value , 2 > 58 (*this)[0] = static_cast<Value>(0); in rk4_coefficients_a2() 59 (*this)[1] = static_cast< Value >( 1 ) / static_cast< Value >( 2 ); in rk4_coefficients_a2() 64 template< class Value = double > 65 struct rk4_coefficients_a3 : boost::array< Value , 3 > 69 (*this)[0] = static_cast<Value>(0); in rk4_coefficients_a3() [all …]
|
/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | adams_bashforth_coefficients.hpp | 29 template< class Value , size_t Steps > 32 template< class Value > 33 class adams_bashforth_coefficients< Value , 1 > : public boost::array< Value , 1 > 37 : boost::array< Value , 1 >() in adams_bashforth_coefficients() 39 (*this)[0] = static_cast< Value >( 1 ); in adams_bashforth_coefficients() 44 template< class Value > 45 class adams_bashforth_coefficients< Value , 2 > : public boost::array< Value , 2 > 49 : boost::array< Value , 2 >() in adams_bashforth_coefficients() 51 (*this)[0] = static_cast< Value >( 3 ) / static_cast< Value >( 2 ); in adams_bashforth_coefficients() 52 (*this)[1] = -static_cast< Value >( 1 ) / static_cast< Value >( 2 ); in adams_bashforth_coefficients() [all …]
|
D | adams_moulton_coefficients.hpp | 30 template< class Value , size_t Steps > 33 template< class Value > 34 class adams_moulton_coefficients< Value , 1 > : public boost::array< Value , 1 > 38 : boost::array< Value , 1 >() in adams_moulton_coefficients() 40 (*this)[0] = static_cast< Value >( 1 ); in adams_moulton_coefficients() 45 template< class Value > 46 class adams_moulton_coefficients< Value , 2 > : public boost::array< Value , 2 > 50 : boost::array< Value , 2 >() in adams_moulton_coefficients() 52 (*this)[0] = static_cast< Value >( 1 ) / static_cast< Value >( 2 ); in adams_moulton_coefficients() 53 (*this)[1] = static_cast< Value >( 1 ) / static_cast< Value >( 2 ); in adams_moulton_coefficients() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 37 class Value; 169 static Value *allocateStackVariable(Type *type, int arraySize = 0); 175 static Value *getArgument(unsigned int index); 201 static void yield(Value *val); 211 static void createRet(Value *V); 213 static void createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse); 216 static Value *createAdd(Value *lhs, Value *rhs); 217 static Value *createSub(Value *lhs, Value *rhs); 218 static Value *createMul(Value *lhs, Value *rhs); 219 static Value *createUDiv(Value *lhs, Value *rhs); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js | 7 export type Value<K extends Key<U>, U> = U[K]; 13 reduce<Value<K, U>>(u[key as keyof U] as Value<K, U>, (v: Value<K, U>) => { 96 export declare type Value<K extends Key<U>, U> = U[K]; 97 …Value<K, T>>(key: K_1) => (<K_2 extends keyof Value<K_1, Value<K, T>>>(key: K_2) => (<K_3 extends … 98 …Value<K_10, Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2… 99 …set: (newU: Value<K_10, Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_… 101 …Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1,… 102 …set: (newU: Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2… 104 …Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T… 105 …set: (newU: Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1… [all …]
|
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.types | 9 export type Value<K extends Key<U>, U> = U[K]; 10 >Value : Value<K, U> 13 …Value<K, T>>(key: K) => (<K extends keyof Value<K, Value<K, T>>>(key: K) => (<K extends keyof Valu… 14 …Value<K, U>>(u[key as keyof U] as Value<K, U>, (v: Value<K, U>) => { return upd… 18 …Value<K, U>>(key: K) => (<K extends keyof Value<K, Value<K, U>>>(key: K) => (<K extends keyof Valu… 19 …Value<K, U>>(u[key as keyof U] as Value<K, U>, (v: Value<K, U>) => { return upd… 41 …Value<K, U>>(u[key as keyof U] as Value<K, U>, (v: Value<K, U>) => { return upd… 47 …Value<K, U>>(u[key as keyof U] as Value<K, U>, (v: Value<K, U>) => { return upd… 50 reduce<Value<K, U>>(u[key as keyof U] as Value<K, U>, (v: Value<K, U>) => { 51 …Value<K, U>>(u[key as keyof U] as Value<K, U>, (v: Value<K, U>) => { return upd… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BuildLibCalls.h | 21 class Value; variable 45 Value *castToCStr(Value *V, IRBuilder<> &B); 50 Value *emitStrLen(Value *Ptr, IRBuilder<> &B, const DataLayout &DL, 56 Value *emitStrDup(Value *Ptr, IRBuilder<> &B, const TargetLibraryInfo *TLI); 61 Value *emitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B, 67 Value *emitStrChr(Value *Ptr, char C, IRBuilder<> &B, 71 Value *emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, 76 Value *emitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, 81 Value *emitStpCpy(Value *Dst, Value *Src, IRBuilder<> &B, 86 Value *emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, [all …]
|
D | SimplifyLibCalls.h | 23 class Value; variable 53 Value *optimizeCall(CallInst *CI); 56 Value *optimizeMemCpyChk(CallInst *CI, IRBuilder<> &B); 57 Value *optimizeMemMoveChk(CallInst *CI, IRBuilder<> &B); 58 Value *optimizeMemSetChk(CallInst *CI, IRBuilder<> &B); 61 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilder<> &B, LibFunc Func); 62 Value *optimizeStrpNCpyChk(CallInst *CI, IRBuilder<> &B, LibFunc Func); 63 Value *optimizeMemCCpyChk(CallInst *CI, IRBuilder<> &B); 64 Value *optimizeSNPrintfChk(CallInst *CI, IRBuilder<> &B); 65 Value *optimizeSPrintfChk(CallInst *CI,IRBuilder<> &B); [all …]
|
/third_party/libexif/test/testdata/ |
D | pentax_makernote_variant_4.jpg.parsed | 6 Value: CASIO COMPUTER CO.,LTD. 9 Value: EX-S12 12 Value: Top-left 15 Value: 72 18 Value: 72 21 Value: Inch 24 Value: 1.01 27 Value: 2011:05:06 02:53:37 30 Value: Co-sited 33 Value: 46 bytes undefined data [all …]
|
D | canon_makernote_variant_1.jpg.parsed | 6 Value: Canon 9 Value: Canon PowerShot S70 12 Value: Right-top 15 Value: 180 18 Value: 180 21 Value: Inch 24 Value: 2009:10:10 16:42:32 27 Value: Centered 31 Value: JPEG compression 34 Value: 180 [all …]
|
D | olympus_makernote_variant_2.jpg.parsed | 6 Value: 9 Value: NIKON 12 Value: COOLPIX S570 15 Value: Top-left 18 Value: 300 21 Value: 300 24 Value: Inch 27 Value: COOLPIX S570V1.0 30 Value: 2009:12:28 04:28:56 33 Value: Co-sited [all …]
|
D | pentax_makernote_variant_3.jpg.parsed | 6 Value: PENTAX Corporation 9 Value: PENTAX Optio 750Z 12 Value: Top-left 15 Value: 72 18 Value: 72 21 Value: Inch 24 Value: Optio 750Z Ver 1.01 27 Value: 2009:10:11 19:06:04 30 Value: Co-sited 33 Value: 94 bytes undefined data [all …]
|
D | olympus_makernote_variant_5.jpg.parsed | 6 Value: SANYO DIGITAL CAMERA 9 Value: SANYO Electric Co.,Ltd. 12 Value: TH1 15 Value: Top-left 18 Value: 72 21 Value: 72 24 Value: Inch 27 Value: ver1.1.0 30 Value: 2009:12:28 17:03:51 33 Value: Co-sited [all …]
|
D | fuji_makernote_variant_1.jpg.parsed | 6 Value: FUJIFILM 9 Value: FinePix Z33WP 12 Value: Top-left 15 Value: 72 18 Value: 72 21 Value: Inch 24 Value: Digital Camera FinePix Z33WP Ver1.01 27 Value: 2009:03:25 03:27:25 30 Value: Co-sited 33 Value: [None] (Photographer) - [None] (Editor) [all …]
|
D | pentax_makernote_variant_2.jpg.parsed | 6 Value: Asahi Optical Co.,Ltd. 9 Value: PENTAX Optio430RS 12 Value: Top-left 15 Value: 72 18 Value: 72 21 Value: Inch 24 Value: 1.00 27 Value: 2009:10:10 18:46:42 30 Value: Centered 33 Value: 40 bytes undefined data [all …]
|
D | olympus_makernote_variant_4.jpg.parsed | 6 Value: OLYMPUS DIGITAL CAMERA 9 Value: OLYMPUS IMAGING CORP. 12 Value: E-PL2 15 Value: Top-left 18 Value: 160 21 Value: 160 24 Value: Inch 27 Value: Version 1.0 30 Value: 0000:00:00 00:00:00 33 Value: [all …]
|
/third_party/boost/libs/utility/test/ |
D | operators_constexpr_test.cpp | 17 class Value class 18 : boost::operators<Value> { 20 BOOST_OPERATORS_CONSTEXPR explicit Value(int v) in Value() function in __anon5ae068dc0111::Value 24 operator<(const Value& x) const { in operator <() 29 operator==(const Value& x) const { in operator ==() 39 BOOST_STATIC_ASSERT(!static_cast<bool>(Value(1) == Value(2))); 40 BOOST_STATIC_ASSERT(Value(1) != Value(2)); 41 BOOST_STATIC_ASSERT(Value(1) < Value(2)); 42 BOOST_STATIC_ASSERT(Value(1) <= Value(2)); 43 BOOST_STATIC_ASSERT(!static_cast<bool>(Value(1) > Value(2))); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 53 class Value; variable 122 Value *SimplifyFNegInst(Value *Op, FastMathFlags FMF, 126 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW, 130 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW, 134 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF, 138 Value *SimplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF, 142 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF, 149 Value *SimplifyFMAFMul(Value *LHS, Value *RHS, FastMathFlags FMF, 153 Value *SimplifyMulInst(Value *LHS, Value *RHS, const SimplifyQuery &Q); 156 Value *SimplifySDivInst(Value *LHS, Value *RHS, const SimplifyQuery &Q); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 33 T Value; member 34 EnumEntry(StringRef N, StringRef A, T V) : Name(N), AltName(A), Value(V) {} in EnumEntry() 35 EnumEntry(StringRef N, T V) : Name(N), AltName(N), Value(V) {} in EnumEntry() 43 HexNumber(char Value) : Value(static_cast<unsigned char>(Value)) {} in HexNumber() 44 HexNumber(signed char Value) : Value(static_cast<unsigned char>(Value)) {} in HexNumber() 45 HexNumber(signed short Value) : Value(static_cast<unsigned short>(Value)) {} in HexNumber() 46 HexNumber(signed int Value) : Value(static_cast<unsigned int>(Value)) {} in HexNumber() 47 HexNumber(signed long Value) : Value(static_cast<unsigned long>(Value)) {} in HexNumber() 48 HexNumber(signed long long Value) in HexNumber() 49 : Value(static_cast<unsigned long long>(Value)) {} in HexNumber() [all …]
|
/third_party/boost/boost/iterator/ |
D | iterator_archetypes.hpp | 35 template <class Value, class AccessCategory> 38 template <class Derived, class Value, class AccessCategory, class TraversalCategory> 119 template <class Value, class AccessCategory, class TraversalCategory> 128 , mpl::identity<writable_operator_brackets<Value> > 134 , readable_operator_brackets<Value> 145 template <class Derived,class Value> struct archetype; 152 template <class Derived, class Value, class TraversalCategory> 154 : traversal_archetype_impl<TraversalCategory>::template archetype<Derived,Value> 157 traversal_archetype_impl<TraversalCategory>::template archetype<Derived,Value> 170 template<class Derived, class Value> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 37 void signed_width(unsigned Width, uint64_t Value, std::string Description, in signed_width() argument 39 if (!isIntN(Width, Value)) { in signed_width() 56 void unsigned_width(unsigned Width, uint64_t Value, std::string Description, in unsigned_width() argument 58 if (!isUIntN(Width, Value)) { in unsigned_width() 75 void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() argument 79 unsigned_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustBranch() 82 AVR::fixups::adjustBranchTarget(Value); in adjustBranch() 86 void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustRelativeBranch() argument 90 signed_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustRelativeBranch() 92 Value -= 2; in adjustRelativeBranch() [all …]
|
/third_party/gn/src/gn/ |
D | operators.cc | 35 const Value* GetExistingValue() const; 46 Value* GetExistingMutableValueIfExists(const ParseNode* origin); 53 Value* SetValue(Value value, const ParseNode* set_node); 69 Value* list_; 105 Value* base = in Init() 132 if (!base->VerifyTypeIs(Value::LIST, err)) { in Init() 147 if (!base->VerifyTypeIs(Value::SCOPE, err)) { in Init() 158 const Value* ValueDestination::GetExistingValue() const { in GetExistingValue() 166 Value* ValueDestination::GetExistingMutableValueIfExists( in GetExistingMutableValueIfExists() 169 Value* value = scope_->GetMutableValue(name_token_->value(), in GetExistingMutableValueIfExists() [all …]
|
/third_party/gn/src/base/ |
D | values.cc | 30 static_cast<size_t>(Value::Type::LIST) + 1, 33 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node); 38 std::unique_ptr<Value> CopyListWithoutEmptyChildren(const Value& list) { in CopyListWithoutEmptyChildren() 39 Value copy(Value::Type::LIST); in CopyListWithoutEmptyChildren() 41 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(entry); in CopyListWithoutEmptyChildren() 46 : std::make_unique<Value>(std::move(copy)); in CopyListWithoutEmptyChildren() 53 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); in CopyDictionaryWithoutEmptyChildren() 63 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node) { in CopyWithoutEmptyChildren() 65 case Value::Type::LIST: in CopyWithoutEmptyChildren() 68 case Value::Type::DICTIONARY: in CopyWithoutEmptyChildren() [all …]
|