avs_is_float      531 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_float(AVS_Value v) { return v.type == 'f' || v.type == 'i'; }
avs_is_float      481 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_float(AVS_Value v) { return v.type == 'f' || v.type == 'i'; }