Searched refs:traps (Results 1 - 25 of 26) sorted by relevance

12

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dtraps.pass.cpp12 // traps
27 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
28 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
29 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
30 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
H A Dconst_data_members.pass.cpp35 traps
64 test(std::numeric_limits<type>::traps); \
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dtraps.pass.cpp12 // traps
26 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
27 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
28 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
29 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
H A Dconst_data_members.pass.cpp35 traps
64 test(std::numeric_limits<type>::traps); \
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dtraps.pass.cpp12 // traps
27 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
28 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
29 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
30 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
H A Dconst_data_members.pass.cpp35 traps
64 test(std::numeric_limits<type>::traps); \
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits/
H A Ddefault.pass.cpp77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
H A Ddefault.pass.cpp77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits/
H A Ddefault.pass.cpp77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_limits.c59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
H A D_limits.h87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_limits.c59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
H A D_limits.h87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_limits.c59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
H A D_limits.h87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_limits.c59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
H A D_limits.h87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_decimal.py59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_decimal.py59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddecimal.py82 >>> getcontext().traps[DivisionByZero] = 1
90 >>> c.traps[InvalidOperation] = 0
95 >>> c.traps[InvalidOperation] = 1
110 >>> c.traps[InvalidOperation] = 0
375 # List of public traps and flags
2360 # create a copy of the current context, with cleared flags/traps
2364 newcontext.traps[exception] = 0
3769 traps - If traps[exception] = 1, then the exception is
3783 traps
5875 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], variable
5881 traps=[], variable
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddecimal.py82 >>> getcontext().traps[DivisionByZero] = 1
90 >>> c.traps[InvalidOperation] = 0
95 >>> c.traps[InvalidOperation] = 1
110 >>> c.traps[InvalidOperation] = 0
375 # List of public traps and flags
2360 # create a copy of the current context, with cleared flags/traps
2364 newcontext.traps[exception] = 0
3769 traps - If traps[exception] = 1, then the exception is
3783 traps
5875 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], variable
5881 traps=[], variable
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py82 >>> getcontext().traps[DivisionByZero] = 1
90 >>> c.traps[InvalidOperation] = 0
95 >>> c.traps[InvalidOperation] = 1
110 >>> c.traps[InvalidOperation] = 0
375 # List of public traps and flags
2360 # create a copy of the current context, with cleared flags/traps
2364 newcontext.traps[exception] = 0
3769 traps - If traps[exception] = 1, then the exception is
3783 traps
5875 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], variable
5881 traps=[], variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py82 >>> getcontext().traps[DivisionByZero] = 1
90 >>> c.traps[InvalidOperation] = 0
95 >>> c.traps[InvalidOperation] = 1
110 >>> c.traps[InvalidOperation] = 0
375 # List of public traps and flags
2360 # create a copy of the current context, with cleared flags/traps
2364 newcontext.traps[exception] = 0
3769 traps - If traps[exception] = 1, then the exception is
3783 traps
5875 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], variable
5881 traps=[], variable
[all...]

Completed in 1874 milliseconds

12