HomeSort by relevance Sort by last modified time
    Searched refs:result_float (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 96 public static class result_float {
118 private result_float(Allocation out) {
268 public result_float reduce_dp_init(float[] in1, float[] in2) {
288 result_float result = reduce_dp_init(ain1, ain2, null);
295 public result_float reduce_dp_init(Allocation ain1, Allocation ain2) {
301 public result_float reduce_dp_init(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
326 return new result_float(aout);
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 98 public static class result_float {
120 private result_float(Allocation out) {
273 public result_float reduce_dp(float[] in1, float[] in2) {
293 result_float result = reduce_dp(ain1, ain2, null);
300 public result_float reduce_dp(Allocation ain1, Allocation ain2) {
306 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
331 return new result_float(aout);
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 98 public static class result_float {
120 private result_float(Allocation out) {
273 public result_float reduce_dp(float[] in1, float[] in2) {
293 result_float result = reduce_dp(ain1, ain2, null);
300 public result_float reduce_dp(Allocation ain1, Allocation ain2) {
306 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
331 return new result_float(aout);
  /external/gemmlowp/test/
correctness_meta_gemm.cc 274 float* result_float = new float[max_m * max_n]; local
307 f_suite(1, 1, 1, 16, 16, 32, 1, 1, 1, scratch, left, right, result_float,
313 result_float, &pool, t);
318 result_float, &pool, t);
320 result_float, &pool, t);
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.cpp 6597 float* result_float = (float*)result; local
    [all...]

Completed in 159 milliseconds