Searched defs:lb (Results 1 - 25 of 47) sorted by relevance

12

/external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Deval.pass.cpp57 I lb = std::lower_bound(u.begin(), u.end(), b[i]); 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)
117 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
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)
177 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
179 const size_t Ni = ub - lb;
[all...]
H A Deval_param.pass.cpp59 I lb = std::lower_bound(u.begin(), u.end(), b[i]); 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/openssl/crypto/bn/
H A Dbn_shift.c137 int i,nw,lb,rb; local
147 lb=n%BN_BITS2;
148 rb=BN_BITS2-lb;
152 if (lb == 0)
160 t[nw+i]=(l<<lb)&BN_MASK2;
173 int i,j,nw,lb,rb; local
182 lb=BN_BITS2-rb;
217 *(t++) =(tmp|(l<<lb))&BN_MASK2;
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dshift.c62 int i, nw, lb, rb; local
71 lb = n % BN_BITS2;
72 rb = BN_BITS2 - lb;
76 if (lb == 0) {
84 t[nw + i] = (l << lb) & BN_MASK2;
126 int i, j, nw, lb, rb; local
132 lb = BN_BITS2 - rb;
163 *(t++) = (tmp | (l << lb)) & BN_MASK2;
/external/qemu/tcg/
H A Dtcg-be-ldst.h62 TCGLabelQemuLdst *lb = s->be->ldst_labels; local
67 if (lb[i].is_ld) {
68 tcg_out_qemu_ld_slow_path(s, lb + i);
70 tcg_out_qemu_st_slow_path(s, lb + i);
/external/e2fsprogs/util/
H A Dcopy_sparse.c93 long lb, i, fd, ofd, bs, block, numblocks; local
147 for (lb = 0; !fd || lb < numblocks; lb++) {
149 block = get_bmap(fd, lb);
152 should_be = ((off64_t) lb) * bs;
/external/openssl/crypto/cmac/
H A Dcmac.c263 int i, bl, lb; local
274 lb = ctx->nlast_block;
276 if (lb == bl)
283 ctx->last_block[lb] = 0x80;
284 if (bl - lb > 1)
285 memset(ctx->last_block + lb + 1, 0, bl - lb - 1);
/external/pixman/pixman/
H A Dpixman-gradient-walker.c61 float la, lr, lg, lb; local
133 lb = (left_c->blue * (1.0f/257.0f));
149 walker->b_b = (lb + rb) / 510.0f;
158 walker->b_b = (lb * rx - rb * lx) * w_rec * (1.0f/255.0f);
163 walker->b_s = (rb - lb) * w_rec * (1.0f/255.0f);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c30 void printSpan(FILE *o, unsigned int lb, unsigned int ub){ argument
31 if(lb > ub)
34 if((ub - lb) == 1){
35 prtCh(o, lb);
37 prtCh(o, lb);
45 Span_show(Span *s, FILE *o, unsigned int lb) argument
48 printSpan(o, lb, s->ub);
56 unsigned int lb, i; local
61 lb = 0;
63 lb
124 DFA_new(Ins *ins, unsigned int ni, unsigned int lb, unsigned int ub, Char *rep) argument
[all...]
H A Dactions.c109 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){
339 prtCh(o, r->lb);
341 prtCh(o, r->lb);
352 if(r1->lb <= r2->lb){
360 if(r1->lb <= r2->lb){
398 unsigned int lb = r1->lb; local
495 unsigned char lb = unescape(s), ub; local
[all...]
H A Dre.h29 unsigned int lb, ub; /* [lb,ub) */ member in struct:Range
36 r->lb = l;
45 r->lb = l;
54 ro->lb = r->lb;
63 ro->lb = r->lb;
171 RegExp_new_CloseVOp(RegExp *e, int lb, int ub) argument
176 r->d.CloseVOp.min = lb;
[all...]
/external/chromium_org/ui/views/controls/button/
H A Dmenu_button.cc92 gfx::Rect lb = GetLocalBounds(); local
96 gfx::Point menu_position(lb.right(), lb.bottom());
98 menu_position.set_x(lb.x());
/external/chromium_org/v8/src/
H A Dast-value-factory.cc41 explicit OneByteStringStream(Vector<const byte> lb) : argument
42 literal_bytes_(lb), pos_(0) {}
/external/clang/test/CodeGen/
H A Dasm.c177 unsigned int lb = b; local
180 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) :
189 unsigned int lb = b; local
191 __asm__ ("0:\n1:\n" : [res] "=la"(res) : [la] "0"(la), [lb] "c"(lb) :
/external/iproute2/tc/
H A Dq_netem.c538 struct rtattr *lb[NETEM_LOSS_MAX + 1]; local
540 parse_rtattr_nested(lb, NETEM_LOSS_MAX, tb[TCA_NETEM_LOSS]);
541 if (lb[NETEM_LOSS_GI])
542 gemodel = RTA_DATA(lb[NETEM_LOSS_GI]);
543 if (lb[NETEM_LOSS_GE])
544 gemodel = RTA_DATA(lb[NETEM_LOSS_GE]);
/external/openfst/src/include/fst/
H A Dinterval-set.h107 typename vector<Interval>::const_iterator lb = local
109 if (lb == intervals_.begin())
111 return (--lb)->end > value;
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c199 const Addr lb = make_address(2, 0) - 2 * BITS_PER_UWORD; local
209 for (i = lb; i < ub; i += outer_loop_step)
/external/valgrind/main/mpi/
H A Dmpiwrap_type_test.c122 MPI_Aint lb, ub, ex; local
147 r = MPI_Type_lb( *tyP, &lb );
153 printf("sendToMyself: ex=%d (%d,%d)\n", (int)ex, (int)lb, (int)ub);
154 assert(lb >= 0);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DNearestPoint.cpp133 int i, j, k, m, n, ub, lb; variable
176 lb = MAX(0, k - m);
178 for (i = lb; i <= ub; i++) {
/external/openssl/crypto/bio/
H A Dbio_lib.c422 BIO *lb; local
425 lb=b;
426 while (lb->next_bio != NULL)
427 lb=lb->next_bio;
428 lb->next_bio=bio;
430 bio->prev_bio=lb;
432 BIO_ctrl(b,BIO_CTRL_PUSH,0,lb);
/external/skia/experimental/Intersection/
H A DNearestPoint.cpp133 int i, j, k, m, n, ub, lb; variable
176 lb = MAX(0, k - m);
178 for (i = lb; i <= ub; i++) {
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc116 ParameterMap::iterator lb = parameter_block_map_.lower_bound(values); local
118 // If lb is not the first block, check the previous block for aliasing.
119 if (lb != parameter_block_map_.begin()) {
120 ParameterMap::iterator previous = lb;
128 // If lb is not off the end, check lb for aliasing.
129 if (lb != parameter_block_map_.end()) {
130 CheckForNoAliasing(lb->first,
131 lb->second->Size(),
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducm.c127 const uint8_t *lb, *rb; local
156 lb=UCM_GET_BYTES(lTable, l);
161 result=lb[i]-rb[i];
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloadlib.c170 char *lb; local
173 if (n == 0 || n == nsize || (lb = strrchr(buff, '\\')) == NULL)
176 *lb = '\0';
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.c127 const uint8_t *lb, *rb; local
156 lb=UCM_GET_BYTES(lTable, l);
161 result=lb[i]-rb[i];

Completed in 755 milliseconds

12