Searched defs:limits (Results 26 - 50 of 58) sorted by relevance

123

/external/mesa3d/src/mesa/tnl/
H A Dt_draw.c477 struct split_limits limits; local
478 limits.max_verts = max;
479 limits.max_vb_size = ~0;
480 limits.max_indices = ~0;
488 &limits );
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp1 #include <limits>
80 typedef numeric_limits<F> limits; typedef
84 str << "1E+" << limits::max_exponent10;
90 CPPUNIT_CHECK( in_val_d != limits::infinity() );
95 str << "-1E+" << limits::max_exponent10;
101 CPPUNIT_CHECK( in_val_d != -limits::infinity() );
106 str << "1E" << limits::min_exponent10;
117 str << "1E+" << (limits::max_exponent10 + 1);
123 CPPUNIT_CHECK( in_val_d == limits::infinity() );
128 str << "-1E+" << (limits
[all...]
/external/chromium/net/socket/
H A Ddns_cert_provenance_checker.cc112 DnsCertLimits* const limits = g_dns_cert_limits.Pointer(); local
113 if (limits->HaveReachedMaxUploads() ||
114 limits->HaveUploadedForHostname(hostname_)) {
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc373 WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits limits; local
374 limits.command_buffer_size = 64 * 1024;
375 limits.start_transfer_buffer_size = 64 * 1024;
376 limits.min_transfer_buffer_size = 64 * 1024;
377 limits.max_transfer_buffer_size = std::min(
379 limits.mapped_memory_reclaim_limit = 2 * 1024 * 1024;
386 limits));
/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp84 ChoiceFormat::ChoiceFormat(const double* limits, argument
92 setChoices(limits, formats, cnt );
97 ChoiceFormat::ChoiceFormat(const double* limits, argument
106 setChoices(limits, closures, formats, cnt );
145 // Checks the limits, the corresponding format string and LE or LT flags.
310 // Perform 2 passes. The first computes the number of limits in
408 // limit. One exception: Two subsequent limits may be
517 ChoiceFormat::setChoices( const double* limits, argument
521 setChoices(limits, 0, formats, cnt);
527 ChoiceFormat::setChoices( const double* limits, argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcallimts.cpp111 // This test used to test the algorithmic limits of the dates that
113 // been rewritten completely since then and the prior limits no
320 int32_t limits[UCAL_FIELD_COUNT][4]; local
322 limits[j][0] = INT32_MAX;
323 limits[j][1] = INT32_MIN;
324 limits[j][2] = INT32_MAX;
325 limits[j][3] = INT32_MIN;
356 if (limits[j][0] > minActual) {
358 limits[j][0] = minActual;
360 if (limits[
[all...]
H A Dmsfmrgts.cpp330 double limits [] = {1, 20}; local
337 ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length);
359 double limits [] = {
367 // cf = new ChoiceFormat(limits, formats, 3);
386 double limits [] = {3, 1, 2}; local
392 ChoiceFormat *cf = new ChoiceFormat(limits, formats, 3);
H A Dtchcfmt.cpp44 double limits[] = {1,2,3,4,5,6,7}; local
46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7);
74 ChoiceFormat* formequal=new ChoiceFormat(limits, monthNames, 7);
92 if(gotLimits[ix] != limits[ix]){
93 errln((UnicodeString)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]);
458 double limits[] = { 0, 1, 2, 3, 4, 5 }; local
463 ChoiceFormat fmt1(limits, closures, fmts, 6);
495 errln("FAIL: couldn't get limits or closures");
502 if(limits2[i] != limits[
621 static const double limits[] = {0.1e-78, 1e13, 0.1e78}; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_vbo.c199 uint64_t addrs[], uint32_t limits[])
212 limits[b] = base + size - 1;
278 uint32_t limits[PIPE_MAX_ATTRIBS]; local
346 nv50_upload_user_buffers(nv50, addrs, limits);
363 limit = addrs[b] + limits[b];
198 nv50_upload_user_buffers(struct nv50_context *nv50, uint64_t addrs[], uint32_t limits[]) argument
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parser.h136 * Per-program target limits
138 struct gl_program_constants *limits; member in struct:asm_parser_state
165 * Selected limits copied from gl_constants
167 * These are limits from the GL context, but various bits in the program
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split_copy.c59 const struct split_limits *limits; member in struct:copy_context
501 if (copy->vertex_size * copy->limits->max_verts <= copy->limits->max_vb_size) {
502 copy->dstbuf_size = copy->limits->max_verts;
505 copy->dstbuf_size = copy->limits->max_vb_size / copy->vertex_size;
542 copy->limits->max_indices);
597 const struct split_limits *limits )
625 copy.limits = limits;
/external/icu4c/i18n/
H A Dchoicfmt.cpp87 ChoiceFormat::ChoiceFormat(const double* limits, argument
93 setChoices(limits, NULL, formats, cnt, constructorErrorCode);
98 ChoiceFormat::ChoiceFormat(const double* limits, argument
105 setChoices(limits, closures, formats, cnt, constructorErrorCode);
253 ChoiceFormat::setChoices( const double* limits, argument
258 setChoices(limits, NULL, formats, cnt, errorCode);
264 ChoiceFormat::setChoices( const double* limits, argument
270 setChoices(limits, closures, formats, cnt, errorCode);
274 ChoiceFormat::setChoices(const double* limits, argument
282 if (limits
[all...]
/external/icu4c/test/intltest/
H A Dcallimts.cpp111 // This test used to test the algorithmic limits of the dates that
113 // been rewritten completely since then and the prior limits no
321 int32_t limits[UCAL_FIELD_COUNT][4]; local
323 limits[j][0] = INT32_MAX;
324 limits[j][1] = INT32_MIN;
325 limits[j][2] = INT32_MAX;
326 limits[j][3] = INT32_MIN;
358 if (limits[j][0] > minActual) {
360 limits[j][0] = minActual;
362 if (limits[
[all...]
H A Dmsfmrgts.cpp332 double limits [] = {1, 20}; local
339 ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length);
361 double limits [] = {
369 // cf = new ChoiceFormat(limits, formats, 3);
388 double limits [] = {3, 1, 2}; local
394 ChoiceFormat *cf = new ChoiceFormat(limits, formats, 3);
H A Dtchcfmt.cpp44 double limits[] = {1,2,3,4,5,6,7}; local
46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7);
74 ChoiceFormat* formequal=new ChoiceFormat(limits, monthNames, 7);
104 if(gotLimits[ix] != limits[ix]){
105 errln((UnicodeString)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]);
470 double limits[] = { 0, 1, 2, 3, 4, 5 }; local
475 ChoiceFormat fmt1(limits, closures, fmts, 6);
508 errln("FAIL: couldn't get limits or closures");
515 if(limits2[i] != limits[
637 static const double limits[] = {0.1e-78, 1e13, 0.1e78}; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_vbo.c199 uint64_t addrs[], uint32_t limits[])
212 limits[b] = base + size - 1;
278 uint32_t limits[PIPE_MAX_ATTRIBS]; local
346 nv50_upload_user_buffers(nv50, addrs, limits);
363 limit = addrs[b] + limits[b];
198 nv50_upload_user_buffers(struct nv50_context *nv50, uint64_t addrs[], uint32_t limits[]) argument
/external/mesa3d/src/mesa/program/
H A Dprogram_parser.h136 * Per-program target limits
138 struct gl_program_constants *limits; member in struct:asm_parser_state
165 * Selected limits copied from gl_constants
167 * These are limits from the GL context, but various bits in the program
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split_copy.c59 const struct split_limits *limits; member in struct:copy_context
501 if (copy->vertex_size * copy->limits->max_verts <= copy->limits->max_vb_size) {
502 copy->dstbuf_size = copy->limits->max_verts;
505 copy->dstbuf_size = copy->limits->max_vb_size / copy->vertex_size;
542 copy->limits->max_indices);
597 const struct split_limits *limits )
625 copy.limits = limits;
/external/e2fsprogs/e2fsck/
H A Drehash.c494 struct ext2_dx_countlimit *limits; local
520 limits = (struct ext2_dx_countlimit *) (buf+32);
521 limits->limit = (fs->blocksize - 32) / sizeof(struct ext2_dx_entry);
522 limits->count = 0;
531 struct ext2_dx_countlimit *limits; local
538 limits = (struct ext2_dx_countlimit *) (buf+8);
539 limits->limit = (fs->blocksize - 8) / sizeof(struct ext2_dx_entry);
540 limits->count = 0;
542 return (struct ext2_dx_entry *) limits;
/external/stlport/src/
H A Dnum_get_float.cpp21 #include <limits>
335 typedef numeric_limits<double> limits; typedef
420 if (value == (ULL(1) << (limits::digits - 1))) { /* carry created normal number */
464 if (bexp > limits::max_exponent) { /* overflow */
465 return limits::infinity();
468 value &= ~(ULL(1) << (limits::digits - 1)); /* hide hidden bit */
485 typedef numeric_limits<D> limits; typedef
529 if ( bexp >= limits::min_exponent ) { /* not zero or denorm */
530 if ( limits::digits < 64 ) {
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits
646 typedef numeric_limits<double> limits; typedef
751 typedef numeric_limits<D> limits; typedef
[all...]
H A Dnum_put_float.cpp634 typedef numeric_limits<_FloatT> limits; typedef
635 if (x == limits::infinity() || x == -limits::infinity()) {
757 typedef numeric_limits<_FloatT> limits; typedef
758 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0)
766 typedef numeric_limits<_FloatT> limits;
768 if (limits::has_infinity && limits::has_quiet_NaN) {
770 (x == limits::infinity() || x == -limits
845 typedef numeric_limits<_STLP_LONGEST_FLOAT_TYPE> limits; typedef
[all...]
/external/chromium_org/net/dns/
H A Dhost_resolver_impl_unittest.cc39 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, kMaxJobs);
40 return limits;
434 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, 1);
435 CreateResolverWithLimitsAndParams(limits, params);
473 const PrioritizedDispatcher::Limits& limits,
476 limits, params, NULL));
1329 const PrioritizedDispatcher::Limits& limits,
1332 limits,
1973 // Trying different limits is important for this test: Different limits
472 CreateResolverWithLimitsAndParams( const PrioritizedDispatcher::Limits& limits, const HostResolverImpl::ProcTaskParams& params) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.c1462 const struct gl_program_constants *limits; local
1468 limits = &ctx->Const.VertexProgram;
1471 limits = &ctx->Const.FragmentProgram;
1481 p = &limits->LowFloat;
1484 p = &limits->MediumFloat;
1487 p = &limits->HighFloat;
1490 p = &limits->LowInt;
1493 p = &limits->MediumInt;
1496 p = &limits->HighInt;
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c21 #include <limits.h>
403 unsigned char *limits = cm->pp_limits_buffer;; local
409 vpx_memset(limits, (unsigned char)ppl, 16 * mb_cols);
417 source->y_stride, source->y_stride, source->y_width, limits, 16);
422 source->uv_stride, source->uv_stride, source->uv_width, limits, 8);
426 source->uv_stride, source->uv_stride, source->uv_width, limits, 8);
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c1462 const struct gl_program_constants *limits; local
1468 limits = &ctx->Const.VertexProgram;
1471 limits = &ctx->Const.FragmentProgram;
1481 p = &limits->LowFloat;
1484 p = &limits->MediumFloat;
1487 p = &limits->HighFloat;
1490 p = &limits->LowInt;
1493 p = &limits->MediumInt;
1496 p = &limits->HighInt;

Completed in 972 milliseconds

123