Home
last modified time | relevance | path

Searched refs:test_negative (Results 1 – 16 of 16) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_scoped_enum.pass.cpp33 void test_negative() { in test_negative() function
87 test_negative<Enum>(); in main()
88 test_negative<TestMembers::E1>(); in main()
90 test_negative<std::nullptr_t>(); in main()
91 test_negative<void>(); in main()
92 test_negative<int>(); in main()
93 test_negative<int&>(); in main()
94 test_negative<int&&>(); in main()
95 test_negative<int*>(); in main()
96 test_negative<double>(); in main()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_scoped_enum.pass.cpp33 void test_negative() { in test_negative() function
87 test_negative<Enum>(); in main()
88 test_negative<TestMembers::E1>(); in main()
90 test_negative<std::nullptr_t>(); in main()
91 test_negative<void>(); in main()
92 test_negative<int>(); in main()
93 test_negative<int&>(); in main()
94 test_negative<int&&>(); in main()
95 test_negative<int*>(); in main()
96 test_negative<double>(); in main()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/numeric/
Dreal_policies.hpp289 , traits::test_negative(n), false); in exponent()
318 sink, false, traits::test_negative(n), force_sign) && in nan()
326 sink, false, traits::test_negative(n), force_sign) && in inf()
Dint.hpp211 , traits::test_negative(attr), force_sign) && in insert_int()
282 , traits::test_negative(attr), force_sign) && in insert_int()
/external/llvm/test/Transforms/PlaceSafepoints/
Dbasic.ll14 define void @test_negative() {
15 ; CHECK-LABEL: @test_negative
/external/rust/cxx/gen/lib/tests/
Dtest.rs24 fn test_negative() { in test_negative() function
/external/llvm/test/Transforms/InstCombine/
Dstatepoint.ll8 define i1 @test_negative(i32 addrspace(1)* %p) gc "statepoint-example" {
14 ; CHECK-LABEL: test_negative
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp203 inline bool test_negative(T n) in test_negative() function
384 return test_negative(n) ? static_cast<long>(std::ceil(n)) : in call()
390 return test_negative(n) ? static_cast<long>(std::ceil(n)) : in call()
396 return test_negative(n) ? static_cast<long>(std::ceil(n)) : in call()
Dreal_utils.hpp75 if (traits::test_negative(n)) in call_n()
/external/python/cpython3/Lib/test/
Dtest_unary.py7 def test_negative(self): member in UnaryOpTestCase
Dtest_time.py697 def test_negative(self): member in _TestStrftimeYear
698 return super().test_negative()
722 def test_negative(self): member in _Test4dYear
/external/llvm/test/Transforms/JumpThreading/
Dthread-cmp.ll29 define i32 @test_negative(i32* %p) {
/external/pytorch/test/torch_np/
Dtest_unary_ufuncs.py99 def test_negative(self): member in TestUnaryUfuncs
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dadapt_adt_attributes.hpp368 return test_negative(val.get()); in call()
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dbincount_op_test.py130 def test_negative(self): member in BincountTest
/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_numeric.py1187 def test_negative(self): member in TestBinaryRepr
1226 def test_negative(self): member in TestBaseRepr