HomeSort by relevance Sort by last modified time
    Searched defs:float_value (Results 1 - 21 of 21) sorted by null

  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
window_util.cc 44 float float_value = 0.5 - (0.5 * cos(arg * (i + 0.5))); local
47 floor(float_value * (1 << kFrontendWindowBits) + 0.5);
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
window_util.c 43 float float_value = 0.5 - (0.5 * cos(arg * (i + 0.5))); local
46 floor(float_value * (1 << kFrontendWindowBits) + 0.5);
  /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/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/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...]
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp 605 glw::GLfloat float_value = 0.0f; local
1058 float float_value = 0; local
    [all...]
es31cTextureStorageMultisampleDependenciesTests.cpp 2248 const glw::GLfloat float_value = (glw::GLfloat)value; local
    [all...]
  /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/python/apitools/apitools/base/protorpclite/
test_util.py 292 float_value = messages.FloatField(2, variant=messages.Variant.FLOAT) variable in class:OptionalMessage
313 float_value = messages.FloatField(2, variable in class:RepeatedMessage
375 float_value: -2.5
388 float_value: [-2.5, 0.5]
476 message.float_value = -2.5
491 message.float_value = [-2.5, 0.5]
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 393 float float_value = 0.0; local
395 &float_value)) {
400 debug_node->AddAttr<float>(attr.name(), float_value);
  /external/ImageMagick/MagickCore/
quantum-private.h 290 float_value; member in union:__anon14507
299 *pixel=quantum.float_value;
306 *pixel=quantum.float_value;
blob.c 4003 float_value; member in union:__anon14413
5819 float_value; member in union:__anon14420
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 394 string float_value = SimpleFtoa(value); local
398 if (float_value.find_first_of(".eE") != string::npos) {
399 float_value.push_back('f');
401 return float_value;
  /external/ImageMagick/coders/
cin.c 374 float_value;
378 quantum.float_value=value;
369 float_value; member in union:__anon14544
    [all...]
dpx.c 566 float_value;
570 quantum.float_value=(float) value;
560 float_value; member in union:__anon14551
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 470 float float_value; member in union:google::protobuf::internal::ExtensionSet::Extension::__anon36271
    [all...]
  /external/v8/src/builtins/
builtins-typed-array-gen.cc 550 TNode<Float64T> float_value = LoadHeapNumberValue(CAST(byte_length)); local
553 is_valid = Float64LessThanOrEqual(float_value, max_byte_length_double);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp 1712 glw::GLfloat float_value = 0.0f; local
    [all...]
gl4cShadingLanguage420PackTests.cpp 15428 static const GLfloat float_value = 0.125; local
15475 static const GLfloat float_value = 0.125f; local
    [all...]
  /external/v8/src/compiler/
effect-control-linearizer.cc 4122 Node* float_value = __ ChangeInt32ToFloat64(int_value); local
4124 index, float_value); local
4129 Node* float_value = local
4132 index, float_value); local
4318 Node* float_value = __ ChangeInt32ToFloat64(value); local
4320 index, float_value); local
    [all...]
  /external/v8/src/
deoptimizer.cc 2407 Float32 TranslatedValue::float_value() const { function in class:v8::TranslatedValue
    [all...]

Completed in 996 milliseconds