Home
last modified time | relevance | path

Searched full:lu (Results 1 – 25 of 6653) sorted by relevance

12345678910>>...267

/aosp_15_r20/external/bc/scripts/
H A Dbitfuncgen.c146 printf("band(%lu, %lu)\n", a, b); in main()
147 printf("bor(%lu, %lu)\n", a, b); in main()
148 printf("bxor(%lu, %lu)\n", a, b); in main()
149 printf("bshl(%lu, %lu)\n", mod(a, 32), mod(b, 5)); in main()
150 printf("bshr(%lu, %lu)\n", mod(a, 32), mod(b, 5)); in main()
151 printf("bshl(%lu, %lu)\n", mod(b, 32), mod(a, 5)); in main()
152 printf("bshr(%lu, %lu)\n", mod(b, 32), mod(a, 5)); in main()
153 printf("bnot8(%lu)\nbnot8(%lu)\n", a, mod(a, 8)); in main()
154 printf("bnot16(%lu)\nbnot16(%lu)\n", a, mod(a, 16)); in main()
155 printf("bnot32(%lu)\nbnot32(%lu)\n", a, mod(a, 32)); in main()
[all …]
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_audio_dump.c573 printf("VIDEO_DIP_CTL DIP buffer trans active\t%lu\n", REG_BIT(dword, 28)); in dump_eaglelake()
574 printf("VIDEO_DIP_CTL AVI DIP enabled\t\t%lu\n", REG_BIT(dword, 21)); in dump_eaglelake()
575 printf("VIDEO_DIP_CTL vendor DIP enabled\t%lu\n", REG_BIT(dword, 22)); in dump_eaglelake()
576 printf("VIDEO_DIP_CTL SPD DIP enabled\t\t%lu\n", REG_BIT(dword, 24)); in dump_eaglelake()
581 printf("VIDEO_DIP_CTL DIP buffer size\t\t%lu\n", REG_BITS(dword, 11, 8)); in dump_eaglelake()
582 printf("VIDEO_DIP_CTL DIP address\t\t%lu\n", REG_BITS(dword, 3, 0)); in dump_eaglelake()
587 printf("AUD_CONFIG fabrication enabled\t\t%lu\n", REG_BITS(dword, 2, 2)); in dump_eaglelake()
588 printf("AUD_CONFIG professional use allowed\t%lu\n", REG_BIT(dword, 1)); in dump_eaglelake()
589 printf("AUD_CONFIG fuse enabled\t\t\t%lu\n", REG_BIT(dword, 0)); in dump_eaglelake()
592 printf("AUD_DEBUG function reset\t\t%lu\n", REG_BIT(dword, 0)); in dump_eaglelake()
[all …]
/aosp_15_r20/external/pcre/maint/Unicode.tables/
H A DDerivedGeneralCategory.txt732 0041..005A ; Lu # [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z
733 00C0..00D6 ; Lu # [23] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER O WITH DIAERESIS
734 00D8..00DE ; Lu # [7] LATIN CAPITAL LETTER O WITH STROKE..LATIN CAPITAL LETTER THORN
735 0100 ; Lu # LATIN CAPITAL LETTER A WITH MACRON
736 0102 ; Lu # LATIN CAPITAL LETTER A WITH BREVE
737 0104 ; Lu # LATIN CAPITAL LETTER A WITH OGONEK
738 0106 ; Lu # LATIN CAPITAL LETTER C WITH ACUTE
739 0108 ; Lu # LATIN CAPITAL LETTER C WITH CIRCUMFLEX
740 010A ; Lu # LATIN CAPITAL LETTER C WITH DOT ABOVE
741 010C ; Lu # LATIN CAPITAL LETTER C WITH CARON
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/data/unicode/
H A DDerivedGeneralCategory.txt732 0041..005A ; Lu # [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z
733 00C0..00D6 ; Lu # [23] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER O WITH DIAERESIS
734 00D8..00DE ; Lu # [7] LATIN CAPITAL LETTER O WITH STROKE..LATIN CAPITAL LETTER THORN
735 0100 ; Lu # LATIN CAPITAL LETTER A WITH MACRON
736 0102 ; Lu # LATIN CAPITAL LETTER A WITH BREVE
737 0104 ; Lu # LATIN CAPITAL LETTER A WITH OGONEK
738 0106 ; Lu # LATIN CAPITAL LETTER C WITH ACUTE
739 0108 ; Lu # LATIN CAPITAL LETTER C WITH CIRCUMFLEX
740 010A ; Lu # LATIN CAPITAL LETTER C WITH DOT ABOVE
741 010C ; Lu # LATIN CAPITAL LETTER C WITH CARON
[all …]
/aosp_15_r20/external/eigen/test/
H A Dlu.cpp11 #include <Eigen/LU>
26 LU.h in lu_non_invertible()
71 FullPivLU<MatrixType> lu; in lu_non_invertible() local
76 lu.setThreshold(RealScalar(0.01)); in lu_non_invertible()
77 lu.compute(m1); in lu_non_invertible()
80 u = lu.matrixLU().template triangularView<Upper>(); in lu_non_invertible()
83 = lu.matrixLU().block(0,0,rows,(std::min)(rows,cols)); in lu_non_invertible()
85 VERIFY_IS_APPROX(lu.permutationP() * m1 * lu.permutationQ(), l*u); in lu_non_invertible()
87 KernelMatrixType m1kernel = lu.kernel(); in lu_non_invertible()
88 ImageMatrixType m1image = lu.image(m1); in lu_non_invertible()
[all …]
/aosp_15_r20/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h47 * \brief LU decomposition of a matrix with partial pivoting, and related features
49 * \tparam _MatrixType the type of the matrix of which we are computing the LU decomposition
51 …* This class represents a LU decomposition of a \b square \b invertible matrix, with partial pivot…
55 …* Typically, partial pivoting LU decomposition is only considered numerically stable for square in…
60 …* The guaranteed safe alternative, working for all matrices, is the full pivoting LU decomposition…
63 …* This is \b not a rank-revealing LU decomposition. Many features are intentionally absent from th…
66 …* This LU decomposition is suitable to invert invertible matrices. It is what MatrixBase::inverse(…
70 …* The data of the LU decomposition can be directly accessed through the methods matrixLU(), permut…
112 * \param matrix the matrix of which to compute the LU decomposition.
122 * \param matrix the matrix of which to compute the LU decomposition.
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/
H A DCategories.txt66 0041 Lu Letter LATIN CAPITAL LETTER A
67 0042 Lu Letter LATIN CAPITAL LETTER B
68 0043 Lu Letter LATIN CAPITAL LETTER C
69 0044 Lu Letter LATIN CAPITAL LETTER D
70 0045 Lu Letter LATIN CAPITAL LETTER E
71 0046 Lu Letter LATIN CAPITAL LETTER F
72 0047 Lu Letter LATIN CAPITAL LETTER G
73 0048 Lu Letter LATIN CAPITAL LETTER H
74 0049 Lu Letter LATIN CAPITAL LETTER I
75 004A Lu Letter LATIN CAPITAL LETTER J
[all …]
/aosp_15_r20/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() argument
90 ASSERT( LU.rows()==LU.cols() ) ; in LU_factor()
100 if( abs( LU( i, j ) )>=big ) big = abs( LU( i, j ) ) ; in LU_factor()
111 theSum = LU( i, j ) ; in LU_factor()
112 theSum -= matrix_matrix_product_sliced(LU, i, 0, i-1, LU, 0, j) ; in LU_factor()
113 // theSum -= sum( LU( i, Range( fromStart, i-1 ) )*LU( Range( fromStart, i-1 ), j ) ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
121 theSum -= matrix_matrix_product_sliced(LU, i, 0, j-1, LU, 0, j) ; in LU_factor()
122 // theSum -= sum( LU( i, Range( fromStart, j-1 ) )*LU( Range( fromStart, j-1 ), j ) ) ; in LU_factor()
[all …]
/aosp_15_r20/external/eigen/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() argument
90 ASSERT( LU.rows()==LU.cols() ) ; in LU_factor()
100 if( abs( LU( i, j ) )>=big ) big = abs( LU( i, j ) ) ; in LU_factor()
111 theSum = LU( i, j ) ; in LU_factor()
112 theSum -= matrix_matrix_product_sliced(LU, i, 0, i-1, LU, 0, j) ; in LU_factor()
113 // theSum -= sum( LU( i, Range( fromStart, i-1 ) )*LU( Range( fromStart, i-1 ), j ) ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
121 theSum -= matrix_matrix_product_sliced(LU, i, 0, j-1, LU, 0, j) ; in LU_factor()
122 // theSum -= sum( LU( i, Range( fromStart, j-1 ) )*LU( Range( fromStart, j-1 ), j ) ) ; in LU_factor()
[all …]
/aosp_15_r20/external/eigen/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() argument
90 ASSERT( LU.rows()==LU.cols() ) ; in LU_factor()
100 if( abs( LU( i, j ) )>=big ) big = abs( LU( i, j ) ) ; in LU_factor()
111 theSum = LU( i, j ) ; in LU_factor()
112 theSum -= matrix_matrix_product_sliced(LU, i, 0, i-1, LU, 0, j) ; in LU_factor()
113 // theSum -= sum( LU( i, Range( fromStart, i-1 ) )*LU( Range( fromStart, i-1 ), j ) ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
121 theSum -= matrix_matrix_product_sliced(LU, i, 0, j-1, LU, 0, j) ; in LU_factor()
122 // theSum -= sum( LU( i, Range( fromStart, j-1 ) )*LU( Range( fromStart, j-1 ), j ) ) ; in LU_factor()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp999 /// folded in \p LU at isel time.
1001 /// This function returns true if \p LU can accommodate what \p F
1008 const LSRUse &LU, const Formula &F);
1010 // Get the cost of the scaling factor used in F for LU.
1012 const LSRUse &LU, const Formula &F,
1060 const LSRUse &LU,
1326 const LSRUse &LU, in RateFormula() argument
1358 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(*TTI, LU, F))); in RateFormula()
1362 C.ScaleCost += getScalingFactorCost(*TTI, LU, F, *L); in RateFormula()
1365 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp829 /// folded in \p LU at isel time.
831 /// This function returns true if \p LU can accommodate what \p F
838 const LSRUse &LU, const Formula &F);
839 // Get the cost of the scaling factor used in F for LU.
841 const LSRUse &LU, const Formula &F);
888 const LSRUse &LU,
980 const LSRUse &LU, in RateFormula() argument
1009 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(TTI, LU, F))); in RateFormula()
1013 ScaleCost += getScalingFactorCost(TTI, LU, F); in RateFormula()
1468 const LSRUse &LU, const Formula &F) { in isAMCompletelyFolded() argument
[all …]
/aosp_15_r20/external/strace/tests-mx32/
H A Dnet-yy-unix.c65 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main()
71 printf("bind(%d<UNIX:[%lu]>, {sa_family=AF_UNIX, sun_path=\"%s\"}" in main()
77 printf("listen(%d<UNIX:[%lu,\"%s\"]>, 1) = 0\n", in main()
84 printf("getsockopt(%d<UNIX:[%lu,\"%s\"]>, SOL_SOCKET, SO_PASSCRED" in main()
92 printf("getsockname(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX" in main()
100 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main()
105 printf("connect(%d<UNIX:[%lu]>, {sa_family=AF_UNIX" in main()
116 printf("accept(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX}" in main()
117 ", [%d->%d]) = %d<UNIX:[%lu->%lu,\"%s\"]>\n", in main()
126 printf("getpeername(%d<UNIX:[%lu->%lu]>, {sa_family=AF_UNIX" in main()
[all …]
/aosp_15_r20/external/strace/tests/
H A Dnet-yy-unix.c65 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main()
71 printf("bind(%d<UNIX:[%lu]>, {sa_family=AF_UNIX, sun_path=\"%s\"}" in main()
77 printf("listen(%d<UNIX:[%lu,\"%s\"]>, 1) = 0\n", in main()
84 printf("getsockopt(%d<UNIX:[%lu,\"%s\"]>, SOL_SOCKET, SO_PASSCRED" in main()
92 printf("getsockname(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX" in main()
100 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main()
105 printf("connect(%d<UNIX:[%lu]>, {sa_family=AF_UNIX" in main()
116 printf("accept(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX}" in main()
117 ", [%d->%d]) = %d<UNIX:[%lu->%lu,\"%s\"]>\n", in main()
126 printf("getpeername(%d<UNIX:[%lu->%lu]>, {sa_family=AF_UNIX" in main()
[all …]
/aosp_15_r20/external/strace/tests-m32/
H A Dnet-yy-unix.c65 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main()
71 printf("bind(%d<UNIX:[%lu]>, {sa_family=AF_UNIX, sun_path=\"%s\"}" in main()
77 printf("listen(%d<UNIX:[%lu,\"%s\"]>, 1) = 0\n", in main()
84 printf("getsockopt(%d<UNIX:[%lu,\"%s\"]>, SOL_SOCKET, SO_PASSCRED" in main()
92 printf("getsockname(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX" in main()
100 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main()
105 printf("connect(%d<UNIX:[%lu]>, {sa_family=AF_UNIX" in main()
116 printf("accept(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX}" in main()
117 ", [%d->%d]) = %d<UNIX:[%lu->%lu,\"%s\"]>\n", in main()
126 printf("getpeername(%d<UNIX:[%lu->%lu]>, {sa_family=AF_UNIX" in main()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_bufferreadwriterect.cpp75 log_error("Size = %lux%lux%lu (%lu total)\n",w,h,d,w*h*d); in print_buffer()
221 … log_error("Verify failed on comparsion %lu: coordinate (%lu, %lu, %lu) of region\n",i,sx,sy,sz); in verify_region()
225 log_error("Device (copy): [%lu]\n",dst); in verify_region()
228 log_error("Verify: [%lu]\n",src); in verify_region()
372 log_info("Using maximum dimension = %lu.\n", max_mem_alloc_dim); in test_bufferreadwriterect()
395 … log_error("Error: Could not find random buffer sized less than %llu bytes in %lu tries.\n", in test_bufferreadwriterect()
404 …log_info("Buffer[%u] is (%lu,%lu,%lu) = %lu MB (truncated)\n",i,width[i],height[i],depth[i],(size_… in test_bufferreadwriterect()
407 log_info( "Total size: %lu MB (truncated)\n", total_bytes/1048576 ); in test_bufferreadwriterect()
494 …log_info("%lu Copy %lu offset (%lu,%lu,%lu) -> %lu offset (%lu,%lu,%lu) region (%lux%lux%lu = %lu)… in test_bufferreadwriterect()
504 …log_info("%lu Read %lu offset (%lu,%lu,%lu) -> %lu offset (%lu,%lu,%lu) region (%lux%lux%lu = %lu)… in test_bufferreadwriterect()
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DLUDecompositionImpl.java27 * L, U and P that satisfy: PA = LU, L is lower triangular, and U is
38 /** Default bound to determine effective singularity in LU decomposition */
41 /** Entries of LU decomposition. */
42 private double lu[][]; field in LUDecompositionImpl
44 /** Pivot permutation associated with LU decomposition */
47 /** Parity of the permutation associated with the LU decomposition */
63 * Calculates the LU-decomposition of the given matrix.
73 * Calculates the LU-decomposition of the given matrix.
87 lu = matrix.getData(); in LUDecompositionImpl()
107 final double[] luRow = lu[row]; in LUDecompositionImpl()
[all …]
H A DFieldLUDecompositionImpl.java30 * L, U and P that satisfy: PA = LU, L is lower triangular, and U is
46 /** Entries of LU decomposition. */
47 private T lu[][]; field in FieldLUDecompositionImpl
49 /** Pivot permutation associated with LU decomposition */
52 /** Parity of the permutation associated with the LU decomposition */
68 * Calculates the LU-decomposition of the given matrix.
81 lu = matrix.getData(); in FieldLUDecompositionImpl()
101 final T[] luRow = lu[row]; in FieldLUDecompositionImpl()
104 sum = sum.subtract(luRow[i].multiply(lu[i][col])); in FieldLUDecompositionImpl()
112 final T[] luRow = lu[row]; in FieldLUDecompositionImpl()
[all …]
/aosp_15_r20/external/mtools/debian/
H A Dchangelog9 -- Alain Knaff <alain@knaff.lu> Sun, 26 Dec 2021 18:57:02 +0100
18 -- Alain Knaff <alain@knaff.lu> Sun, 21 Nov 2021 16:41:10 +0100
24 -- Alain Knaff <alain@knaff.lu> Fri, 6 Aug 2021 20:13:59 +0200
29 -- Alain Knaff <alain@knaff.lu> Fri, 23 Jul 2021 12:41:11 +0200
40 -- Alain Knaff <alain@knaff.lu> Sat, 17 Jul 2021 18:31:38 +0200
67 -- Alain Knaff <alain@knaff.lu> Sat, 10 Jul 2021 14:31:23 +0200
91 -- Alain Knaff <alain@knaff.lu> Sat, 19 Jun 2021 17:22:27 +0200
113 -- Alain Knaff <alain@knaff.lu> Thu, 17 Jun 2021 22:23:39 +0200
118 -- Alain Knaff <alain@knaff.lu> Mon, 31 May 2021 19:07:43 +0200
126 -- Alain Knaff <alain@knaff.lu> Sun, 30 May 2021 18:33:09 +0200
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Dptrace_syscall.c215 …printf("[FAIL]\tInitial args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)r… in test_ptrace_syscall_restart()
246 …printf("[FAIL]\tRestart nr or args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned … in test_ptrace_syscall_restart()
277 …printf("[FAIL]\tRestart nr or args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned … in test_ptrace_syscall_restart()
338 …printf("[FAIL]\tInitial args are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)r… in test_restart_under_ptrace()
360 …printf("[FAIL]\tArgs after SIGUSR1 are wrong (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned … in test_restart_under_ptrace()
398 …printf("[FAIL]\tpause did not restart (nr=%lu, args=%lu %lu %lu %lu %lu %lu)\n", (unsigned long)re… in test_restart_under_ptrace()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1042 /// folded in \p LU at isel time.
1044 /// This function returns true if \p LU can accommodate what \p F
1051 const LSRUse &LU, const Formula &F);
1053 // Get the cost of the scaling factor used in F for LU.
1055 const LSRUse &LU, const Formula &F,
1105 const LSRUse &LU,
1369 const LSRUse &LU, in RateFormula() argument
1403 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(*TTI, LU, F))); in RateFormula()
1407 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula()
1410 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBArray.m53 //% format:@"Index (%lu) beyond bounds (%lu)",
123 //% format:@"Failed to allocate %lu bytes",
261 //% format:@"Failed to allocate %lu bytes",
351 format:@"Failed to allocate %lu bytes",
433 format:@"Index (%lu) beyond bounds (%lu)",
445 format:@"Failed to allocate %lu bytes",
472 format:@"Index (%lu) beyond bounds (%lu)",
493 format:@"Index (%lu) beyond bounds (%lu)",
506 format:@"Index (%lu) beyond bounds (%lu)",
530 format:@"Index (%lu) beyond bounds (%lu)",
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBArray.m53 //% format:@"Index (%lu) beyond bounds (%lu)",
123 //% format:@"Failed to allocate %lu bytes",
261 //% format:@"Failed to allocate %lu bytes",
351 format:@"Failed to allocate %lu bytes",
433 format:@"Index (%lu) beyond bounds (%lu)",
445 format:@"Failed to allocate %lu bytes",
472 format:@"Index (%lu) beyond bounds (%lu)",
493 format:@"Index (%lu) beyond bounds (%lu)",
506 format:@"Index (%lu) beyond bounds (%lu)",
530 format:@"Index (%lu) beyond bounds (%lu)",
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DFieldLUDecomposition.java29 * LU, L is lower triangular, and U is upper triangular and P is a permutation matrix. All matrices
59 /** Entries of LU decomposition. */
60 private T[][] lu; field in FieldLUDecomposition
62 /** Pivot permutation associated with LU decomposition. */
65 /** Parity of the permutation associated with the LU decomposition. */
81 * Calculates the LU-decomposition of the given matrix.
94 lu = matrix.getData(); in FieldLUDecomposition()
114 final T[] luRow = lu[row]; in FieldLUDecomposition()
117 sum = sum.subtract(luRow[i].multiply(lu[i][col])); in FieldLUDecomposition()
125 final T[] luRow = lu[row]; in FieldLUDecomposition()
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dlight.c105 struct gl_light_uniforms *lu = &ctx->Light.LightSource[lnum]; in do_light() local
109 if (TEST_EQ_4V(lu->Ambient, params)) in do_light()
112 COPY_4V( lu->Ambient, params ); in do_light()
115 if (TEST_EQ_4V(lu->Diffuse, params)) in do_light()
118 COPY_4V( lu->Diffuse, params ); in do_light()
121 if (TEST_EQ_4V(lu->Specular, params)) in do_light()
124 COPY_4V( lu->Specular, params ); in do_light()
128 if (TEST_EQ_4V(lu->EyePosition, params)) in do_light()
132 bool old_positional = lu->EyePosition[3] != 0.0f; in do_light()
134 COPY_4V(lu->EyePosition, params); in do_light()
[all …]

12345678910>>...267