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

  /external/valgrind/none/tests/x86/
getseg.c 7 unsigned long gsl; local
9 asm ("mov $~0, %0; movl %%gs, %0" : "=r" (gsl));
12 printf("%s\n", gsl == gsw ? "PASS" : "FAIL");
  /external/valgrind/auxprogs/
gsl16test 4 # 1.6 of the GNU Scientific Library (gsl). This has proven to be a
6 # which had not been previously discovered. Gsl contains more
11 # You can download gsl and get more info about it at
12 # http://www.gnu.org/software/gsl
17 # absolute name of gsl-1.6.tar.gz file
31 echo "usage: gsl16test /absolute/name/of/gsl-1.6-patched.tar.gz"
80 rm -rf log.verbose gsl-1.6-patched summary.txt
89 "rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \
92 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
95 "(cd gsl-1.6-patched && make -j4 && make -k check)
    [all...]
gsl19test 4 # 1.9 of the GNU Scientific Library (gsl). This has proven to be a
6 # which had not been previously discovered. Gsl 1.9 contains more
13 # You can download gsl and get more info about it at
14 # http://www.gnu.org/software/gsl
19 # absolute name of gsl-1.9.tar.gz file
33 echo "usage: gsl19test /absolute/name/of/gsl-1.9.tar.gz"
83 rm -rf log.verbose gsl-1.9 summary.txt
92 "rm -rf gsl-1.9 && tar xzf $GSL_FILE" && \
95 "(cd gsl-1.9 && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
98 "(cd gsl-1.9 && make && make -k check)
    [all...]
  /external/eigen/bench/
BenchUtil.h 60 #include <gsl/gsl_matrix.h>
61 #include <gsl/gsl_linalg.h>
62 #include <gsl/gsl_eigen.h>
  /external/eigen/test/eigen2/
gsl_helper.h 15 #include <gsl/gsl_blas.h>
16 #include <gsl/gsl_multifit.h>
17 #include <gsl/gsl_eigen.h>
18 #include <gsl/gsl_linalg.h>
19 #include <gsl/gsl_complex.h>
20 #include <gsl/gsl_complex_math.h>

Completed in 72 milliseconds