/third_party/icu/tools/unicode/c/genprops/ |
D | pnames_data.h | 12 static const Value VALUES_binprop[2] = { 13 Value(0, "N No F False"), 14 Value(1, "Y Yes T True"), 17 static const Value VALUES_bc[23] = { 18 Value(U_LEFT_TO_RIGHT, "L Left_To_Right"), 19 Value(U_RIGHT_TO_LEFT, "R Right_To_Left"), 20 Value(U_EUROPEAN_NUMBER, "EN European_Number"), 21 Value(U_EUROPEAN_NUMBER_SEPARATOR, "ES European_Separator"), 22 Value(U_EUROPEAN_NUMBER_TERMINATOR, "ET European_Terminator"), 23 Value(U_ARABIC_NUMBER, "AN Arabic_Number"), [all …]
|
/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 …]
|
/third_party/boost/boost/numeric/odeint/stepper/detail/ |
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 …]
|
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 …]
|
/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/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.h | 85 Value* VIMMED1(uint64_t i); 86 Value* VIMMED1_16(uint64_t i); 88 Value* VIMMED1(int i); 89 Value* VIMMED1_16(int i); 91 Value* VIMMED1(uint32_t i); 92 Value* VIMMED1_16(uint32_t i); 94 Value* VIMMED1(float i); 95 Value* VIMMED1_16(float i); 97 Value* VIMMED1(bool i); 98 Value* VIMMED1_16(bool i); [all …]
|
D | builder_mem.h | 44 virtual Value* OFFSET_TO_NEXT_COMPONENT(Value* base, Constant* offset); 45 void AssertMemoryUsageParams(Value* ptr, MEM_CLIENT usage); 48 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, bool isReadOnly = true, const Twine&… 49 virtual Value* GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name = ""); 50 virtual Value* GEP(Value* ptr, const std::initializer_list<Value*>& indexList, Type* Ty = nullptr); 51 virtual Value* 52 GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty = nullptr); 54 Value* GEPA(Value* Ptr, ArrayRef<Value*> IdxList, const Twine& Name = ""); 55 Value* GEPA(Type* Ty, Value* Ptr, ArrayRef<Value*> IdxList, const Twine& Name = ""); 57 Value* IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*>& indexList); [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 …]
|
/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/gn/src/gn/ |
D | function_filter_unittest.cc | 13 Value values(nullptr, Value::LIST); in TEST() 14 values.list_value().push_back(Value(nullptr, "foo.cc")); in TEST() 15 values.list_value().push_back(Value(nullptr, "foo.h")); in TEST() 16 values.list_value().push_back(Value(nullptr, "foo.proto")); in TEST() 18 Value patterns(nullptr, Value::LIST); in TEST() 19 patterns.list_value().push_back(Value(nullptr, "*.proto")); in TEST() 22 std::vector<Value> args = {values, patterns}; in TEST() 25 Value result = in TEST() 28 ASSERT_EQ(result.type(), Value::LIST); in TEST() 30 EXPECT_EQ(result.list_value()[0].type(), Value::STRING); in TEST() [all …]
|
D | operators.cc | 33 const Value* GetExistingValue() const; 44 Value* GetExistingMutableValueIfExists(const ParseNode* origin); 47 Value* SetValue(Value value, const ParseNode* set_node); 63 Value* list_; 99 Value* base = in Init() 126 if (!base->VerifyTypeIs(Value::LIST, err)) { in Init() 141 if (!base->VerifyTypeIs(Value::SCOPE, err)) { in Init() 152 const Value* ValueDestination::GetExistingValue() const { in GetExistingValue() 160 Value* ValueDestination::GetExistingMutableValueIfExists( in GetExistingMutableValueIfExists() 163 Value* value = scope_->GetMutableValue(name_token_->value(), in GetExistingMutableValueIfExists() [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 __anonb57bb7770111::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/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 …]
|