Home
last modified time | relevance | path

Searched defs:scalar_value (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h444 auto scalar_value = FromNumber<int8_t>(*value); in WriteValueAt() local
449 auto scalar_value = FromNumber<int16_t>(*value); in WriteValueAt() local
454 auto scalar_value = FromNumber<int32_t>(*value); in WriteValueAt() local
459 int64_t scalar_value = BigInt::cast(*value).AsInt64(); in WriteValueAt() local
464 auto scalar_value = FromNumber<float>(*value); in WriteValueAt() local
469 auto scalar_value = FromNumber<double>(*value); in WriteValueAt() local
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/python/google/protobuf/internal/
Dfactory_test1.proto53 optional int32 scalar_value = 4; field
Dfactory_test2.proto61 optional string scalar_value = 10; field
/third_party/protobuf/python/google/protobuf/internal/
Dfactory_test1.proto54 optional int32 scalar_value = 4; field
Dfactory_test2.proto62 optional string scalar_value = 10; field
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_load_store_bitsize.c209 nir_ssa_def *scalar_value = in lower_store_bitsize() local
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc907 int scalar_value = 123; in TEST() local
922 auto scalar_value = []() -> int { return 123; }; in TEST() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c506 LLVMValueRef scalar_value[NIR_MAX_VEC_COMPONENTS]; in enter_waterfall() local