Searched refs:lowest (Results 1 – 25 of 114) sorted by relevance
12345
/external/libcxx/test/std/utilities/time/time.traits/time.traits.duration_values/ |
D | min.pass.cpp | 23 std::numeric_limits<int>::lowest()); in main() 25 std::numeric_limits<double>::lowest()); in main() 27 std::numeric_limits<Rep>::lowest()); in main() 30 std::numeric_limits<int>::lowest(), ""); in main() 32 std::numeric_limits<double>::lowest(), ""); in main() 34 std::numeric_limits<Rep>::lowest(), ""); in main()
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 24 assert(std::numeric_limits<T>::lowest() == expected); in test() 26 assert(std::numeric_limits<const T>::lowest() == expected); in test() 28 assert(std::numeric_limits<volatile T>::lowest() == expected); in test() 30 assert(std::numeric_limits<const volatile T>::lowest() == expected); in test()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-or-04.ll | 19 ; Check the lowest useful OILL value. 42 ; Check the lowest useful OILH value, which is the next value up. 51 ; Check the lowest useful OILF value, which is the next value up again. 87 ; Check the lowest useful OIHL value, which is one greater than above. 115 ; Check the lowest useful OIHH value, which is 1<<32 greater than above. 124 ; Check the lowest useful OIHF value, which is 1<<32 greater again.
|
D | or-04.ll | 5 ; Check the lowest useful OILL value. 23 ; Check the lowest useful OILH value, which is the next value up. 32 ; Check the lowest useful OILF value, which is the next value up again. 59 ; Check the lowest useful OIHL value, which is the next value up. 128 ; Check the lowest useful OIHH value. 147 ; Check the lowest useful OIHF value.
|
D | and-04.ll | 59 ; Check the lowest useful NIHF value (0x00000001_ffffffff). 77 ; Check the lowest NIHH value outside the RISBG range (0x0002ffff_ffffffff). 104 ; Check the lowest NIHL value outside the RISBG range (0xffff0002_ffffffff). 122 ; Check the lowest NILF value outside the RISBG range (0xffffffff_00000002). 131 ; Check the lowest NILH value outside the RISBG range (0xffffffff_0002ffff). 167 ; Check the lowest NILL value outside the RISBG range (0xffffffff_ffff0002).
|
D | atomicrmw-and-04.ll | 42 ; Check the lowest NIHF value outside the range of RISBG. 65 ; Check the lowest NIHH value outside the range of RISBG. 92 ; Check the lowest NILL value outside the range of RISBG. 119 ; Check the lowest NILH value outside the range of RISBG. 128 ; Check the lowest NILF value outside the range of RISBG. 146 ; Check the lowest NIHL value outside the range of RISBG.
|
D | atomicrmw-nand-04.ll | 46 ; Check the lowest NIHF value outside the range of RISBG. 71 ; Check the lowest NIHH value outside the range of RISBG. 98 ; Check the lowest NILL value outside the range of RISBG. 125 ; Check the lowest NILH value outside the range of RISBG. 134 ; Check the lowest NILF value outside the range of RISBG. 152 ; Check the lowest NIHL value outside the range of RISBG.
|
D | or-02.ll | 5 ; Check the lowest useful OILL value. 23 ; Check the lowest useful OILH range, which is the next value up. 32 ; Check the lowest useful OILF value, which is the next value up again.
|
D | insert-04.ll | 5 ; Check the lowest useful IILL value. (We use NILL rather than IILL 40 ; Check the lowest useful IILH value. 73 ; Check the lowest useful IIHL value. 106 ; Check the lowest useful IIHH value.
|
D | atomicrmw-or-03.ll | 19 ; Check the lowest useful OILL value. 42 ; Check the lowest useful OILH value, which is the next value up. 51 ; Check the lowest useful OILF value, which is the next value up.
|
D | int-cmp-49.ll | 7 ; Check the lowest useful TMHL value. 29 ; Check the lowest useful TMHH value.
|
D | asm-02.ll | 6 ; Check the lowest range. 16 ; Check the next lowest byte.
|
D | asm-01.ll | 6 ; Check the lowest range. 16 ; Check the next lowest byte.
|
D | insert-03.ll | 5 ; Check the lowest useful IILL value. (We use NILL rather than IILL 40 ; Check the lowest useful IILH value.
|
D | xor-04.ll | 5 ; Check the lowest useful XILF value. 23 ; Check the lowest useful XIHF value, which is one up from the above.
|
D | atomicrmw-xor-04.ll | 19 ; Check the lowest useful XILF value. 42 ; Check the lowest useful XIHF value, which is one greater than above.
|
D | int-cmp-47.ll | 8 ; Check the lowest useful TMLL value. 46 ; Check the lowest useful TMLH value, which is the next value up. 102 ; Check the lowest useful TMHL value. 158 ; Check the lowest useful TMHH value.
|
D | int-const-02.ll | 103 ; Check the lowest useful LLIHL value, which is the next one up. 173 ; Check the lowest useful LLIHH value, which is 1<<32 greater than the above. 181 ; Check the lowest useful LLIHF value, which is 1<<32 greater again.
|
D | xor-02.ll | 5 ; Check the lowest useful XILF value.
|
/external/jpeg/ |
D | wizard.doc | 184 # Initial DC scan for Y,Cb,Cr (lowest bit not sent) 186 # First AC scan: send first 5 Y AC coefficients, minus 2 lowest bits: 188 # Send all Cr,Cb AC coefficients, minus lowest bit: 193 # Send remaining Y AC coefficients, minus 2 lowest bits: 195 # Send next-to-lowest bit of all Y AC coefficients: 197 # At this point we've sent all but the lowest bit of all coefficients. 198 # Send lowest bit of DC coefficients 200 # Send lowest bit of AC coefficients 203 # Y AC lowest bit scan is last; it's usually the largest scan
|
/external/libcxx/include/ |
D | limits | 27 static constexpr T lowest() noexcept; 149 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return type();} 213 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();} 265 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return min();} 311 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();} 357 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();} 403 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return -max();} 449 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(… 542 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(… 635 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(… [all …]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toy.ml | 7 * 1 is the lowest precedence. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toy.ml | 9 * 1 is the lowest precedence. *)
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 74 ; compensate for this. in the case of sinpi8sqrt2, the lowest bit is 0, 77 ; for cospi8sqrt2minus1 the lowest bit is 1, so we lose precision if we 196 ; because the lowest bit in 0x8a8c is 0, we can pre-shift this
|
/external/sepolicy/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
12345