Home
last modified time | relevance | path

Searched defs:value (Results 1276 - 1300 of 10198) sorted by relevance

1...<<51525354555657585960>>...408

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h36 static const bool value = false; member
42 static const bool value = true; member
46 static const bool value = HasPointerLikeTypeTraits<T>::value; member
50 static const bool value = true; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadicDetails.h58 static bool const value = member in llvm::detail::has_FormatProvider
H A DSwapByteOrder.h30 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() argument
44 inline uint32_t SwapByteOrder_32(uint32_t value) { in SwapByteOrder_32() argument
60 SwapByteOrder_64(uint64_t value) SwapByteOrder_64() argument
[all...]
H A Dtype_traits.h39 static const bool value = std::is_trivially_copyable<T>::value; member
55 static const bool value = isPodLike<T>::value && isPodLike<U>::value; member
69 static const bool value member in llvm::is_integral_or_enum
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt.c19 uint32_t __Sz_fptoui_f32_i32(float value) { return (uint32_t)value; } in __Sz_fptoui_f32_i32() argument
21 uint32_t __Sz_fptoui_f64_i32(double value) { return (uint32_t)value; } in __Sz_fptoui_f64_i32() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DChrono.cpp18 const char llvm::detail::unit<std::ratio<3600>>::value[] = "h"; member in llvm::llvm::detail::unit
19 const char llvm::detail::unit<std::ratio<60>>::value[] = "m"; member in llvm::llvm::detail::unit
20 const char llvm::detail::unit<std::ratio<1>>::value[] = "s"; member in llvm::llvm::detail::unit
21 const char llvm::detail::unit<std::milli>::value[] = "ms"; member in llvm::llvm::detail::unit
22 const char llvm::detail::unit<std::micro>::value[] = "us"; member in llvm::llvm::detail::unit
23 const char llvm::detail::unit<std::nano>::value[] = "ns"; member in llvm::llvm::detail::unit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.h46 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument
/third_party/skia/third_party/externals/tint/src/
H A Dsymbol.h80 uint32_t value() const { return val_; } in value() function in tint::Symbol
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvectorize_scalar_matrix_constructors_test.cc49 auto value = std::to_string(c * rows + r) + ".0"; in TEST_P() local
/third_party/skia/third_party/externals/tint/src/utils/
H A Dhash.h36 static constexpr inline uint32_t value() { return 0x7f4a7c16; } in value() function
43 static constexpr inline uint64_t value() { return 0x9e3779b97f4a7c16; } in value() function
50 void HashCombine(size_t* hash, const T& value) { in HashCombine() argument
66 void HashCombine(size_t* hash, const T& value, const ARGS&... args) { in HashCombine() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_constructor_expression_test.cc328 auto* value = vec2<f32>(2.0f, 2.0f); in TEST_F() local
438 auto* value = vec3<f32>(2.0f, 2.0f, 2.0f); in TEST_F() local
640 auto* value = vec4<f32>(2.0f, 2.0f, 2.0f, 2.0f); in TEST_F() local
/third_party/skia/third_party/externals/icu/scripts/
H A Dmake_data_assembly.py83 value = '0' variable
86 value = '0x0' + split[i] variable
88 value = split[i] variable
90 value = '0x0' + split[i] variable
92 value = '0x' + split[i] variable
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstrmap.h45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Derrorcode.h104 void set(UErrorCode value) { errorCode=value; } in set() argument
/third_party/toybox/toys/pending/
H A Dgetfattr.c72 char *value = NULL; in do_getfattr() local
/third_party/vixl/examples/aarch64/
H A Dcheck-bounds.cc64 run_function(Simulator* simulator, Instruction* function, uint64_t value, uint64_t low, uint64_t high) run_function() argument
H A Dsimulated-runtime-calls.cc45 float int32_to_float(int32_t value) { in int32_to_float() argument
50 int32_t float_to_int32(float value) { in float_to_int32() argument
55 void overload_function(float value) { in overload_function() argument
59 void overload_function(int32_t value) { in overload_function() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmappedTypesArraysTuples.js
H A DnoUncheckedIndexAccess.js43 var value = Meat[0]; variable
H A DgenericContextualTypes1.js
H A DvarianceAnnotations.js
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DQueueWriteBufferValidationTests.cpp81 uint16_t value = 123; in TEST_F() local
89 uint32_t value = 0x01020304; in TEST_F() local
98 uint32_t value = 0; in TEST_F() local
112 uint32_t value in TEST_F() local
124 uint32_t value = 0; TEST_F() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.h80 const EnumValueDescriptor* value; member
H A Djava_enum_lite.cc60 const EnumValueDescriptor* value = descriptor_->value(i); in EnumLiteGenerator() local
[all...]
H A Djava_enum_lite.h80 const EnumValueDescriptor* value; member

Completed in 16 milliseconds

1...<<51525354555657585960>>...408