HomeSort by relevance Sort by last modified time
    Searched defs:NL (Results 101 - 125 of 291) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/CodeGen/
CGStmt.cpp 636 auto NL = ApplyDebugLocation::CreateEmpty(*this);
645 auto NL = ApplyDebugLocation::CreateEmpty(*this);
    [all...]
CodeGenFunction.cpp 410 auto NL = ApplyDebugLocation::CreateArtificial(*this);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cComputeShaderTests.cpp 504 NL "layout(local_size_x = 1, local_size_y = 1) in;" NL "layout(std430) buffer Output {" NL " vec4 data;" NL
505 "} g_out;" NL "void main() {" NL " g_out.data = vec4(1.0, 2.0, 3.0, 4.0);" NL "}";
567 return NL "1. Verify that declared local work size has correct effect." NL
568 "2. Verify that the number of shader invocations is correct." NL
    [all...]
gl4cES31CompatibilityShaderImageLoadStoreTests.cpp 56 const char* const kGLSLSIA = NL "#extension GL_OES_shader_image_atomic : require";
58 NL "precision highp float;" NL "precision highp int;" NL "precision highp sampler2D;" NL
59 "precision highp sampler3D;" NL "precision highp samplerCube;" NL "precision highp sampler2DArray;" NL
60 "precision highp isampler2D;" NL "precision highp isampler3D;" NL "precision highp isamplerCube;" N
    [all...]
gl4cShaderAtomicCountersTests.cpp 52 return NL "";
57 return NL "";
62 return NL "";
67 return NL "";
894 return NL "Atomic Counter Buffer - basic operations";
899 return NL
900 "Verify that basic buffer operations work as expected with new buffer target." NL
901 "Tested commands: BindBuffer, BufferData, BufferSubData, MapBuffer, MapBufferRange, UnmapBuffer and" NL
907 return NL "";
912 return NL "";
    [all...]
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp 77 const char* const kGLSLVer = "#version 310 es" NL "precision highp float;" NL "precision highp int;";
506 NL "layout(std430, binding = 1) buffer InputBuffer {" NL " vec4 position[3];" NL "} g_input_buffer;" NL
507 "void main() {" NL " gl_Position = g_input_buffer.position[gl_VertexID];" NL "}";
508 const char* const glsl_fs = NL "layout(location = 0) out vec4 o_color;" NL "void main() {" N
    [all...]
gl4cShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cComputeShaderTests.cpp 513 NL "layout(local_size_x = 1, local_size_y = 1) in;" NL "layout(std430) buffer Output {" NL " vec4 data;" NL
514 "} g_out;" NL "void main() {" NL " g_out.data = vec4(1.0, 2.0, 3.0, 4.0);" NL "}";
576 return NL "1. Verify that declared local work size has correct effect." NL
577 "2. Verify that the number of shader invocations is correct." NL
    [all...]
es31cShaderImageLoadStoreTests.cpp 55 const char* const kGLSLSIA = NL "#extension GL_OES_shader_image_atomic : require";
58 NL "precision highp float;" NL "precision highp int;" NL "precision highp sampler2D;" NL
59 "precision highp sampler3D;" NL "precision highp samplerCube;" NL "precision highp sampler2DArray;" NL
60 "precision highp isampler2D;" NL "precision highp isampler3D;" NL "precision highp isamplerCube;" N
    [all...]
es31cShaderStorageBufferObjectTests.cpp 74 const char* const kGLSLVer = "#version 310 es" NL "precision highp float;" NL "precision highp int;";
502 NL "layout(std430, binding = 1) buffer InputBuffer {" NL " vec4 position[3];" NL "} g_input_buffer;" NL
503 "void main() {" NL " gl_Position = g_input_buffer.position[gl_VertexID];" NL "}";
504 const char* const glsl_fs = NL "layout(location = 0) out vec4 o_color;" NL "void main() {" N
    [all...]
  /external/eigen/blas/testing/
cblat2.f 475 $ NL, NS
558 NL = M
561 NL = N
566 LX = ABS( INCX )*NL
571 CALL CMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
572 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
573 IF( NL.GT.1 )THEN
574 X( NL/2 ) = ZERO
575 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
dblat2.f 465 $ NL, NS
548 NL = M
551 NL = N
556 LX = ABS( INCX )*NL
561 CALL DMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
562 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
563 IF( NL.GT.1 )THEN
564 X( NL/2 ) = ZERO
565 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
sblat2.f 465 $ NL, NS
548 NL = M
551 NL = N
556 LX = ABS( INCX )*NL
561 CALL SMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
562 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
563 IF( NL.GT.1 )THEN
564 X( NL/2 ) = ZERO
565 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
zblat2.f 477 $ NL, NS
560 NL = M
563 NL = N
568 LX = ABS( INCX )*NL
573 CALL ZMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
574 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
575 IF( NL.GT.1 )THEN
576 X( NL/2 ) = ZERO
577 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java     [all...]
  /external/libopus/silk/
structs.h 70 opus_int32 NL[ VAD_N_BANDS ]; /* Noise energy level in each band */
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py 38 NL = '\n'
59 print >> fp, NL, NL.join(diff)
297 eq(text, NL.join(lines[1:]))
    [all...]
test_email_renamed.py 39 NL = '\n'
60 print >> fp, NL, NL.join(diff)
262 eq(text, NL.join(lines[1:]))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 224 const char *NL, const char *Sep) const override;
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py 44 NL = '\n'
65 print >> fp, NL, NL.join(diff)
303 eq(text, NL.join(lines[1:]))
    [all...]
test_email_renamed.py 39 NL = '\n'
60 print >> fp, NL, NL.join(diff)
262 eq(text, NL.join(lines[1:]))
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c     [all...]

Completed in 952 milliseconds

1 2 3 45 6 7 8 91011>>