HomeSort by relevance Sort by last modified time
    Searched full:array_float (Results 1 - 5 of 5) sorted by null

  /external/eigen/test/eigen2/
eigen2_first_aligned.cpp 29 EIGEN_ALIGN_128 float array_float[100]; local
30 test_first_aligned_helper(array_float, 50);
31 test_first_aligned_helper(array_float+1, 50);
32 test_first_aligned_helper(array_float+2, 50);
33 test_first_aligned_helper(array_float+3, 50);
34 test_first_aligned_helper(array_float+4, 50);
35 test_first_aligned_helper(array_float+5, 50);
  /external/eigen/test/
first_aligned.cpp 31 EIGEN_ALIGN16 float array_float[100]; local
32 test_first_aligned_helper(array_float, 50);
33 test_first_aligned_helper(array_float+1, 50);
34 test_first_aligned_helper(array_float+2, 50);
35 test_first_aligned_helper(array_float+3, 50);
36 test_first_aligned_helper(array_float+4, 50);
37 test_first_aligned_helper(array_float+5, 50);
  /frameworks/compile/slang/tests/P_reduce_general_result/
reduce_general_result.rs 53 typedef float array_float[7];
54 static void my_array_float_accum(array_float *accum, float val) { }
55 static void my_array_float_comb(array_float *accum, const array_float *other) { }
  /frameworks/compile/slang/tests/P_reduce_general_accumulator/
reduce_general_accumulator.rs 78 typedef float array_float[7];
79 static void my_array_float_accum(array_float *accum, int val) { }
80 static void my_array_float_comb(array_float *accum, const array_float *other) { }
81 static void my_array_float_out(int *out, const array_float *accum) { }
    [all...]
  /art/test/510-checker-try-catch/smali/
Runtime.smali 514 fill-array-data v0, :array_float
537 :array_float

Completed in 128 milliseconds