HomeSort by relevance Sort by last modified time
    Searched refs:gsl (Results 1 - 16 of 16) 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/Microsoft-GSL/tests/
owner_tests.cpp 18 #include <gsl/gsl>
21 using namespace gsl;
assertion_tests.cpp 18 #include <gsl/gsl>
20 using namespace gsl;
byte_tests.cpp 18 #include <gsl/gsl_byte>
28 using namespace gsl;
104 CHECK(0x12 == gsl::to_integer<char>(b));
105 CHECK(0x12 == gsl::to_integer<short>(b));
106 CHECK(0x12 == gsl::to_integer<long>(b));
107 CHECK(0x12 == gsl::to_integer<long long>(b));
109 CHECK(0x12 == gsl::to_integer<unsigned char>(b));
110 CHECK(0x12 == gsl::to_integer<unsigned short>(b));
111 CHECK(0x12 == gsl::to_integer<unsigned long>(b));
112 CHECK(0x12 == gsl::to_integer<unsigned long long>(b))
    [all...]
at_tests.cpp 18 #include <gsl/gsl>
23 using namespace gsl;
notnull_tests.cpp 18 #include <gsl/gsl>
21 using namespace gsl;
utils_tests.cpp 18 #include <gsl/gsl>
21 using namespace gsl;
bounds_tests.cpp 18 #include <gsl/multi_span>
22 using namespace gsl;;
string_span_tests.cpp 19 #include <gsl/string_span>
24 using namespace gsl;
107 auto s = gsl::to_string(cstring_span<>{});
112 auto s2 = gsl::to_string(v);
119 auto s = gsl::to_basic_string<char,std::char_traits<char>,::std::allocator<char>>(cstring_span<>{});
124 auto s2 = gsl::to_basic_string<char,std::char_traits<char>,::std::allocator<char>>(v);
158 gsl::span<const char> sp = ensure_z("Hello");
198 gsl::span<char> sp = ensure_z(ar1);
232 gsl::span<const char> sp = ensure_z("Hello");
269 gsl::span<char> _sp{ _ar, 5 }
    [all...]
strided_span_tests.cpp 18 #include <gsl/multi_span>
28 using namespace gsl;
43 auto sub = av.section({15, 0, 0}, gsl::index<3>{2, 2, 2});
44 auto subsub = sub.section({1, 0, 0}, gsl::index<3>{1, 1, 1});
span_tests.cpp 18 #include <gsl/span>
29 using namespace gsl;
    [all...]
multi_span_tests.cpp 18 #include <gsl/multi_span>
28 using namespace gsl;
    [all...]
  /build/soong/cc/
test_gen_stub_libs.py 22 import gen_stub_libs as gsl
30 self.assertEqual(9, gsl.decode_api_level('9', {}))
31 self.assertEqual(9000, gsl.decode_api_level('O', {'O': 9000}))
34 gsl.decode_api_level('O', {})
39 self.assertEqual([], gsl.get_tags(''))
40 self.assertEqual([], gsl.get_tags('foo bar baz'))
43 self.assertEqual(['foo', 'bar'], gsl.get_tags('# foo bar'))
44 self.assertEqual(['bar', 'baz'], gsl.get_tags('foo # bar baz'))
47 self.assertTupleEqual(('foo', 'bar'), gsl.split_tag('foo=bar'))
48 self.assertTupleEqual(('foo', 'bar=baz'), gsl.split_tag('foo=bar=baz')
    [all...]
  /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>

Completed in 458 milliseconds