Searched refs:lValue (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c568 long lValue = 0; local
576 channel, &lValue);
581 channel, &lValue);
583 fValue = scaleVolumeValueToNormalized(lValue, min, max);
590 long lValue = 0; local
597 lValue = scaleVolumeValueToHardware(value, min, max);
599 channel, lValue);
603 lValue = scaleVolumeValueToHardware(value, min, max);
605 channel, lValue);
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c568 long lValue = 0; local
576 channel, &lValue);
581 channel, &lValue);
583 fValue = scaleVolumeValueToNormalized(lValue, min, max);
590 long lValue = 0; local
597 lValue = scaleVolumeValueToHardware(value, min, max);
599 channel, lValue);
603 lValue = scaleVolumeValueToHardware(value, min, max);
605 channel, lValue);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java1161 long lValue;
1185 lValue = (long)iValue;
1187 lValue = lValue*10L + (long)((int)digits[i]-(int)'0');
1189 dValue = (double)lValue;
1192 * lValue now contains a long integer with the value of
1377 FDBigInt bigD0 = new FDBigInt( lValue, digits, kDigits, nDigits );
1605 long lValue = (long)iValue;
1607 lValue = lValue*1
[all...]
H A DFloatingDecimal.java1255 long lValue;
1279 lValue = (long)iValue;
1281 lValue = lValue*10L + (long)((int)digits[i]-(int)'0');
1283 dValue = (double)lValue;
1286 * lValue now contains a long integer with the value of
1471 FDBigInt bigD0 = new FDBigInt( lValue, digits, kDigits, nDigits );
1699 long lValue = (long)iValue;
1701 lValue = lValue*1
[all...]
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c1093 ret = ((float) controlID->signedValue.lValue) / controlID->max;
1115 controlID->signedValue.lValue = (INT32) ((value * controlID->max) + 0.5f);

Completed in 47 milliseconds