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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftCubicResampler.java49 float fix = ix - iix;
58 //float fix2 = fix * fix;
59 //out[ox++] = (a0 * fix + a1) * fix2 + (a2 * fix + a3);
60 out[ox++] = ((a0 * fix + a1) * fix + a2) * fix + a3;
66 float fix = ix - iix;
75 //float fix2 = fix * fi
[all...]
H A DSoftLinearResampler.java50 float fix = ix - iix;
52 out[ox++] = i + (in[iix + 1] - i) * fix;
58 float fix = ix - iix;
60 out[ox++] = i + (in[iix + 1] - i) * fix;
H A DSoftLinearResampler2.java80 float fix = ix - iix;
82 out[ox++] = i + (in[iix + 1] - i) * fix;
94 float fix = ix - iix;
96 out[ox++] = i + (in[iix + 1] - i) * fix;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java294 return fix(field.getGenericType());
306 return fix(method.getGenericReturnType());
441 return fix(p.getActualTypeArguments()[i]);
606 * fix that manually to work around the problem.
610 private Type fix(Type t) { method in class:ReflectionNavigator
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES126 Changed warning/error callback functions to fix bug - this means you
166 Try to fix Linux "setjmp" buffer size problems
660 Various patches to fix bugs in the sCAL and integer cHRM processing,
722 Return *num_text=0 from png_get_text() when appropriate, and fix documentation
1806 Detect and fix attempt to write wrong iCCP profile length.
2068 Detect and fix attempt to write wrong iCCP profile length.
2190 Revised makefile.darwin to fix shared library numbering.
2195 Sync with tEXt vulnerability fix in libpng-1.2.33rc02.
3220 Attempted to fix cpp on Solaris with S. Studio 12 cc, fix buil
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp459 // Later on we'll fix the bits.
3212 cpindex* fix = getFieldIndex(cls);
3215 cls->string(), mix->len, fix->len));
3217 for (j = 0, len = fix->len; j < len; j++) {
3218 entry* f = fix->get(j);
3226 assert(fix->base2[j] == null);
4003 // Armed with a bcimap, we can now fix up all the labels.

Completed in 86 milliseconds