Home
last modified time | relevance | path

Searched refs:smalldiv (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dsoundbox.cpp58 int32 smalldiv; member
289 sbox.smalldiv--; in SoundBox_ADPCMUpdate()
290 while(sbox.smalldiv <= 0) in SoundBox_ADPCMUpdate()
292 sbox.smalldiv += 1 << ((KINGADPCMControl >> 2) & 0x3); in SoundBox_ADPCMUpdate()
516 sbox.smalldiv = 0; in SoundBox_Reset()
531 SFVARN(sbox.smalldiv, "smalldiv"), in SoundBox_StateAction()
566 clamp(&sbox.smalldiv, 1, 8); in SoundBox_StateAction()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dsoundbox.cpp63 int32 smalldiv; member
479 sbox.smalldiv--; in SoundBox_ADPCMUpdate()
480 while(sbox.smalldiv <= 0) in SoundBox_ADPCMUpdate()
482 sbox.smalldiv += 1 << ((KINGADPCMControl >> 2) & 0x3); in SoundBox_ADPCMUpdate()
706 sbox.smalldiv = 0; in SoundBox_Reset()
719 SFVARN(sbox.smalldiv, "smalldiv"), in SoundBox_StateAction()
744 clamp(&sbox.smalldiv, 1, 8); in SoundBox_StateAction()
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/
H A Dfactor.c445 static const unsigned long smalldiv[] = {4, 9, 25, 49, 121, 169, 289}; variable
462 if (mpz_divisible_ui_p(n, smalldiv[i])) in moebius()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dari_asm_sparc-macro.c230 bcc L(smalldiv)
362 L(smalldiv):
/dports/math/giacxcas/giac-1.6.0/src/
H A Dthreaded.h1053 …void smalldiv(const std::vector< T_unsigned<T,U> > & v1,const T & g,std::vector< T_unsigned<T,U> >… in smalldiv() function
1242 smalldiv(tmp2,T(k),tab[j]); in smallmulpoly_interpolate()