Home
last modified time | relevance | path

Searched +defs:val +defs:variable (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dprimitives.hpp131 plain_t val; member
137 val(T v) in val() function
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() argument
215 eval(TupleT const& /*args*/) const in eval()
220 T& var;
/aosp_15_r20/external/cronet/base/task/
H A Dbind_post_task_unittest.cc19 void SetBool(bool* variable, bool value) { in SetBool()
23 void SetInt(int* variable, int value) { in SetInt()
27 void SetIntFromUniquePtr(int* variable, std::unique_ptr<int> value) { in SetIntFromUniquePtr()
64 bool val = false; in TEST_F() local
80 bool val = false; in TEST_F() local
89 int val = 0; in TEST_F() local
102 int val = 0; in TEST_F() local
190 bool val = false; in TEST_F() local
213 bool val = false; in TEST_F() local
228 int val = 0; in TEST_F() local
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dtriton_kernel_wrap.py786 def get_value(self, val): argument
792 def call_HOP(self, variable, grids, combined_args, tx): argument
798 def init_variable(self, variable, kernel, kernel_idx, grid): argument
853 def call_getitem(self, variable, args): argument
867 def call_run(self, variable, args, kwargs, tx): argument
882 def call_triton_kernel(self, variable, args, kwargs, tx): argument
978 def get_value(self, val): argument
993 def call_HOP(self, variable, grids, combined_args, tx): argument
996 def is_graphable(val): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dloss_scale_optimizer.py739 def iterations(self, variable): argument
763 def clipnorm(self, val): argument
771 def global_clipnorm(self, val): argument
779 def clipvalue(self, val): argument
785 def _restore_slot_variable(self, slot_name, variable, slot_variable): argument
789 def _create_or_restore_slot_variable(self, slot_variable_position, slot_name, argument
1086 def _create_or_restore_slot_variable(self, slot_variable_position, slot_name, argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_ray_tracing_reorder.cpp25 namespace val { namespace
33 auto variable = _.FindDef(hit_object_id); in ValidateHitObjectPointer() local
211 auto variable = _.FindDef(payload_id); in ValidateHitObjectInstructionCommonParameters() local
236 auto variable = _.FindDef(hit_object_attr_id); in ValidateHitObjectInstructionCommonParameters() local
387 auto variable = _.FindDef(hit_object_attr_id); in RayReorderNVPass() local
404 auto variable = _.FindDef(hit_object_attr_id); in RayReorderNVPass() local
H A Dvalidate_id.cpp27 namespace val { namespace
101 const Instruction* variable = _.FindDef(phi->word(i)); in CheckIdDefinitionDominateUse() local
H A Dvalidate_ray_query.cpp23 namespace val { namespace
30 auto variable = _.FindDef(ray_query_id); in ValidateRayQueryPointer() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_ray_tracing_reorder.cpp25 namespace val { namespace
33 auto variable = _.FindDef(hit_object_id); in ValidateHitObjectPointer() local
211 auto variable = _.FindDef(payload_id); in ValidateHitObjectInstructionCommonParameters() local
236 auto variable = _.FindDef(hit_object_attr_id); in ValidateHitObjectInstructionCommonParameters() local
387 auto variable = _.FindDef(hit_object_attr_id); in RayReorderNVPass() local
404 auto variable = _.FindDef(hit_object_attr_id); in RayReorderNVPass() local
Dvalidate_id.cpp27 namespace val { namespace
101 const Instruction* variable = _.FindDef(phi->word(i)); in CheckIdDefinitionDominateUse() local
Dvalidate_ray_query.cpp23 namespace val { namespace
30 auto variable = _.FindDef(ray_query_id); in ValidateRayQueryPointer() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_ray_tracing_reorder.cpp25 namespace val { namespace
33 auto variable = _.FindDef(hit_object_id); in ValidateHitObjectPointer() local
211 auto variable = _.FindDef(payload_id); in ValidateHitObjectInstructionCommonParameters() local
236 auto variable = _.FindDef(hit_object_attr_id); in ValidateHitObjectInstructionCommonParameters() local
387 auto variable = _.FindDef(hit_object_attr_id); in RayReorderNVPass() local
404 auto variable = _.FindDef(hit_object_attr_id); in RayReorderNVPass() local
H A Dvalidate_id.cpp27 namespace val { namespace
101 const Instruction* variable = _.FindDef(phi->word(i)); in CheckIdDefinitionDominateUse() local
H A Dvalidate_ray_query.cpp23 namespace val { namespace
30 auto variable = _.FindDef(ray_query_id); in ValidateRayQueryPointer() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/optimizer_v2/
H A Doptimizer_v2.py427 def clipnorm(self, val): argument
437 def global_clipnorm(self, val): argument
452 def clipvalue(self, val): argument
998 def iterations(self, variable): argument
1330 def _restore_slot_variable(self, slot_name, variable, slot_variable): argument
1342 def _create_or_restore_slot_variable( argument
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/writer/
H A DJavaWriterVisitorTest.java537 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in writeVariableExpr_basic() local
553 Variable variable = Variable.builder().setName("x").setType(wildcardListType).build(); in writeVariableExpr_wildcardType() local
573 Variable variable = Variable.builder().setName("x").setType(wildcardListType).build(); in writeVariableExpr_wildcardTypeWithUpperBound() local
596 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in writeVariableExpr_nonDeclIgnoresModifiers() local
611 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in writeVariableExpr_basicLocalDecl() local
620 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in writeVariableExpr_localFinalDecl() local
631 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in writeVariableExpr_scopedDecl() local
645 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in writeVariableExpr_scopedStaticFinalDecl() local
661 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in writeVariableExpr_scopedStaticFinalVolatileDecl() local
678 Variable variable = Variable.builder().setName("x").setType(TypeNode.STRING_ARRAY).build(); in writeVariableExpr_basicReference() local
[all …]
/aosp_15_r20/system/tools/aidl/
Daidl_to_cpp_common.cpp527 for (const auto& variable : defined_type.GetFields()) { in AlignmentOfDefinedType() local
570 size_t AlignTo(size_t val, size_t align) { in AlignTo()
582 for (const auto& variable : union_decl->GetFields()) { in SizeOfDefinedType() local
600 for (const auto& variable : defined_type.GetFields()) { in SizeOfDefinedType() local
814 for (const auto& variable : decl.GetFields()) { in ReadFromParcel() local
856 for (const auto& variable : decl.GetFields()) { in WriteToParcel() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmemory_optimizer_test.cc247 AttrValue& val = in TEST_F() local
457 Output variable = ops::Variable(s.WithOpName("variable").WithDevice("/cpu:0"), in TEST_F() local
487 Output variable = ops::Variable(s.WithOpName("variable").WithDevice("/cpu:0"), in TEST_F() local
519 Output variable = ops::Variable(s.WithOpName("variable").WithDevice("/cpu:0"), in TEST_F() local
544 Output variable = ops::Variable(s.WithOpName("variable").WithDevice("/cpu:0"), in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Doptimizer.py887 def _from_current_graph(variable): argument
1187 def _get_or_make_slot(self, var, val, slot_name, op_name): argument
1262 def _restore_slot_variable(self, slot_name, variable, slot_variable): argument
1274 def _create_or_restore_slot_variable( argument
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Doperand.go30 variable // operand is an addressable variable const
63 val constant.Value member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Doperand.go26 variable // operand is an addressable variable const
59 val constant.Value member
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp132 std::shared_ptr<vk::dbg::Value> makeDbgValue(const T &val) in makeDbgValue()
166 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const rr::RValue<T> &val) in store()
173 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const T &val) in store()
188 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const std::array<T, N> &val) in store()
229 auto val = create(); in getOrCreate() local
257 if(auto val = locals->get(name)) in get() local
273 if(auto val = children->get(name)) in get() local
826 sw::SpirvShader::Object::ID variable; member
892 sw::SpirvShader::Object::ID variable; member
1180 const debug::LocalVariable *const variable; member
[all …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DAnonymousClassExprTest.java149 Variable variable = createVariable("s", TypeNode.STRING); in invalidAnonymousClass_staticVariableExpr() local
166 Value val = PrimitiveValue.builder().setType(type).setValue(value).build(); in createAssignmentExpr() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.cpp656 const TVariable* variable = nullptr; in handleVariable() local
1119 void HlslParseContext::split(const TVariable& variable) in split()
1167 void HlslParseContext::flatten(const TVariable& variable, bool linkage, bool arrayed) in flatten()
1220 int HlslParseContext::flatten(const TVariable& variable, const TType& type, in flatten()
1239 int HlslParseContext::addFlattenedMember(const TVariable& variable, const TType& type, TFlattenData… in addFlattenedMember()
1285 int HlslParseContext::flattenStruct(const TVariable& variable, const TType& type, in flattenStruct()
1321 int HlslParseContext::flattenArray(const TVariable& variable, const TType& type, in flattenArray()
1542 void HlslParseContext::assignToInterface(TVariable& variable) in assignToInterface()
1544 const auto assignLocation = [&](TVariable& variable) { in assignToInterface()
1630 TVariable *variable = makeInternalVariable(counterBlockName, counterType); in addStructBufferHiddenCounterParam() local
[all …]
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp658 const TVariable* variable = nullptr; in handleVariable() local
1124 void HlslParseContext::split(const TVariable& variable) in split()
1172 void HlslParseContext::flatten(const TVariable& variable, bool linkage, bool arrayed) in flatten()
1225 int HlslParseContext::flatten(const TVariable& variable, const TType& type, in flatten()
1244 int HlslParseContext::addFlattenedMember(const TVariable& variable, const TType& type, TFlattenData… in addFlattenedMember()
1290 int HlslParseContext::flattenStruct(const TVariable& variable, const TType& type, in flattenStruct()
1326 int HlslParseContext::flattenArray(const TVariable& variable, const TType& type, in flattenArray()
1547 void HlslParseContext::assignToInterface(TVariable& variable) in assignToInterface()
1549 const auto assignLocation = [&](TVariable& variable) { in assignToInterface()
1635 TVariable *variable = makeInternalVariable(counterBlockName, counterType); in addStructBufferHiddenCounterParam() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmorton_msb_radix_bitonic_sort.h38 void kernel debug_print_kernel(uint variable) in debug_print_kernel()
66 inline uint wg_scan_inclusive_add_opt(local uint* tmp, uint val, uint SG_SIZE, uint WG_SIZE) in wg_scan_inclusive_add_opt()
848 ulong val; in sort_morton_codes_msb_bin_items() local
876 ulong val = *key_start; in sort_morton_codes_msb_bin_items() local

12345678910>>...29