Home
last modified time | relevance | path

Searched refs:FP_TO_INT (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/lib/
H A Didiv32.S31 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b macro
36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b macro
77 FP_TO_INT(f6, f6) // q = trunc(q2)
H A Didiv64.S30 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b macro
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b macro
74 FP_TO_INT(f11, f11) // q = trunc(q3)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/lib/
H A Didiv64.S30 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b macro
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b macro
74 FP_TO_INT(f11, f11) // q = trunc(q3)
H A Didiv32.S31 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b macro
36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b macro
77 FP_TO_INT(f6, f6) // q = trunc(q2)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/lib/
H A Didiv32.S31 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b macro
36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b macro
77 FP_TO_INT(f6, f6) // q = trunc(q2)
H A Didiv64.S30 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b macro
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b macro
74 FP_TO_INT(f11, f11) // q = trunc(q3)
/dports/audio/hexter/hexter-1.0.3/src/
H A Ddx7_voice.h47 #define FP_TO_INT(x) ((x) >> FP_SHIFT) macro
62 #define FP_TO_INT(x) (lrintf(x)) macro
H A Ddx7_voice_render.c52 index = FP_TO_INT(eg_value); in dx7_op_calculate_operator()
97 index = FP_TO_INT(eg_value); in dx7_op_calculate_operator_saving_feedback()
239 (FP_TO_INT(voice->op[i].eg.value) == 0)) in dx7_voice_check_for_dead()
H A Ddx7_voice.c255 int current_level = FP_TO_INT(eg->value); in dx7_op_eg_set_increment()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dfz_filler.h197 #define TEXTURE_PIXEL texture_ptr[(FP_TO_INT(v)&(TEXTURE_SIZE - 1)) + \ in NAME()
198 (FP_TO_INT(u)&(TEXTURE_SIZE - 1))*TEXTURE_SIZE] in NAME()
H A Dfzort.c169 #define FP_TO_INT(f) ((f) >> FP_SHIFT) macro