Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 114) sorted by relevance

12345

/external/libcxx/test/std/utilities/time/time.traits/time.traits.duration_values/
Dmin.pass.cpp23 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/
Dlowest.pass.cpp24 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/
Datomicrmw-or-04.ll19 ; 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.
Dor-04.ll5 ; 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.
Dand-04.ll59 ; 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).
Datomicrmw-and-04.ll42 ; 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.
Datomicrmw-nand-04.ll46 ; 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.
Dor-02.ll5 ; 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.
Dinsert-04.ll5 ; 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.
Datomicrmw-or-03.ll19 ; 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.
Dint-cmp-49.ll7 ; Check the lowest useful TMHL value.
29 ; Check the lowest useful TMHH value.
Dasm-02.ll6 ; Check the lowest range.
16 ; Check the next lowest byte.
Dasm-01.ll6 ; Check the lowest range.
16 ; Check the next lowest byte.
Dinsert-03.ll5 ; Check the lowest useful IILL value. (We use NILL rather than IILL
40 ; Check the lowest useful IILH value.
Dxor-04.ll5 ; Check the lowest useful XILF value.
23 ; Check the lowest useful XIHF value, which is one up from the above.
Datomicrmw-xor-04.ll19 ; Check the lowest useful XILF value.
42 ; Check the lowest useful XIHF value, which is one greater than above.
Dint-cmp-47.ll8 ; 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.
Dint-const-02.ll103 ; 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.
Dxor-02.ll5 ; Check the lowest useful XILF value.
/external/jpeg/
Dwizard.doc184 # 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/
Dlimits27 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/
Dtoy.ml7 * 1 is the lowest precedence. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoy.ml9 * 1 is the lowest precedence. *)
/external/libvpx/libvpx/vp8/common/arm/neon/
Didct_dequant_full_2x_neon.asm74 ; 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/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest

12345