Home
last modified time | relevance | path

Searched defs:first_value (Results 1 – 10 of 10) sorted by relevance

/external/capstone/suite/cstest/include/
Dcapstone_test.h50 unsigned int first_value; member
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc1019 const int64_t first_value = Value(first); in Add() local
1046 const int64_t first_value = Value(first); in Subtract() local
1069 const int64_t first_value = Value(first); in Multiply() local
1097 const int64_t first_value = Value(first); in Min() local
1117 const int64_t first_value = Value(first); in Max() local
/external/libgav1/libgav1/src/tile/bitstream/
Dpalette.cc289 int first_value = 0; in ReadPaletteTokens() local
/external/rust/crates/protobuf-codegen/src/
Denums.rs356 let first_value = &self.enum_with_scope.values()[0]; in write_impl_default() localVariable
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc847 Tensor first_value(DT_FLOAT, TensorShape({})); in TEST() local
920 Tensor first_value(DT_FLOAT, TensorShape({})); in TEST() local
1082 Tensor first_value(DT_FLOAT, TensorShape({})); in TEST() local
1548 Tensor first_value(DT_FLOAT, TensorShape({})); in TEST() local
1604 Tensor first_value(DT_FLOAT, TensorShape({})); in TEST() local
2208 Tensor first_value(DT_FLOAT, TensorShape({})); in TEST() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.cpp1889 const glw::GLint first_value = point * n_components_per_point + 1; in verifyResult() local
2209 const glw::GLint first_value = 1; in verifyResult() local
2517 const glw::GLint first_value = m_textures[0].data; in verifyResult() local
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp447 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
476 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
509 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
549 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
/external/mesa3d/src/compiler/glsl/
Dloop_analysis.cpp127 ir_rvalue *first_value = from; in calculate_iterations() local
/external/skia/src/utils/
DSkJSON.cpp876 bool first_value = true; in Write() local
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.cc840 uint64_t first_value; in Decode() local