HomeSort by relevance Sort by last modified time
    Searched refs:XT (Results 1 - 25 of 35) sorted by null

1 2

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
GLSMultipleLinearRegression.java 96 RealMatrix XT = X.transpose();
97 RealMatrix XTOIX = XT.multiply(OI).multiply(X);
99 return inverse.multiply(XT).multiply(OI).operate(Y);
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 220 template<typename XT>
228 template<typename XT>
229 template<typename X<XT>::Enum>
230 void X<XT>::foo()
234 template<typename XT>
235 template<typename X<XT>::Enum>
236 class X<XT>::Inner { };
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.stdout.exp 159 => XT[11111111,55555555,22222222,66666666]
163 => XT[00112233,11111111,44556677,22222222]
167 => XT[33333333,77777777,44444444,88888888]
171 => XT[8899aabb,33333333,ccddeeff,44444444]
175 => XT[11111111,22222222,55555555,66666666]
179 => XT[11111111,22222222,77777777,88888888]
183 => XT[33333333,44444444,55555555,66666666]
187 => XT[33333333,44444444,77777777,88888888]
191 => XT[11111111,22222222,33333333,44444444]
195 => XT[22222222,33333333,44444444,55555555
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
guard.s 9 add/xt r1,r2,r3
19 ADD/XT r1,r2,r3
  /external/valgrind/none/tests/ppc64/
test_isa_2_06_part1.stdout.exp 167 => XT[11111111,55555555,22222222,66666666]
171 => XT[00112233,11111111,44556677,22222222]
175 => XT[33333333,77777777,44444444,88888888]
179 => XT[8899aabb,33333333,ccddeeff,44444444]
183 => XT[11111111,22222222,55555555,66666666]
187 => XT[11111111,22222222,77777777,88888888]
191 => XT[33333333,44444444,55555555,66666666]
195 => XT[33333333,44444444,77777777,88888888]
199 => XT[11111111,22222222,33333333,44444444]
203 => XT[22222222,33333333,44444444,55555555
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 343 /* Extract XT (destination register) field, instr[0,25:21] */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 34 #define COMPARE_DEREFERENCED(XT, YT) \
36 if ((XT) > (YT)) { \
39 else if ((XT) < (YT)) { \
47 TYPE xT = static_cast<TYPE>(*static_cast<const TYPE*>(X)); \
49 COMPARE_DEREFERENCED(xT, yT); \
54 TYPE xT = static_cast<TYPE>( \
58 COMPARE_DEREFERENCED(xT, yT); \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.x 120 *(SORT(.CRT$XT*)) /* Termination */
i386pe.xa 119 *(SORT(.CRT$XT*)) /* Termination */
i386pe.xbn 119 *(SORT(.CRT$XT*)) /* Termination */
i386pe.xn 119 *(SORT(.CRT$XT*)) /* Termination */
i386pep.x 124 *(SORT(.CRT$XT*)) /* Termination */
i386pep.xa 123 *(SORT(.CRT$XT*)) /* Termination */
i386pep.xbn 123 *(SORT(.CRT$XT*)) /* Termination */
i386pep.xn 123 *(SORT(.CRT$XT*)) /* Termination */
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas-capturing.cpp 1370 struct XT {
1375 XT<int> xt{};
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_dblat2.f     [all...]
c_sblat2.f     [all...]
c_zblat2.f     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]

Completed in 951 milliseconds

1 2