Home
last modified time | relevance | path

Searched refs:MULDIV (Results 1 – 25 of 49) sorted by relevance

12

/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dtime.c238 #define MULDIV(X,MUL,DIV) ((((X % DIV) * (int64_t)MUL) / DIV) + ((X / DIV) * (int64_t)MUL)) macro
244 return MULDIV(samples, GAVL_TIME_SCALE, samplerate); in gavl_samples_to_time()
249 return MULDIV(time, samplerate, GAVL_TIME_SCALE); in gavl_time_to_samples()
254 return MULDIV(time, GAVL_TIME_SCALE, scale); in gavl_time_unscale()
259 return MULDIV(time, scale, GAVL_TIME_SCALE); in gavl_time_scale()
266 return MULDIV(time, scale2, scale1); in gavl_time_rescale()
/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/
H A Darch.h65 # define MULDIV muldiv macro
80 #ifndef MULDIV
81 # define MULDIV(a, b, c) (int)(((int64_t)(a) * (b) + (c >> 1)) / (c)) macro
H A Draster_hints.cc1097 MULDIV(f1, pp2->xnow - pp1->xnow, f2); in execOpcode()
1099 MULDIV(f1, pp2->ynow - pp1->ynow, f2); in execOpcode()
1653 dist = MULDIV(doldp1, dnew21, dold21) - dnewp1; in interpolate()
1680 pp->ynow = MULDIV(doldp1 + 1, dnew21, dold21) + p1->ynow; in iup0()
1706 pp->xnow = MULDIV(doldp1 + 1, dnew21, dold21) + p1->xnow; in iup1()
H A Draster_draw.cc68 p->x = x1 + MULDIV(ygoal - y1, x2, y2); in drawDots()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapiwin.h15 #define MULDIV(x,y,z) MulDiv(x,y,z) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapiwin.h15 #define MULDIV(x,y,z) MulDiv(x,y,z) macro
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/win/msvc/
H A Dmapiwin.h78 #define MULDIV(x,y,z) MulDiv(x,y,z) macro
90 #define MULDIV(x,y,z) MulDiv(x,y,z)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapiwin.h78 #define MULDIV(x,y,z) MulDiv(x,y,z) macro
90 #define MULDIV(x,y,z) MulDiv(x,y,z)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/JitCommon/
H A DJitState.h188 MULDIV = 0x0008, enumerator
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/JitCommon/
H A DJitState.h188 MULDIV = 0x0008, enumerator
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/JitCommon/
H A DJitState.h188 MULDIV = 0x0008, enumerator
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRCompALU.cpp318 CONDITIONAL_DISABLE(MULDIV); in Comp_MulDivType()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRCompALU.cpp318 CONDITIONAL_DISABLE(MULDIV);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRCompALU.cpp318 CONDITIONAL_DISABLE(MULDIV); in Comp_MulDivType()
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/arc/
H A Dlib1funcs.S519 #define MULDIV macro
520 #ifdef MULDIV
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/arc/
H A Dlib1funcs.S522 #define MULDIV macro
523 #ifdef MULDIV
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/arc/
H A Dlib1funcs.S522 #define MULDIV macro
523 #ifdef MULDIV
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/arc/
H A Dlib1funcs.S522 #define MULDIV macro
523 #ifdef MULDIV
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/arc/
H A Dlib1funcs.S522 #define MULDIV macro
523 #ifdef MULDIV
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/arc/
H A Dlib1funcs.S522 #define MULDIV macro
523 #ifdef MULDIV
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/arc/
H A Dlib1funcs.S514 #define MULDIV macro
515 #ifdef MULDIV
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/arc/
H A Dlib1funcs.S522 #define MULDIV macro
523 #ifdef MULDIV
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/arc/
H A Dlib1funcs.S519 #define MULDIV macro
520 #ifdef MULDIV
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/arc/
H A Dlib1funcs.S576 #define MULDIV macro
577 #ifdef MULDIV
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/arc/
H A Dlib1funcs.S576 #define MULDIV macro
577 #ifdef MULDIV

12