Searched defs:array2d (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 15 array2d(T, d1, d2) = Array{T, 2}(undef, d1, d2) function 18 array2d(T, d1, d2) = Array(T, d1, d2) function
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | restsnew.cpp | 873 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local 924 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | restsnew.cpp | 873 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local 924 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | FastMathCalc.java | 619 static void printarray(PrintStream out, String name, int expectedLen, double[][] array2d) { in printarray()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | creststn.c | 1667 UResourceBundle* array2d=NULL; in testTag() local
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | creststn.c | 1671 UResourceBundle* array2d=NULL; in testTag() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | array_elementwise_ops_test.cc | 2137 auto array2d = in XLA_TEST_F() local 2152 auto array2d = in XLA_TEST_F() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | LinearAlgebra.cpp | 2211 using array2d = std::array<std::array<scalar_t, COL>, ROW>; typedef
|