Searched refs:getResamplerTestValue (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftCubicResampler/
H A DInterpolate.java39 private static float getResamplerTestValue(double i) method in class:Interpolate
55 out[ox++] = getResamplerTestValue(ix);
60 out[ox++] = getResamplerTestValue(ix);
77 testbuffer[i] = getResamplerTestValue(i);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLanczosResampler/
H A DInterpolate.java39 private static float getResamplerTestValue(double i) method in class:Interpolate
55 out[ox++] = getResamplerTestValue(ix);
60 out[ox++] = getResamplerTestValue(ix);
77 testbuffer[i] = getResamplerTestValue(i);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler/
H A DInterpolate.java39 private static float getResamplerTestValue(double i) method in class:Interpolate
55 out[ox++] = getResamplerTestValue(ix);
60 out[ox++] = getResamplerTestValue(ix);
77 testbuffer[i] = getResamplerTestValue(i);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler2/
H A DInterpolate.java39 private static float getResamplerTestValue(double i) method in class:Interpolate
55 out[ox++] = getResamplerTestValue(ix);
60 out[ox++] = getResamplerTestValue(ix);
77 testbuffer[i] = getResamplerTestValue(i);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftPointResampler/
H A DInterpolate.java39 private static float getResamplerTestValue(double i) method in class:Interpolate
55 out[ox++] = getResamplerTestValue(ix);
60 out[ox++] = getResamplerTestValue(ix);
77 testbuffer[i] = getResamplerTestValue(i);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSincResampler/
H A DInterpolate.java39 private static float getResamplerTestValue(double i) method in class:Interpolate
55 out[ox++] = getResamplerTestValue(ix);
60 out[ox++] = getResamplerTestValue(ix);
77 testbuffer[i] = getResamplerTestValue(i);

Completed in 1172 milliseconds