HomeSort by: relevance | last modified time | path
    Searched defs:Linear (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/motif_l/
m_motif.h 32 #define Linear( scr, y, x ) \
35 ( scr->characters + Linear( scr, y, x ) )
37 ( scr->flags + Linear( scr, y, x ) )
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 11241 enum ParamKindTy { LinearWithVarStride, Linear, Uniform, Vector };
11259 // b) If the function has any non-uniform, non-linear parameters, then the
11355 case Linear:
11385 /// var or no linear modifiers (1.b in the section). For this, we
11386 /// need to extend ParamKindTy to support the linear modifiers.
11396 if (Kind == ParamKindTy::Linear)
11399 // TODO: Handle linear references with modifiers
11493 case Linear:
11729 // Mark linear parameters.
11735 // Rescaling factor needed to compute the linear paramete
    [all...]

Completed in 30 milliseconds