Home
last modified time | relevance | path

Searched refs:delta_value (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/gxvalid/
Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp564 int64_t delta_value = delta_constant->FoldToSingleValue(); in StrongSIVTest() local
570 ToString(delta_value) + in StrongSIVTest()
573 if (delta_value % coefficient_value != 0) { in StrongSIVTest()
582 distance = delta_value / coefficient_value; in StrongSIVTest()
717 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
720 if (delta_value % coefficient_value != 0) { in WeakZeroSourceSIVTest()
729 distance = delta_value / coefficient_value; in WeakZeroSourceSIVTest()
734 ToString(delta_value) + in WeakZeroSourceSIVTest()
870 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp564 int64_t delta_value = delta_constant->FoldToSingleValue(); in StrongSIVTest() local
570 ToString(delta_value) + in StrongSIVTest()
573 if (delta_value % coefficient_value != 0) { in StrongSIVTest()
582 distance = delta_value / coefficient_value; in StrongSIVTest()
717 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
720 if (delta_value % coefficient_value != 0) { in WeakZeroSourceSIVTest()
729 distance = delta_value / coefficient_value; in WeakZeroSourceSIVTest()
734 ToString(delta_value) + in WeakZeroSourceSIVTest()
870 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Drange.cc122 const T delta_value = *GetTensorData<T>(delta); in EvalImpl() local
128 value += delta_value; in EvalImpl()