HomeSort by relevance Sort by last modified time
    Searched full:divisor (Results 351 - 375 of 852) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/glx/
dri2_glx.c 445 dri2WaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor,
451 ret = DRI2WaitMSC(pdraw->psc->dpy, pdraw->xDrawable, target_msc, divisor,
702 dri2SwapBuffers(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor,
735 target_msc, divisor, remainder, &ret);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 114 int (*WaitVideoSyncSGI)(int divisor, int remainder, unsigned int *count);
  /external/mesa3d/src/mesa/main/
varray.c     [all...]
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.h 303 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribDivisor(GrGLuint index, GrGLuint divisor);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 96 void glVertexAttribDivisor ( GLuint index, GLuint divisor )
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java 223 * Returns the largest power-of-two divisor for use in downscaling a bitmap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info 132 Node: Greatest Common Divisor Algorithms294436
gmp.info-1     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
vlrt.go 238 // Set up the divisor and find the number of iterations needed.
  /prebuilts/go/linux-x86/src/runtime/
vlrt.go 238 // Set up the divisor and find the number of iterations needed.
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 120 void setupVarAttribPointer (const void* attrPtr, int startLocation, int divisor);
471 void InstancedRenderingCase::setupVarAttribPointer (const void* attrPtr, int location, int divisor)
485 glVertexAttribDivisor(curLoc, divisor);
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingStateQueryTests.cpp 319 const int divisor = rnd.getInt(0, 2047); local
321 gl.glVertexBindingDivisor(binding, divisor);
324 verifyStateIndexedInteger(result, gl, GL_VERTEX_BINDING_DIVISOR, binding, divisor, m_verifier);
  /external/mesa3d/include/GL/internal/
dri_interface.h 188 * the next time (MSC % divisor) is equal to remainder. If divisor is
193 int64_t target_msc, int64_t divisor, int64_t remainder,
    [all...]
  /frameworks/base/core/java/android/util/
Rational.java 223 * denominator by their greatest common divisor.</p>
296 * Calculates the greatest common divisor using Euclid's algorithm.
521 * - Finite values must always have their greatest common divisor as 1
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 134 final BigInteger divisor = mNum.gcd(mDen); local
135 return new BoundedRational(mNum.divide(divisor), mDen.divide(divisor));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 578 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
768 typedef int64_t ( * PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
769 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 199 * the next time (MSC % divisor) is equal to remainder. If divisor is
204 int64_t target_msc, int64_t divisor, int64_t remainder,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 188 * the next time (MSC % divisor) is equal to remainder. If divisor is
193 int64_t target_msc, int64_t divisor, int64_t remainder,
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 1403 final int divisor = 2 * nDays; local
    [all...]
  /frameworks/base/libs/hwui/
SpotShadow.cpp 124 float divisor = (dx * (p1.y - p2.y) + dy * p2.x - dy * p1.x); local
125 if (divisor == 0) return -1.0f; // error, invalid divisor
128 float interpVal = (dx * (p1.y - rayOrigin.y) + dy * rayOrigin.x - dy * p1.x) / divisor;
135 rayOrigin.x * (p2.y - p1.y)) / divisor;
    [all...]
  /external/icu/icu4c/source/i18n/
nfrule.cpp 113 // new it up and initialize its basevalue and divisor
148 // base value is an even multiple of its divisor (or it's one
189 // same divisor)
548 // of the rule's divisor. Fix their copies of the divisor.
832 // divisor, and the rule's base value is NOT an even multiple
833 // of its divisor
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2ext.h 549 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBDIVISORANGLEPROC) (GLuint index, GLuint divisor);
553 GL_APICALL void GL_APIENTRY glVertexAttribDivisorANGLE (GLuint index, GLuint divisor);
    [all...]
  /external/crcalc/src/com/hp/creals/
CR.java 559 BigInteger divisor = BigInteger.valueOf(radix).pow(fraction.length()); local
560 return CR.valueOf(scaled_result).divide(CR.valueOf(divisor));
1270 BigInteger divisor = BigInteger.valueOf(-n) local
1436 BigInteger divisor = BigInteger.valueOf(exp - 1); local
    [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc 1459 int32_t divisor; member in struct:T
1523 uint32_t divisor; member in struct:T
    [all...]

Completed in 1505 milliseconds

<<11121314151617181920>>