Searched refs:floating_pt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h462 float floating_pt; member in union:AVS_Value::__anon3037
503 { return avs_is_int(v) ? v.d.integer : v.d.floating_pt; }
522 { AVS_Value v; v.type = 'f'; v.d.floating_pt = v0; return v;}
H A Davisynth_c.h512 float floating_pt; member in union:AVS_Value::__anon3025
546 { return avs_is_int(v) ? v.d.integer : v.d.floating_pt; }
565 { AVS_Value v; v.type = 'f'; v.d.floating_pt = v0; return v;}

Completed in 56 milliseconds