HomeSort by relevance Sort by last modified time
    Searched refs:nv (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 136 Node *nv, *nw; local
145 nv = ei.getNode();
146 v = nv->tag;
172 nv = &BasicBlock::get(vert[v])->dom;
173 if (nw->getGraph() && !nv->getGraph()) {
175 nw->attach(nv, Graph::Edge::TREE);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 252 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
262 rd2 = (GLfloat)NV / d2; \
272 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
282 } else if (TEXEL > NV) { \
283 TEXEL = NV; \
290 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv,
296 for (j = 0; j < nv; j++) {
364 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv,
372 for (j = 0; j < nv; j++) {
373 GLint m = j * (n - 1) / (nv - 1)
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 252 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
262 rd2 = (GLfloat)NV / d2; \
272 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
282 } else if (TEXEL > NV) { \
283 TEXEL = NV; \
290 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv,
296 for (j = 0; j < nv; j++) {
364 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv,
372 for (j = 0; j < nv; j++) {
373 GLint m = j * (n - 1) / (nv - 1)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 165 #define STATESETUP(m, nv) \
166 if (((m)->space = malloc((size_t)((nv)*(m)->g->nstates))) == NULL) \
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h 253 nvc0_m2mf_push_linear(struct nouveau_context *nv,
257 nve4_p2mf_push_linear(struct nouveau_context *nv,
  /external/lldb/test/types/
AbstractBase.py 159 nv = ("%s = '%s'" if quotedDisplay else "%s = %s") % (var, val)
161 substrs = [nv])
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 253 nvc0_m2mf_push_linear(struct nouveau_context *nv,
257 nve4_p2mf_push_linear(struct nouveau_context *nv,
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 400 DCHECK((cond != al) && (cond != nv));
410 DCHECK((cond != al) && (cond != nv));
434 DCHECK((cond != al) && (cond != nv));
445 DCHECK((cond != al) && (cond != nv));
458 DCHECK((cond != al) && (cond != nv));
468 DCHECK((cond != al) && (cond != nv));
476 DCHECK((cond != al) && (cond != nv));
487 DCHECK((cond != al) && (cond != nv));
498 DCHECK((cond != al) && (cond != nv));
509 DCHECK((cond != al) && (cond != nv));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 727 public void setCurrentNodeStack(IntStack nv) { m_currentNodes = nv; }
863 public void setCurrentExpressionNodeStack(IntStack nv) { m_currentExpressionNodes = nv; }
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 148 this.nv = normal[v] / normal[this.axis];
163 var d = dir[this.axis] + this.nu * dir[u] + this.nv * dir[v];
164 var t = (this.nd - orig[this.axis] - this.nu * orig[u] - this.nv * orig[v]) / d;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 148 this.nv = normal[v] / normal[this.axis];
163 var d = dir[this.axis] + this.nu * dir[u] + this.nv * dir[v];
164 var t = (this.nd - orig[this.axis] - this.nu * orig[u] - this.nv * orig[v]) / d;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-raytrace.js 148 this.nv = normal[v] / normal[this.axis];
163 var d = dir[this.axis] + this.nu * dir[u] + this.nv * dir[v];
164 var t = (this.nd - orig[this.axis] - this.nu * orig[u] - this.nv * orig[v]) / d;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/libcxx/test/support/
nasty_containers.hpp 124 void swap(nasty_vector &nv) _NOEXCEPT_(std::__is_nothrow_swappable<nested_container>::value)
125 { v_.swap(nv.v_); }
  /external/opencv/cxcore/src/
cxsvd.cpp 248 int nv = n; local
331 update_v = vT && n1 > n - nv;
433 for( i = n1; i < nv; i++, vT += ldvT )
442 int lh = nv - i;
643 int nv = n; local
729 update_v = vT && n1 > n - nv;
830 for( i = n1; i < nv; i++, vT += ldvT )
839 int lh = nv - i;
    [all...]
  /external/vixl/src/a64/
macro-assembler-a64.h 67 integer_nv = nv,
69 // These two are *different* from the architectural codes al and nv.
81 kBranchTypeLastCondition = nv,
383 VIXL_ASSERT((cond != al) && (cond != nv));
487 VIXL_ASSERT((cond != al) && (cond != nv));
498 VIXL_ASSERT((cond != al) && (cond != nv));
509 VIXL_ASSERT((cond != al) && (cond != nv));
543 VIXL_ASSERT((cond != al) && (cond != nv));
556 VIXL_ASSERT((cond != al) && (cond != nv));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 124 void swap(nasty_vector &nv) _NOEXCEPT_(std::__is_nothrow_swappable<nested_container>::value)
125 { v_.swap(nv.v_); }
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.c 678 nv30_transfer_push_data(struct nouveau_context *nv,
687 nv30_transfer_copy_data(struct nouveau_context *nv,
692 struct nv04_fifo *fifo = nv->screen->channel->data;
697 struct nouveau_pushbuf *push = nv->pushbuf;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h 256 nv50_cb_push(struct nouveau_context *nv,
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 678 nv30_transfer_push_data(struct nouveau_context *nv,
687 nv30_transfer_copy_data(struct nouveau_context *nv,
692 struct nv04_fifo *fifo = nv->screen->channel->data;
697 struct nouveau_pushbuf *push = nv->pushbuf;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 256 nv50_cb_push(struct nouveau_context *nv,
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 1140 struct LHS_assign nv; local
1141 nv.prev = lh;
1142 suffixedexp(ls, &nv.v);
1143 if (nv.v.k != VINDEXED)
1144 check_conflict(ls, lh, &nv.v);
1147 assignment(ls, &nv, nvars+1);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-add.js 43 assertEquals("21", 2 + x, "nv");

Completed in 2958 milliseconds

1 23 4 5