HomeSort by relevance Sort by last modified time
    Searched refs:intPart (Results 1 - 10 of 10) 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/chromium_org/third_party/skia/samplecode/
SampleDegenerateTwoPtRadials.cpp 60 int intPart = SkScalarFloorToInt(delta);
61 delta = delta - SK_Scalar1 * intPart;
62 if (intPart % 2) {
  /external/skia/samplecode/
SampleDegenerateTwoPtRadials.cpp 60 int intPart = SkScalarFloorToInt(delta);
61 delta = delta - SK_Scalar1 * intPart;
62 if (intPart % 2) {
  /external/chromium_org/third_party/angle/src/compiler/translator/
InfoSink.h 16 float intPart = 0.0f;
17 return modff(f, &intPart);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart;
228 intPart = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp32no1, 12);
229 if (intPart < -8) {
230 intPart = -8;
237 invLrtFX = WEBRTC_SPL_LSHIFT_W32(1, 8 + intPart)
238 + WEBRTC_SPL_SHIFT_W32(tmp32no2, intPart - 4); // Q8
nsx_core.c     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c 75 uint16_t tmpU16, intPart, fracPart;
153 intPart = (uint16_t)WEBRTC_SPL_RSHIFT_U32(absInLevel, 14);
155 tmpU16 = kGenFuncTable[intPart + 1] - kGenFuncTable[intPart]; // Q8
157 tmpU32no1 += (uint32_t)kGenFuncTable[intPart] << 14; // Q22
234 intPart = (int16_t)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/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...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 560 milliseconds