HomeSort by relevance Sort by last modified time
    Searched full:init_function (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/eigen/bench/btl/generic_bench/init/
init_matrix.hh 27 template<double init_function(int,int), class Vector>
33 X[j]=typename Vector::value_type(init_function(row,j));
42 template<double init_function(int,int),class Vector>
46 init_row<init_function>(A[row],size,row);
50 template<double init_function(int,int),class Matrix>
56 A[row][row] = init_function(row,row);
58 double x = init_function(row,col);
init_vector.hh 27 template<double init_function(int), class Vector>
33 X[i]=typename Vector::value_type(init_function(i));
init_function.hh 2 // File : init_function.hh
  /external/libselinux/src/
selinux_internal.h 103 #define __selinux_once(ONCE_CONTROL, INIT_FUNCTION) \
106 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
108 INIT_FUNCTION (); \
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 161 lpfnInit init_function = local
164 if (!init_function) {
172 init_function(pipe);
  /external/eigen/bench/btl/actions/
action_rot.hh 20 #include "init/init_function.hh"
action_aat_product.hh 25 #include "init/init_function.hh"
action_ata_product.hh 25 #include "init/init_function.hh"
action_atv_product.hh 25 #include "init/init_function.hh"
action_axpby.hh 24 #include "init/init_function.hh"
action_axpy.hh 25 #include "init/init_function.hh"
action_cholesky.hh 24 #include "init/init_function.hh"
action_ger.hh 20 #include "init/init_function.hh"
action_lu_decomp.hh 24 #include "init/init_function.hh"
action_lu_solve.hh 25 #include "init/init_function.hh"
action_matrix_matrix_product.hh 25 #include "init/init_function.hh"
action_matrix_vector_product.hh 25 #include "init/init_function.hh"
action_partial_lu.hh 24 #include "init/init_function.hh"
action_symv.hh 25 #include "init/init_function.hh"
action_syr2.hh 25 #include "init/init_function.hh"
action_trisolve.hh 24 #include "init/init_function.hh"
action_hessenberg.hh 24 #include "init/init_function.hh"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 369 #define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \
373 INIT_FUNCTION)); \
375 INIT_FUNCTION (); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 369 #define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \
373 INIT_FUNCTION)); \
375 INIT_FUNCTION (); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 369 #define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \
373 INIT_FUNCTION)); \
375 INIT_FUNCTION (); \

Completed in 1252 milliseconds

1 2 3