Searched refs:divisor (Results 101 - 125 of 251) sorted by relevance

1234567891011

/external/chromium_org/third_party/angle/src/common/
H A Dmathutil.h527 inline unsigned int UnsignedCeilDivide(unsigned int value, unsigned int divisor)
529 unsigned int divided = value / divisor;
530 return (divided + ((value % divisor == 0) ? 0 : 1));
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp86 int32_t divisor = source->count / maxTestStrings;
90 if (i % divisor) continue;
94 if (j % divisor) continue;
198 int32_t divisor = source->count / maxTestStrings;
202 if (i % divisor) continue;
206 if (j % divisor) continue;
497 int32_t divisor = source->count / maxTestStrings;
501 if (i % divisor) continue;
505 if (j % divisor) continue;
607 int32_t divisor
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc1051 int32_t divisor = instr->divisor(); local
1061 int32_t mask = divisor < 0 ? -(divisor + 1) : (divisor - 1);
1084 int32_t divisor = instr->divisor(); local
1088 if (divisor == 0) {
1093 __ TruncatingDiv(result, dividend, Abs(divisor));
1094 __ Dmul(result, result, Operand(Abs(divisor)));
1151 int32_t divisor = instr->divisor(); local
1195 int32_t divisor = instr->divisor(); local
1225 Register divisor = ToRegister(instr->divisor()); local
1282 int32_t divisor = instr->divisor(); local
1337 int32_t divisor = instr->divisor(); local
1384 Register divisor = ToRegister(instr->divisor()); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregoimp.h36 * @param denominator a divisor which must be != 0
47 * @param denominator a divisor which must be != 0
60 * @param denominator a divisor which must be != 0
71 * For a positive divisor, return the quotient and remainder
72 * such that dividend = quotient*divisor + remainder and
73 * 0 <= remainder < divisor.
76 * (divident >> divisor) reasonably.
78 * Calling with a divisor <= 0 is disallowed.
80 static double floorDivide(double dividend, double divisor,
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h1324 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { argument
1326 divisor_ = divisor;
1330 int32_t divisor() const { return divisor_; } function in class:v8::internal::FINAL
1342 LDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { argument
1344 divisor_ = divisor;
1349 int32_t divisor() const { return divisor_; } function in class:v8::internal::FINAL
1362 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { argument
1364 inputs_[1] = divisor;
1369 LOperand* divisor() { return inputs_[1]; } function in class:v8::internal::FINAL
1994 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { argument
2000 int32_t divisor() const { return divisor_; } function in class:v8::internal::FINAL
2013 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) argument
2020 int32_t divisor() const { return divisor_; } function in class:v8::internal::FINAL
2033 LFlooringDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) argument
2040 LOperand* divisor() { return inputs_[1]; } function in class:v8::internal::FINAL
2126 LModByPowerOf2I(LOperand* dividend, int32_t divisor) argument
2132 int32_t divisor() const { return divisor_; } function in class:v8::internal::FINAL
2144 LModByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) argument
2151 int32_t divisor() const { return divisor_; } function in class:v8::internal::FINAL
[all...]
/external/icu/icu4c/source/i18n/
H A Dgregoimp.h36 * @param denominator a divisor which must be != 0
47 * @param denominator a divisor which must be != 0
60 * @param denominator a divisor which must be != 0
71 * For a positive divisor, return the quotient and remainder
72 * such that dividend = quotient*divisor + remainder and
73 * 0 <= remainder < divisor.
76 * (divident >> divisor) reasonably.
78 * Calling with a divisor <= 0 is disallowed.
80 static double floorDivide(double dividend, double divisor,
/external/libnl/lib/route/sch/
H A Dsfq.c22 * - \b Divisor: Hash table divisor, i.e. size of hash table.
75 sfq->qs_divisor = opts->divisor;
104 nl_dump(p, "limit %u divisor %u",
251 * Get divisor of SFQ qdisc.
/external/iproute2/examples/diffserv/
H A DEdge31-ca-u3234 divisor 1
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c1878 __glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) argument
1888 if (divisor <= 0 || remainder < 0)
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc,
2198 int64_t target_msc, int64_t divisor, int64_t remainder)
2219 if (divisor < 0 || remainder < 0 || target_msc < 0)
2221 if (divisor > 0 && remainder >= divisor)
2224 if (target_msc == 0 && divisor == 0 && remainder == 0)
2229 return (*psc->driScreen->swapBuffers)(pdraw, target_msc, divisor,
2239 int64_t target_msc, int64_t divisor,
2197 __glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder) argument
2238 __glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
[all...]
H A Dglxclient.h116 int64_t divisor, int64_t remainder);
122 int64_t divisor, int64_t remainder, int64_t *ust,
/external/mesa3d/src/glx/
H A Dglxcmds.c1878 __glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) argument
1888 if (divisor <= 0 || remainder < 0)
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc,
2198 int64_t target_msc, int64_t divisor, int64_t remainder)
2219 if (divisor < 0 || remainder < 0 || target_msc < 0)
2221 if (divisor > 0 && remainder >= divisor)
2224 if (target_msc == 0 && divisor == 0 && remainder == 0)
2229 return (*psc->driScreen->swapBuffers)(pdraw, target_msc, divisor,
2239 int64_t target_msc, int64_t divisor,
2197 __glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder) argument
2238 __glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) argument
[all...]
H A Dglxclient.h116 int64_t divisor, int64_t remainder);
122 int64_t divisor, int64_t remainder, int64_t *ust,
/external/chromium_org/net/quic/
H A Dquic_connection_logger.cc820 QuicPacketSequenceNumber divisor = largest_received_packet_sequence_number_;
821 QuicPacketSequenceNumber numerator = divisor - num_packets_received_;
822 if (divisor < 100000)
825 divisor /= 1000;
830 histogram->Add(numerator / divisor);
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp120 void setupVarAttribPointer (const void* attrPtr, int startLocation, int divisor);
471 void InstancedRenderingCase::setupVarAttribPointer (const void* attrPtr, int location, int divisor) argument
485 glVertexAttribDivisor(curLoc, divisor);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglxext.h631 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
634 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
818 extern int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
819 extern Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
824 typedef int64_t ( * PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
825 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);
H A Dwglext.h647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
654 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
/external/mesa3d/include/GL/
H A Dglxext.h631 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
634 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
818 extern int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
819 extern Bool glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
824 typedef int64_t ( * PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
825 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);
H A Dwglext.h647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
654 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
/external/freetype/src/smooth/
H A Dftgrays.c316 /* Compute `dividend / divisor' and return both its quotient and */
319 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \
321 (quotient) = (type)( (dividend) / (divisor) ); \
322 (remainder) = (type)( (dividend) % (divisor) ); \
326 (remainder) += (type)(divisor); \
337 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \
339 (quotient) = (type)( (dividend) / (divisor) ); \
340 (remainder) = (type)( (dividend) - (quotient) * (divisor) ); \
344 (remainder) += (type)(divisor); \
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.cc228 // Restore attrib divisor if supported.
230 glVertexAttribDivisorANGLE(attrib_index, attrib->divisor());
H A Dvertex_attrib_manager.cc170 // true if any enabled, used divisor is zero
187 divisor0 |= (attrib->divisor() == 0);
258 // Instanced drawing needs at least one enabled attribute with divisor zero.
260 // there are attributes, at least one should have divisor zero.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec120 refresh time multiplied by the divisor parameter to
123 1.0 otherwise. The actual usage value is based on the divisor and is
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.h114 int (*WaitVideoSyncSGI)(int divisor, int remainder, unsigned int *count);
H A Drealglx.h179 _real_glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvarray.h260 _mesa_VertexAttribDivisor(GLuint index, GLuint divisor);

Completed in 626 milliseconds

1234567891011