HomeSort by relevance Sort by last modified time
    Searched full:float_value (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
SQLite_Test.java 25 values.put("float_value", (float) 1.5);
32 assertThat(insertString.sql, equalTo("INSERT INTO table_name (float_value, byte_data, name, int_value) VALUES (?, ?, ?, ?);"));
39 assertThat(insertString.sql, equalTo("UPDATE table_name SET float_value=?, byte_data=?, name=?, int_value=? WHERE id='1234';"));
59 assertThat(columnValuesClause.sql, equalTo("(float_value, byte_data, name, int_value) VALUES (?, ?, ?, ?)"));
67 assertThat(columnAssignmentsClause.sql, equalTo("float_value=?, byte_data=?, name=?, int_value=?"));
H2Test.java 29 values.put("float_value", (float) 1.5);
36 assertThat(insertString.sql, equalTo("INSERT INTO table_name (float_value, byte_data, name, int_value) VALUES (?, ?, ?, ?);"));
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
custom_export_strategy_test.py 170 float_value: -1.0
200 float_value: 1740.0
212 float_value: 0.06
235 float_value: 1500.0
273 float_value: 0.08
285 float_value: 0.05
309 float_value: -0.4
321 float_value: 0.036
333 float_value: 1.8
custom_export_strategy.py 133 new_value.float_value = weight * tree_weight
138 new_value.float_value = weight * tree_weight
149 inequality_test.threshold.float_value = split.threshold
163 inequality_test.threshold.float_value = split.threshold
180 inequality_test.threshold.float_value = split.threshold
  /frameworks/base/cmds/statsd/src/
FieldValue.cpp 142 float_value = from.float_value;
159 return std::to_string(float_value) + "[F]";
176 return float_value == that.float_value;
192 return float_value != that.float_value;
209 return float_value < that.float_value;
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleGLCoverageTests.cpp 134 glw::GLfloat float_value = -1.0f; local
136 gl.getFloatv(pname, &float_value);
139 if (de::abs(float_value - float(int_value)) > epsilon)
141 m_testCtx.getLog() << tcu::TestLog::Message << "An invalid floating-point value [" << float_value << "]"
153 glw::GLfloat float_value = 1.0f; local
157 gl.getFloatv(GL_TEXTURE_BINDING_2D_MULTISAMPLE, &float_value);
163 if (bool_value != GL_FALSE || de::abs(float_value) > epsilon || int_value != 0)
171 float_value = 1.0f;
175 gl.getFloatv(GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES, &float_value);
182 if (bool_value != GL_FALSE || de::abs(float_value) > epsilon || int_value != 0
396 glw::GLfloat float_value = 0.0f; local
523 glw::GLfloat float_value = 1.0f; local
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
leaf_model_operators.cc 51 return leaf.vector().value(o).float_value();
64 val->set_float_value(val->float_value() + weight);
85 return it->second.float_value();
103 it->second.set_float_value(it->second.float_value() + weight);
143 return leaf.vector().value(o).float_value();
157 stat.regression().mean_output().value(i).float_value() /
leaf_model_operators_test.cc 43 " float_value: 27 "
46 " float_value: 282 "
49 " float_value: 10 "
54 " float_value: 245"
57 " float_value: 26564"
60 " float_value: 46"
decision_node_evaluator.cc 55 threshold_ = test.threshold().float_value();
79 threshold_ = test.threshold().float_value();
102 values_.push_back(val.float_value());
stat_utils.cc 58 stats.regression().mean_output().value(output).float_value() /
61 stats.regression().mean_output_squares().value(output).float_value() /
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 78 " double_value DOUBLE, float_value DOUBLE, string_value TEXT," +
94 "float_value", // index 5
117 mInsertHelper.bind(mInsertHelper.getColumnIndex("float_value"), 1.0f);
151 values.put("float_value", 21.1f);
180 " double_value DOUBLE, float_value DOUBLE, string_value TEXT," +
196 "float_value", // index 5
213 mInsertHelper.bind(mInsertHelper.getColumnIndex("float_value"), 1.0f);
261 values.put("float_value", 21.1f);
  /art/test/457-regs/
regs_jni.cc 139 JNIEnv*, jclass value ATTRIBUTE_UNUSED, jobject main, jint int_value, jfloat float_value) {
144 int32_t cast = bit_cast<int32_t, float>(float_value);
  /external/proguard/src/proguard/evaluation/value/
ValueFactory.java 36 static final FloatValue FLOAT_VALUE = new UnknownFloatValue();
109 return FLOAT_VALUE;
UnknownDoubleValue.java 49 return ValueFactory.FLOAT_VALUE;
UnknownIntegerValue.java 59 return ValueFactory.FLOAT_VALUE;
UnknownLongValue.java 44 return ValueFactory.FLOAT_VALUE;
  /external/protobuf/src/google/protobuf/util/internal/testdata/
default_value_test.proto 38 float float_value = 3;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteCursorTest.java 36 "float_value REAL, double_value DOUBLE, blob_value BINARY, clob_value CLOB );");
306 assertThat(cursor.isNull(cursor.getColumnIndex("float_value")), equalTo(true));
329 "INSERT INTO table_name (id, name, long_value, float_value, double_value) VALUES(1234, 'Chuck', 3463, 1.5, 3.14159);",
359 assertThat(columnNames[3], equalTo("float_value"));
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.proto 42 float float_value = 2;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 98 float float_value; local
129 float_value = constant->u.Immediate[swz];
130 ret = ieee_754_to_r300_float(float_value,
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
BasicInterpreter.java 66 return BasicValue.FLOAT_VALUE;
97 return BasicValue.FLOAT_VALUE;
109 return BasicValue.FLOAT_VALUE;
154 return BasicValue.FLOAT_VALUE;
261 return BasicValue.FLOAT_VALUE;
BasicVerifier.java 59 expected = BasicValue.FLOAT_VALUE;
127 expected = BasicValue.FLOAT_VALUE;
257 expected1 = BasicValue.FLOAT_VALUE;
258 expected2 = BasicValue.FLOAT_VALUE;
348 expected3 = BasicValue.FLOAT_VALUE;
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderProperties.cpp 79 glw::GLfloat float_value[4] = { 0.0f }; local
90 gl.getFloatv(pname, float_value);
121 if ((n_components >= 1 && de::abs(float_value[0] - (float)expected_value) > epsilon) ||
122 (n_components >= 2 && de::abs(float_value[1] - (float)expected_value) > epsilon) ||
123 (n_components >= 3 && de::abs(float_value[2] - (float)expected_value) > epsilon) ||
124 (n_components >= 4 && de::abs(float_value[3] - (float)expected_value) > epsilon))
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayGetterCalls.cpp 422 glw::GLfloat float_value = 0.0f; local
439 gl.getFloatv(GL_TEXTURE_BINDING_CUBE_MAP_ARRAY, &float_value);
442 if (de::abs(float_value - static_cast<float>(m_to_id)) > epsilon)
454 if (de::abs(float_value - static_cast<float>(m_to_id)) > epsilon)
512 glw::GLfloat float_value = 0.0f; local
536 pname, &float_value);
683 if ((should_use_equal_comparison && (de::abs(float_value - (expected_property_float_value)) > epsilon)) ||
684 (!should_use_equal_comparison && (expected_property_float_value < float_value)))
691 << float_value << "]"
  /external/protobuf/src/google/protobuf/util/
json_format_proto3.proto 58 float float_value = 6;
119 google.protobuf.FloatValue float_value = 6;

Completed in 488 milliseconds

1 2 3 4 5 6 7