HomeSort by relevance Sort by last modified time
    Searched refs:intPart (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Gradient_Delegate.java 145 int intPart = (int)Math.floor(pos);
146 pos = pos - intPart;
150 // this means if the intpart is odd we invert
151 if ((intPart % 2) == 1) {
171 int intPart = (int)Math.floor(pos);
172 pos = pos - intPart;
176 // this means if the intpart is odd we invert
177 if ((intPart % 2) == 1) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
InfoSink.h 15 float intPart = 0.0f;
16 return modff(f, &intPart);
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 75 WebRtc_UWord16 tmpU16, intPart, fracPart;
153 intPart = (WebRtc_UWord16)WEBRTC_SPL_RSHIFT_U32(absInLevel, 14);
155 tmpU16 = kGenFuncTable[intPart + 1] - kGenFuncTable[intPart]; // Q8
157 tmpU32no1 += WEBRTC_SPL_LSHIFT_U32((WebRtc_UWord32)kGenFuncTable[intPart], 14); // Q22
234 intPart = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32, 14);
250 gainTable[i] = WEBRTC_SPL_LSHIFT_W32(1, intPart)
251 + WEBRTC_SPL_SHIFT_W32(fracPart, intPart - 14);
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 93 milliseconds