Home
last modified time | relevance | path

Searched refs:POSITIVE (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/test/msan/
Dprint_stats.cc26 #ifdef POSITIVE in main()
Dmsan_check_mem_is_initialized.cc16 #ifdef POSITIVE in main()
Dvector_cvt.cc15 #ifdef POSITIVE in main()
Dioctl_custom.cc22 #ifndef POSITIVE in main()
Dobstack.cc27 #ifdef POSITIVE in main()
Diconv.cc23 #ifdef POSITIVE in main()
/external/compiler-rt/test/asan/TestCases/Posix/
Dreadv.cc17 #ifdef POSITIVE in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc27 #ifdef POSITIVE in main()
/external/v8/src/
Dconversions-inl.h458 POSITIVE in InternalStringToDouble() enumerator
467 sign = POSITIVE; in InternalStringToDouble()
/external/opencv/cv/include/
Dcv.hpp198 enum { GENERIC=0, ASYMMETRICAL=1, SYMMETRICAL=2, POSITIVE=4, SUM_TO_1=8, INTEGER=16 }; enumerator
/external/llvm/lib/Target/SystemZ/
DREADME.txt56 LOAD NEGATIVE and LOAD POSITIVE in cases where we don't need the
/external/opencv/cv/src/
Dcvfilter.cpp720 kx_flags = ky_flags = ASYMMETRICAL + SYMMETRICAL + POSITIVE + SUM_TO_1 + INTEGER; in init()
732 kx_flags &= ~POSITIVE; in init()
749 ky_flags &= ~POSITIVE; in init()
767 … ((kx_flags&ky_flags) & (SYMMETRICAL + POSITIVE + SUM_TO_1)) == SYMMETRICAL + POSITIVE + SUM_TO_1 ) in init()
/external/llvm/test/CodeGen/SystemZ/
Dfp-cmp-04.ll104 ; Test the result of LOAD POSITIVE.