HomeSort by relevance Sort by last modified time
    Searched refs:Top (Results 26 - 50 of 177) sorted by null

12 3 4 5 6 7 8

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 2 * Top-Level parsing and JIT Driver
8 (* top ::= definition | external | expression | ';' *)
13 (* ignore top-level semicolons. *)
30 (* Evaluate a top-level expression into an anonymous function. *)
32 print_endline "parsed a top-level expr";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 2 * Top-Level parsing and JIT Driver
8 (* top ::= definition | external | expression | ';' *)
13 (* ignore top-level semicolons. *)
30 (* Evaluate a top-level expression into an anonymous function. *)
32 print_endline "parsed a top-level expr";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 2 * Top-Level parsing and JIT Driver
8 (* top ::= definition | external | expression | ';' *)
13 (* ignore top-level semicolons. *)
30 (* Evaluate a top-level expression into an anonymous function. *)
32 print_endline "parsed a top-level expr";
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_texmat.c 72 ctx->TextureMatrixStack[i].Top,
t_rasterpos.c 382 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj );
384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye );
436 const GLfloat *inv = ctx->ModelviewMatrixStack.Top->inv;
469 ctx->TextureMatrixStack[u].Top->m, tc);
t_vb_vertex.c 153 if (ctx->ModelviewMatrixStack.Top->type == MATRIX_IDENTITY)
157 ctx->ModelviewMatrixStack.Top,
  /external/chromium_org/v8/src/
typing.h 60 return store_.Top();
  /external/mesa3d/src/mesa/tnl/
t_vb_texmat.c 72 ctx->TextureMatrixStack[i].Top,
t_rasterpos.c 382 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj );
384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye );
436 const GLfloat *inv = ctx->ModelviewMatrixStack.Top->inv;
469 ctx->TextureMatrixStack[u].Top->m, tc);
t_vb_vertex.c 153 if (ctx->ModelviewMatrixStack.Top->type == MATRIX_IDENTITY)
157 ctx->ModelviewMatrixStack.Top,
  /external/chromium_org/cc/resources/
eviction_tile_priority_queue.cc 111 Tile* EvictionTilePriorityQueue::Top() {
113 return paired_queues_.front()->Top(tree_priority_);
150 Tile* EvictionTilePriorityQueue::PairedPictureLayerQueue::Top(
  /external/llvm/lib/Analysis/
CFG.cpp 41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 155 // Allow the scheduler to force top-down or bottom-up scheduling. If neither
191 /// schedule the node at the top of the unscheduled region. Otherwise it will
203 /// top-down scheduling.
235 /// The top of the unscheduled zone.
288 MachineBasicBlock::iterator top() const { return CurrentTop; } function in class:llvm::ScheduleDAGMI
315 // Top-Level entry points for the schedule() driver...
359 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
373 /// The top of the unscheduled zone.
397 /// Get current register pressure for the top scheduled instructions.
441 // Top-Level entry points for the schedule() driver..
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
402 Top: "top",
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgen.c 170 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) {
171 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
174 ctx->ModelviewMatrixStack.Top->inv);
  /external/mesa3d/src/mesa/main/
texgen.c 170 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) {
171 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
174 ctx->ModelviewMatrixStack.Top->inv);
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 21 ''' Subtracts 1 or 2 from the top frame's address.
22 Top frame is normally the return address from asan_report*
  /external/openfst/src/include/fst/
heap.h 48 // \param whether heap top should be max or min element w.r.t. Compare
96 T top = A_[0]; local
101 return top;
106 T Top() const {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 61 INT16 Top;
84 // Left, Top, Right, and Bottom contain the coordinates of the upper-left
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 98 T Top() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 61 INT16 Top;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 46 document.querySelector('#title').innerText = 'Top Chrome Extension Questions';
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 303 matrix = ctx->ModelviewMatrixStack.Top;
306 matrix = ctx->ProjectionMatrixStack.Top;
313 matrix = ctx->TextureMatrixStack[index].Top;
317 matrix = ctx->ProgramMatrixStack[index].Top;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_view.mm 155 Top:(const float)top
158 return _gles_renderer20->SetCoordinates(zOrder, left, top, right, bottom);
  /external/mesa3d/src/mesa/program/
prog_statevars.c 303 matrix = ctx->ModelviewMatrixStack.Top;
306 matrix = ctx->ProjectionMatrixStack.Top;
313 matrix = ctx->TextureMatrixStack[index].Top;
317 matrix = ctx->ProgramMatrixStack[index].Top;
    [all...]

Completed in 686 milliseconds

12 3 4 5 6 7 8