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

  /frameworks/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) {
  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 96 uint32_t baseClk, div, intPart, fraPart;
120 intPart = div / 100;
124 intPart = intPart << 4;
126 block->BRR = intPart | fraPart;
  /external/skia/samplecode/
SampleDegenerateTwoPtRadials.cpp 56 int intPart = SkScalarFloorToInt(delta);
57 delta = delta - SK_Scalar1 * intPart;
58 if (intPart % 2) {
  /external/skqp/samplecode/
SampleDegenerateTwoPtRadials.cpp 56 int intPart = SkScalarFloorToInt(delta);
57 delta = delta - SK_Scalar1 * intPart;
58 if (intPart % 2) {
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.h 23 float intPart = 0.0f;
24 return modff(f, &intPart);
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart;
224 intPart = (int16_t)(tmp32no1 >> 12);
225 if (intPart < -8) {
226 intPart = -8;
233 invLrtFX = (1 << (8 + intPart)) +
234 WEBRTC_SPL_SHIFT_W32(tmp32no2, intPart - 4); // Q8
nsx_core.c     [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 308 // Place sentinel values around the *intPart paramter to modf to ensure that
312 half intPart[3]; \
313 intPart[0] = (half) 42.0f; \
314 intPart[2] = (half) 3.14f; \
315 half out = modf(((half) inp), &intPart[1]); \
317 _RS_ASSERT_EQU(intPart[1], ((half) refIntPart)); \
318 _RS_ASSERT_EQU(intPart[0], (half) 42.0f); \
319 _RS_ASSERT_EQU(intPart[2], (half) 3.14f); \
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 75 uint16_t tmpU16, intPart, fracPart;
152 intPart = (uint16_t)(absInLevel >> 14);
154 tmpU16 = kGenFuncTable[intPart + 1] - kGenFuncTable[intPart]; // Q8
156 tmpU32no1 += (uint32_t)kGenFuncTable[intPart] << 14; // Q22
233 intPart = (int16_t)(tmp32 >> 14);
249 (1 << intPart) + WEBRTC_SPL_SHIFT_W32(fracPart, intPart - 14);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 223 double intPart[2];
227 fracPart[ndx] = (float) deModf(comp[ndx], &intPart[ndx]);
231 intPart [ndx] -= 1.0;
236 const deInt32 nearestTexelGridOffsetMin = (deInt32) deFloor(intPart[0]);
237 const deInt32 nearestTexelGridOffsetMax = (deInt32) deFloor(intPart[1]);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 636 milliseconds