Home
last modified time | relevance | path

Searched defs:INT_TO_FLOAT (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmp/
H A Daudioconverter.cpp27 #define INT_TO_FLOAT(TYPE,SWAP,in,out,samples,offset,max) \ macro
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp35 #define GET_SUBTARGETINFO_TARGET_DESC
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Ddraw-pixels.c52 #define INT_TO_FLOAT(I) ((GLfloat) ((2.0F * (I) + 1.0F) * (1.0F/4294967294.0))) macro
/dports/audio/aubio/aubio-0.4.9/src/io/
H A Daudio_unit.c35 #define INT_TO_FLOAT 3.0517578125e-05 // 1. / 32768. macro