Home
last modified time | relevance | path

Searched refs:double2int (Results 1 – 25 of 44) sorted by relevance

12

/dports/multimedia/gavl/gavl-1.4.0/gavl/libsamplerate/
H A Dfloat_cast.h86 #define lrint double2int
98 static inline long double2int (double in) in double2int() function
171 #define lrint double2int
186 double2int (register double in) in double2int() function
207 #define lrint double2int
226 double2int (register double in) in double2int() function
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/ADM_libsamplerate/
H A Dfloat_cast.h86 #define lrint double2int
98 static inline long double2int (double in) in double2int() function
197 #define lrint double2int
212 double2int (register double in) in double2int() function
233 #define lrint double2int
252 double2int (register double in) in double2int() function
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/ADM_libsamplerate/
H A Dfloat_cast.h86 #define lrint double2int
98 static inline long double2int (double in) in double2int() function
197 #define lrint double2int
212 double2int (register double in) in double2int() function
233 #define lrint double2int
252 double2int (register double in) in double2int() function
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/ADM_libsamplerate/
H A Dfloat_cast.h86 #define lrint double2int
98 static inline long double2int (double in) in double2int() function
197 #define lrint double2int
212 double2int (register double in) in double2int() function
233 #define lrint double2int
252 double2int (register double in) in double2int() function
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/ADM_libsamplerate/
H A Dfloat_cast.h86 #define lrint double2int
98 static inline long double2int (double in) in double2int() function
197 #define lrint double2int
212 double2int (register double in) in double2int() function
233 #define lrint double2int
252 double2int (register double in) in double2int() function
/dports/multimedia/gavl/gavl-1.4.0/include/
H A Dfloat_cast.h120 #define lrint double2int
135 double2int (register double in) in double2int() function
156 #define lrint double2int
175 double2int (register double in) in double2int() function
/dports/multimedia/gmerlin/gmerlin-1.2.0/include/
H A Dfloat_cast.h120 #define lrint double2int
135 double2int (register double in) in double2int() function
156 #define lrint double2int
175 double2int (register double in) in double2int() function
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsbsms/src/
H A Dreal.h125 #define lrint double2int
140 double2int (register double in) in double2int() function
161 #define lrint double2int
180 double2int (register double in) in double2int() function
/dports/games/0verkill/0verkill-0.16/
H A Ddata.c471 for (x=double2int(old_x)+1;x<=round_up(new_x);x++) /* go to the right */ in can_go_x()
479 for (x=round_up(old_x)-1;x>=double2int(new_x);x--) /* go to the left */ in can_go_x()
501 for (y=double2int(old_y)+1;y<=round_up(new_y);y++) /* go down */ in can_go_y()
510 for (y=round_up(old_y)-1;y>=double2int(new_y);y--) /* go up */ in can_go_y()
575 …obj->x=sub_int(can_go_x(add_int(obj->x,width-1),add_int(new_x,width-1),double2int(obj->y),round_up… in update_position()
577 obj->x=can_go_x(obj->x,new_x,double2int(obj->y),round_up(obj->y)+height-1,fx); in update_position()
580 …obj->y=sub_int(can_go_y(add_int(obj->y,height-1),add_int(new_y,height-1),double2int(obj->x),round_… in update_position()
582 obj->y=can_go_y(obj->y,new_y,double2int(obj->x),round_up(obj->x)+width-1,fy,down_ladder); in update_position()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/
H A D2008-07-07-IntDoubleConvertions.ll19 define i32 @double2int(double %a) nounwind {
21 ; CHECK: double2int
/dports/graphics/R-cran-farver/farver/src/
H A Dencode.cpp16 inline int double2int(double d) { in double2int() function
20 inline int double2int(double d) { in double2int() function
117 num = double2int(rgb.r); in encode_impl()
122 num = double2int(rgb.g); in encode_impl()
127 num = double2int(rgb.b); in encode_impl()
140 num = double2int(alpha_d[i]); in encode_impl()
238 num = double2int(alpha_d[i]); in encode_impl()
263 num = cap0255(double2int(r)) * 2; in encode_impl()
267 num = cap0255(double2int(g)) * 2; in encode_impl()
271 num = cap0255(double2int(b)) * 2; in encode_impl()
[all …]

12