Searched refs:delta_value (Results 1 – 4 of 4) sorted by relevance
77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local87 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()
564 int64_t delta_value = delta_constant->FoldToSingleValue(); in StrongSIVTest() local570 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() local720 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() local873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()[all …]
122 const T delta_value = *GetTensorData<T>(delta); in EvalImpl() local128 value += delta_value; in EvalImpl()