HomeSort by relevance Sort by last modified time
    Searched defs:ub (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/
SaturatedArithmetic.h 49 uint32_t ub = b; local
50 uint32_t result = ua + ub;
55 if (~(ua ^ ub) & (result ^ ua) & (1 << 31))
64 uint32_t ub = b; local
65 uint32_t result = ua - ub;
70 if ((ua ^ ub) & (result ^ ua) & (1 << 31))
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval.pass.cpp 58 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); local
59 const size_t Ni = ub - lb;
65 double mean = std::accumulate(lb, ub, 0.0) / Ni;
69 for (I j = lb; j != ub; ++j)
118 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
119 const size_t Ni = ub - lb;
125 double mean = std::accumulate(lb, ub, 0.0) / Ni;
129 for (I j = lb; j != ub; ++j)
178 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
179 const size_t Ni = ub - lb
    [all...]
eval_param.pass.cpp 60 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); local
61 const size_t Ni = ub - lb;
67 double mean = std::accumulate(lb, ub, 0.0) / Ni;
71 for (I j = lb; j != ub; ++j)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval.pass.cpp 58 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); local
59 const size_t Ni = ub - lb;
65 double mean = std::accumulate(lb, ub, 0.0) / Ni;
69 for (I j = lb; j != ub; ++j)
118 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
119 const size_t Ni = ub - lb;
125 double mean = std::accumulate(lb, ub, 0.0) / Ni;
129 for (I j = lb; j != ub; ++j)
178 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
179 const size_t Ni = ub - lb
    [all...]
eval_param.pass.cpp 60 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); local
61 const size_t Ni = ub - lb;
67 double mean = std::accumulate(lb, ub, 0.0) / Ni;
71 for (I j = lb; j != ub; ++j)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pack_color.h 52 ubyte ub; member in union:util_color
119 uc->ub = a;
125 uc->ub = r;
260 ubyte p = uc->ub;
267 ubyte p = uc->ub;
274 ubyte p = uc->ub;
402 uc->ub = a;
408 uc->ub = r;
u_sse.h 76 ubyte ub[16]; member in union:m128i
83 union { __m128i m; ubyte ub[16]; } u; member in union:__anon18409
104 u.ub[0], u.ub[1], u.ub[2], u.ub[3],
105 u.ub[4], u.ub[5], u.ub[6], u.ub[7]
    [all...]
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 40 namespace ub namespace in namespace:deqp::gls
63 } // ub
81 void generateUniform (de::Random& rnd, ub::UniformBlock& block);
82 ub::VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk);
glsUniformBlockCase.hpp 41 namespace ub namespace in namespace:deqp::gls
233 } // ub
252 bool compareStd140Blocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const;
253 bool compareSharedBlocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const;
254 bool compareTypes (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const;
255 bool checkLayoutIndices (const ub::UniformLayout& layout) const;
256 bool checkLayoutBounds (const ub::UniformLayout& layout) const
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 52 ubyte ub; member in union:util_color
119 uc->ub = a;
125 uc->ub = r;
260 ubyte p = uc->ub;
267 ubyte p = uc->ub;
274 ubyte p = uc->ub;
402 uc->ub = a;
408 uc->ub = r;
u_sse.h 76 ubyte ub[16]; member in union:m128i
83 union { __m128i m; ubyte ub[16]; } u; member in union:__anon10893
104 u.ub[0], u.ub[1], u.ub[2], u.ub[3],
105 u.ub[4], u.ub[5], u.ub[6], u.ub[7]
    [all...]
  /external/valgrind/main/drd/tests/
unit_bitmap.c 200 const Addr ub = make_address(2, 0) + 2 * BITS_PER_UWORD; local
209 for (i = lb; i < ub; i += outer_loop_step)
211 for (j = i + ADDR_GRANULARITY; j < ub; j += inner_loop_step)
275 for (j = i + 1; j < ub; j += inner_loop_step)
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 122 MPI_Aint lb, ub, ex; local
149 r = MPI_Type_ub( *tyP, &ub );
153 printf("sendToMyself: ex=%d (%d,%d)\n", (int)ex, (int)lb, (int)ub);
157 sbuf = malloc(ub);
159 for (i = 0; i < ub; i++)
166 rbuf = malloc(ub);
168 for (i = 0; i < ub; i++)
180 rbuf_walk = malloc(ub);
182 for (i = 0; i < ub; i++)
192 for (i = 0; i < ub; i++)
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
GLUtils.cpp 80 unsigned char* ub = (unsigned char*) b; local
81 return (((int) ub[0]) << 24) | (((int) ub[1]) << 16) | (((int) ub[2]) << 8) | ((int) ub[3]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
actions.c 109 for(c = r->lb; c < r->ub; ++c)
159 for(c = r->lb; c < r->ub; ++c){
247 for(c = r->lb; c < r->ub; ++c){
338 if((r->ub - r->lb) == 1){
343 prtCh(o, r->ub-1);
361 if(r1->lb > s->ub)
363 if(r1->ub > s->ub)
364 s->ub = r1->ub;
366 unsigned int ub = 0; local
380 unsigned int ub = 0; local
495 unsigned char lb = unescape(s), ub; local
    [all...]
dfa.h 44 unsigned int ub; member in struct:Span
re.h 29 unsigned int lb, ub; /* [lb,ub) */ member in struct:Range
37 r->ub = u;
46 r->ub = u;
55 ro->ub = r->ub;
64 ro->ub = r->ub;
171 RegExp_new_CloseVOp(RegExp *e, int lb, int ub)
177 r->d.CloseVOp.max = ub;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 455 Uri.Builder ub = OmniboxSuggestions.CONTENT_URI.buildUpon(); local
456 ub.appendQueryParameter(BrowserContract.PARAM_LIMIT,
459 mContext.getContentResolver().query(ub.build(), COMBINED_PROJECTION,
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp 639 fprintf(stderr, " <nfrs before negative> %x ub: %g\n", negativeNumberRule, upperBound);
686 int64_t ub = util64_fromDouble(upperBound); local
690 util64_toa(ub, ubstr, 64);
692 util64_toa(ub, ubstrhex, 64, 16);
693 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex);
697 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) {
  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 133 int i, j, k, m, n, ub, lb; variable
177 ub = MIN(k, n);
178 for (i = lb; i <= ub; i++) {
  /external/icu/icu4c/source/i18n/
nfrs.cpp 639 fprintf(stderr, " <nfrs before negative> %x ub: %g\n", negativeNumberRule, upperBound);
686 int64_t ub = util64_fromDouble(upperBound); local
690 util64_toa(ub, ubstr, 64);
692 util64_toa(ub, ubstrhex, 64, 16);
693 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex);
697 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) {
  /external/skia/experimental/Intersection/
NearestPoint.cpp 133 int i, j, k, m, n, ub, lb; variable
177 ub = MIN(k, n);
178 for (i = lb; i <= ub; i++) {
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 267 int16x8_t ub = vcombine_s16(vrshrn_n_s32(ubl, 16), vrshrn_n_s32(ubh, 16)); local
272 int32x4_t bl = vaddl_s16(vget_low_s16(yy), vget_low_s16(ub));
273 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub));
315 int16x8_t ub = vcombine_s16(vrshrn_n_s32(ubl, 16), vrshrn_n_s32(ubh, 16)); local
320 int32x4_t bl = vaddl_s16(vget_low_s16(yy), vget_low_s16(ub));
321 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 322 BasicBlock *ub = u->insn->bb; local
323 if (tb == ub) {
331 &ub->cfg, texCounts);
340 for (size_t j = bbFirstTex.at(ub->getId()); j < texes.size() &&
341 texes[j]->bb == ub && texes[j]->serial < u->insn->serial;
    [all...]
  /external/libedit/src/
terminal.c 1307 const char *ub; local
    [all...]

Completed in 1379 milliseconds

1 2