Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 2467556) sorted by last modified time

12345678910>>...98703

/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dcodebook.c288 static ogg_uint32_t bitreverse(ogg_uint32_t x){ in bitreverse() argument
289 x= ((x>>16)&0x0000ffff) | ((x<<16)&0xffff0000); in bitreverse()
290 x= ((x>> 8)&0x00ff00ff) | ((x<< 8)&0xff00ff00); in bitreverse()
291 x= ((x>> 4)&0x0f0f0f0f) | ((x<< 4)&0xf0f0f0f0); in bitreverse()
292 x= ((x>> 2)&0x33333333) | ((x<< 2)&0xcccccccc); in bitreverse()
293 return((x>> 1)&0x55555555) | ((x<< 1)&0xaaaaaaaa); in bitreverse()
H A Dos.h41 # define rint(x) (floor((x)+0.5f)) argument
50 # define rint(x) (floor((x)+0.5f)) argument
75 # define min(x,y) ((x)>(y)?(y):(x)) argument
79 # define max(x,y) ((x)<(y)?(y):(x)) argument
H A Dpsy.c564 float w, x, y; in bark_noise_hybridmp() local
583 for (i = 1, x = 1.f; i < n; i++, x += 1.f) { in bark_noise_hybridmp()
591 tX += w * x; in bark_noise_hybridmp()
592 tXX += w * x * x; in bark_noise_hybridmp()
594 tXY += w * x * y; in bark_noise_hybridmp()
603 for (i = 0, x = 0.f;; i++, x += 1.f) { in bark_noise_hybridmp()
618 R = (A + x * B) / D; in bark_noise_hybridmp()
640 R = (A + x * B) / D; in bark_noise_hybridmp()
647 R = (A + x * B) / D; in bark_noise_hybridmp()
655 for (i = 0, x = 0.f;; i++, x += 1.f) { in bark_noise_hybridmp()
[all …]
H A Dsharedbook.c299 static ogg_uint32_t bitreverse(ogg_uint32_t x){ in bitreverse() argument
300 x= ((x>>16)&0x0000ffffUL) | ((x<<16)&0xffff0000UL); in bitreverse()
301 x= ((x>> 8)&0x00ff00ffUL) | ((x<< 8)&0xff00ff00UL); in bitreverse()
302 x= ((x>> 4)&0x0f0f0f0fUL) | ((x<< 4)&0xf0f0f0f0UL); in bitreverse()
303 x= ((x>> 2)&0x33333333UL) | ((x<< 2)&0xccccccccUL); in bitreverse()
304 return((x>> 1)&0x55555555UL) | ((x<< 1)&0xaaaaaaaaUL); in bitreverse()
H A DMakefile.in561 for f in x $$MAKEFLAGS; do \
586 for f in x $$MAKEFLAGS; do \
635 set x; \
H A Dfloor1.c259 if(x>lx && x<currentx){ in floor1_look()
263 if(x<hx && x>currentx){ in floor1_look()
371 int x=x0; in render_line() local
379 if(x<n) in render_line()
400 int x=x0; in render_line0() local
408 if(x<n) in render_line0()
409 d[x]=y; in render_line0()
419 d[x]=y; in render_line0()
542 int x=x0; in inspect_error() local
554 if(mdct[x]+info->twofitatten>=mask[x]){ in inspect_error()
[all …]
H A Dmdct.h37 #define FLOAT_CONV(x) ((int)((x)*(1<<TRIGBITS)+.5)) argument
38 #define MULT_NORM(x) ((x)>>TRIGBITS) argument
39 #define HALVE(x) ((x)>>1) argument
49 #define FLOAT_CONV(x) (x) argument
50 #define MULT_NORM(x) (x) argument
51 #define HALVE(x) ((x)*.5f) argument
H A Dmisc.h46 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) argument
47 #define _ogg_calloc(x,y) _VDBG_malloc(NULL,(x)*(y),__FILE__,__LINE__) argument
48 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) argument
49 #define _ogg_free(x) _VDBG_free((x),__FILE__,__LINE__) argument
H A Dmdct.c122 x[8] += x[0]; in mdct_butterfly_16()
123 x[9] += x[1]; in mdct_butterfly_16()
129 x[10] += x[2]; in mdct_butterfly_16()
130 x[11] += x[3]; in mdct_butterfly_16()
136 x[12] += x[4]; in mdct_butterfly_16()
137 x[13] += x[5]; in mdct_butterfly_16()
143 x[14] += x[6]; in mdct_butterfly_16()
144 x[15] += x[7]; in mdct_butterfly_16()
178 x[24] += x[8]; in mdct_butterfly_32()
179 x[25] += x[9]; in mdct_butterfly_32()
[all …]
H A Dscales.h33 static inline float unitnorm(float x){ in unitnorm() argument
38 ix.f = x; in unitnorm()
44 static inline float todB(const float *x){ in todB() argument
49 ix.f = *x; in todB()
54 #define todB_nn(x) todB(x) argument
58 static float unitnorm(float x){ in unitnorm() argument
59 if(x<0)return(-1.f); in unitnorm()
63 #define todB(x) (*(x)==0?-400.f:log(*(x)**(x))*4.34294480f) argument
64 #define todB_nn(x) (*(x)==0.f?-400.f:log(*(x))*8.6858896f) argument
68 #define fromdB(x) (exp((x)*.11512925f)) argument
H A Dvorbisenc.c193 const int *x){ in vorbis_encode_floor_setup() argument
198 memcpy(f,in+x[is],sizeof(*f)); in vorbis_encode_floor_setup()
217 ci->book_param[ci->books++]=(static_codebook *)books[x[is]][i]; in vorbis_encode_floor_setup()
230 const double *x){ in vorbis_encode_global_psych_setup() argument
236 memcpy(g,in+(int)x[is],sizeof(*g)); in vorbis_encode_global_psych_setup()
238 ds=x[is]*(1.-ds)+x[is+1]*ds; in vorbis_encode_global_psych_setup()
361 const double *x){ in vorbis_encode_compand_setup() argument
367 ds=x[is]*(1.-ds)+x[is+1]*ds; in vorbis_encode_compand_setup()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/books/
H A DMakefile.in304 for f in x $$MAKEFLAGS; do \
329 for f in x $$MAKEFLAGS; do \
378 set x; \
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/xwrap/
H A Dgetters.rs169 xyhw.x = Some(size.x); in get_hint_sizing_as_xyhw()
381 x if x == &self.atoms.NetWMStateModal => WindowState::Modal, in get_window_states()
382 x if x == &self.atoms.NetWMStateSticky => WindowState::Sticky, in get_window_states()
385 x if x == &self.atoms.NetWMStateShaded => WindowState::Shaded, in get_window_states()
388 x if x == &self.atoms.NetWMStateHidden => WindowState::Hidden, in get_window_states()
390 x if x == &self.atoms.NetWMStateAbove => WindowState::Above, in get_window_states()
391 x if x == &self.atoms.NetWMStateBelow => WindowState::Below, in get_window_states()
460 x if x == Some(self.atoms.NetWMWindowTypeDock) => WindowType::Dock, in get_window_type()
462 x if x == Some(self.atoms.NetWMWindowTypeMenu) => WindowType::Menu, in get_window_type()
464 x if x == Some(self.atoms.NetWMWindowTypeSplash) => WindowType::Splash, in get_window_type()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/
H A Dmeta-input-settings-x11.c666 gint *x, in device_query_area() argument
694 *x = valuator->min; in device_query_area()
725 gint32 x, y, width, height, area[4] = { 0 }; in meta_input_settings_x11_set_tablet_area() local
727 if (!device_query_area (device, &x, &y, &width, &height)) in meta_input_settings_x11_set_tablet_area()
730 area[0] = (width * padding_left) + x; in meta_input_settings_x11_set_tablet_area()
732 area[2] = width - (width * padding_right) + x; in meta_input_settings_x11_set_tablet_area()
H A Dmeta-seat-x11.c57 double x; member
885 double x, in emulate_motion() argument
914 float x,y; in translate_raw_event() local
1195 retval[axis] = x; in translate_axes()
1509 x, y); in meta_seat_x11_warp_pointer()
1601 coords->x = touch_info->x; in meta_seat_x11_query_state()
1609 coords->x = win_x; in meta_seat_x11_query_state()
1637 touch_info->x = x; in meta_seat_x11_update_touchpoint()
2187 event->motion.x, in meta_seat_x11_translate_event()
2261 event->touch.x, in meta_seat_x11_translate_event()
[all …]
/dports/x11-wm/mutter/mutter-41.1/
H A Dmeson.build10 # starting with 0 in 3.23.x
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-stage-view.c272 -view_layout.x, in paint_transformed_framebuffer()
282 coordinates[i * 8 + 0] = (float) dst_rect.x * view_scale; in paint_transformed_framebuffer()
499 if (memcmp (prev_data + y * stride + tile->x * bpp, in is_tile_dirty()
500 current_data + y * stride + tile->x * bpp, in is_tile_dirty()
569 tile_x_min = damage_extents.x / tile_size; in find_damaged_tiles()
583 .x = tile_x * tile_size, in find_damaged_tiles()
747 rect.x, rect.y, in copy_shadowfb_to_onscreen()
748 rect.x, rect.y, in copy_shadowfb_to_onscreen()
850 rect->origin.x, in set_framebuffer_viewport()
858 float x, in clutter_stage_view_set_viewport() argument
[all …]
/dports/x11-wm/bbkeys/bbkeys-0.9.1/
H A DMakefile.in273 for f in x $$MAKEFLAGS; do \
298 for f in x $$MAKEFLAGS; do \
527 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dsteamcompmgr.cpp680 queryPositions(x, y, winX, winY); in queryGlobalPosition()
763 m_scaledFocusBarriers[3] = barricade(window->a.x, root_height, window->a.x, 0); in constrainPosition()
777 if (m_x == x && m_y == y) { in move()
780 m_x = x; in move()
810 int x,y; in updatePosition() local
811 queryGlobalPosition(x, y); in updatePosition()
812 move(x, y); in updatePosition()
816 int MouseCursor::x() const in x() function in MouseCursor
1518 if (w->a.x != 0 || w->a.y != 0) in determine_and_apply_focus()
1939 w->a.x = ce->x; in configure_win()
[all …]
H A Dsdlwindow.cpp149 wlserver_mousewheel( -event.wheel.x, -event.wheel.y, event.wheel.timestamp ); in inputSDLThreadRun()
/dports/x11-wm/echinus/echinus-0.4.9/
H A Dewmh.c204 #define MWM_DECOR_ALL(x) ((x) & (1L << 0)) in mwm_process_atom() argument
205 #define MWM_DECOR_TITLE(x) ((x) & (1L << 3)) in mwm_process_atom() argument
206 #define MWM_DECOR_BORDER(x) ((x) & (1L << 1)) in mwm_process_atom() argument
207 #define MWM_HINTS_DECOR(x) ((x) & (1L << 1)) in mwm_process_atom() argument
241 DPRINTF("%s: x%d y%d w%d h%d\n", c->name, c->x, c->y, c->w, c->h); in ewmh_process_state_atom()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/
H A DMakefile.in405 for f in x $$MAKEFLAGS; do \
430 for f in x $$MAKEFLAGS; do \
479 set x; \
688 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/colorfilter/
H A DMakefile.in399 set x; \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/include/
H A DMakefile.in318 set x; \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/expo/
H A DMakefile.in391 set x; \

12345678910>>...98703