Home
last modified time | relevance | path

Searched refs:jflone (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h51 const unsigned int jflone = 0x3f800000; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
H A Dscal.c125 const unsigned int jflone = 0x3f800000; in uni_rand() local
129 ran.i = jflone | (jflmsk & *seed); in uni_rand()
/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c299 const uint32_t jflone = 0x3f800000; in speex_rand() local
304 ran = jflone | (jflmsk & seed[0]); in speex_rand()

Completed in 4 milliseconds