Searched refs:lowest (Results 1 – 25 of 156) sorted by relevance
1234567
/external/libcxx/test/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/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/chromium_org/tools/sheriffing/ |
D | buildinfo.js | 76 var lowest = parseInt(json.sourceStamp.changes[0].revision, 10); 80 if (rev < lowest) 81 lowest = rev; 85 return [lowest, highest];
|
/external/llvm/test/CodeGen/SystemZ/ |
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-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 | 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 | 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 | 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 | 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.
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | value_bar.css | 25 .value-bar .lowest-value-control { 46 .value-bar[orient='vertical'] .lowest-value-control { 77 .value-bar[orient='horizontal'] .lowest-value-control {
|
/external/qemu/distrib/jpeg-6b/ |
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/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/chromium_org/ui/gfx/ |
D | icon_util_unittests.rc | 31 // Icon with lowest ID value placed first to ensure application icon
|
1234567