Searched
full:divisor (Results
401 -
425 of
852) sorted by null
<<11121314151617181920>>
/external/freetype/include/internal/ |
ftcalc.h | 265 /* c :: The divisor. */
|
/external/llvm/test/CodeGen/SystemZ/ |
int-div-03.ll | 1 ; Test 64-bit signed division and remainder when the divisor is
|
/external/opencv3/3rdparty/libpng/ |
png.c | [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftcalc.h | 265 /* c :: The divisor. */
|
/external/skia/bench/ |
GLInstancedArraysBench.cpp | 27 * Additionally, there is a divisor, which if > 0 will act as a multiplier for the number of draws
|
/external/skia/src/gpu/gl/ |
GrGLNoOpInterface.cpp | 412 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribDivisor(GrGLuint index, GrGLuint divisor) {
|
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.h | 324 int32_t divisor,
|
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.h | 327 int32_t divisor,
|
/external/vulkan-validation-layers/libs/glm/detail/ |
func_trigonometric.hpp | 35 /// the divisor of a ratio is 0, then results will be undefined.
|
/frameworks/base/docs/html/ndk/guides/audio/ |
sample-rates.jd | 66 rate over output rate L/M (taking out the greatest common divisor)
|
/frameworks/base/media/java/android/media/ |
Utils.java | 107 * Returns greatest common divisor
|
/frameworks/native/opengl/libs/GLES2/ |
gl2_api.in | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_binop.py | 7 """Greatest common divisor using Euclid's algorithm."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_binop.py | 7 """Greatest common divisor using Euclid's algorithm."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binop.py | 7 """Greatest common divisor using Euclid's algorithm."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binop.py | 7 """Greatest common divisor using Euclid's algorithm."""
|
/external/e2fsprogs/e2fsck/ |
crc32.c | 282 * the divisor (the CRC polynomial) you're dividing by. Each step of the 285 * of the divisor to subtract to being the remainder back into range.
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
UniversalTimeScale.java | 407 * way to round by adding half of the divisor will push the sum out of range for values 408 * within have the divisor of the limits of the precision of a <code>long</code>. To get around this, we do
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
UniversalTimeScale.java | 451 * way to round by adding half of the divisor will push the sum out of range for values 452 * within have the divisor of the limits of the precision of a <code>long</code>. To get around this, we do
|
/external/iproute2/doc/actions/ |
actions-general | 172 filter protocol ip pref 1 u32 fh 800: ht divisor 1 213 filter protocol ip pref 1 u32 fh 800: ht divisor 1
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 54 // INPUT: $r0: dividend, $r1: divisor 108 // INPUT: $r0: dividend, $r1: divisor
|
/external/mesa3d/src/glx/ |
dri_glx.c | 741 driWaitForMSC(__GLXDRIdrawable *pdraw, int64_t target_msc, int64_t divisor, 749 divisor, remainder, msc, sbc);
|
glxclient.h | 116 int64_t divisor, int64_t remainder); 122 int64_t divisor, int64_t remainder, int64_t *ust,
|
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 657 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) 664 return (t->WaitVideoSyncSGI)(divisor, remainder, count); [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollController.java | 655 final public void setLerperDivisor(float divisor) { 656 mLerper.setDivisor(divisor); [all...] |
Completed in 2413 milliseconds
<<11121314151617181920>>