Searched
refs:numeric_limits (Results
426 -
450 of
1055) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)() 188 _Integer __over_base = (numeric_limits<_Integer>::max)() / __STATIC_CAST(_Integer, __base); 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)() 188 _Integer __over_base = (numeric_limits<_Integer>::max)() / __STATIC_CAST(_Integer, __base); 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_num_get.c | 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)() 188 _Integer __over_base = (numeric_limits<_Integer>::max)() / __STATIC_CAST(_Integer, __base); 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
|
/external/chromium_org/content/browser/battery_status/ |
battery_status_manager_linux.cc | 354 : std::numeric_limits<double>::infinity(); 363 status.chargingTime = std::numeric_limits<double>::infinity(); 370 status.chargingTime = std::numeric_limits<double>::infinity();
|
battery_status_browsertest.cc | 126 status.dischargingTime = std::numeric_limits<double>::infinity();
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_context_state.cc | 165 InitializeContextState(&prev_state, std::numeric_limits<uint32>::max(), 0); 189 InitializeContextState(&prev_state, std::numeric_limits<uint32>::max(), 0); 220 InitializeContextState(&prev_state, std::numeric_limits<uint32>::max(), 0);
|
/external/chromium_org/mojo/system/ |
memory_unittest.cc | 258 std::numeric_limits<size_t>::max() / sizeof(int32_t) + 1; 269 std::numeric_limits<size_t>::max() / sizeof(int64_t) + 1; 281 std::numeric_limits<size_t>::max() / sizeof(int32_t) + 1;
|
/external/chromium_org/ppapi/tests/ |
test_var_deprecated.cc | 126 uint32_t len = std::numeric_limits<uint32_t>::max(); 132 len = std::numeric_limits<uint32_t>::max(); 140 len = std::numeric_limits<uint32_t>::max();
|
/external/chromium_org/third_party/ots/src/ |
gdef.cc | 47 if (attach_points_end > std::numeric_limits<uint16_t>::max()) { 116 if (lig_glyphs_end > std::numeric_limits<uint16_t>::max()) { 221 if (mark_sets_end > std::numeric_limits<uint16_t>::max()) {
|
/external/chromium_org/ui/events/gesture_detection/ |
scale_gesture_detector.cc | 353 touch_upper_ = std::numeric_limits<float>::quiet_NaN(); 354 touch_lower_ = std::numeric_limits<float>::quiet_NaN(); 355 touch_history_last_accepted_ = std::numeric_limits<float>::quiet_NaN();
|
/art/runtime/interpreter/ |
interpreter_common.h | 208 const int32_t kMinInt = std::numeric_limits<int32_t>::min(); 226 const int32_t kMinInt = std::numeric_limits<int32_t>::min(); 244 const int64_t kMinLong = std::numeric_limits<int64_t>::min(); 262 const int64_t kMinLong = std::numeric_limits<int64_t>::min();
|
/external/ceres-solver/internal/ceres/ |
graph.h | 146 return std::numeric_limits<double>::quiet_NaN();
|
/external/chromium_org/base/files/ |
file_enumerator_win.cc | 33 DCHECK_LE(size.QuadPart, std::numeric_limits<int64>::max());
|
/external/chromium_org/base/memory/ |
shared_memory_nacl.cc | 91 if (bytes > static_cast<size_t>(std::numeric_limits<int>::max()))
|
/external/chromium_org/cc/debug/ |
frame_rate_counter.cc | 91 *min_fps = std::numeric_limits<double>::max();
|
invalidation_benchmark.cc | 136 return static_cast<float>(seed_) / std::numeric_limits<uint32>::max();
|
micro_benchmark_controller.cc | 85 if (next_id_ == std::numeric_limits<int>::max())
|
/external/chromium_org/cc/resources/ |
tile_priority.h | 49 distance_to_visible(std::numeric_limits<float>::infinity()) {}
|
/external/chromium_org/cc/test/ |
test_now_source.cc | 85 base::TimeTicks::FromInternalValue(std::numeric_limits<int64_t>::max());
|
/external/chromium_org/mojo/apps/js/test/ |
js_to_cpp_unittest.cc | 46 const double kExpectedDoubleInf = std::numeric_limits<double>::infinity(); 47 const double kExpectedDoubleNan = std::numeric_limits<double>::quiet_NaN(); 49 const float kExpectedFloatInf = std::numeric_limits<float>::infinity(); 50 const float kExpectedFloatNan = std::numeric_limits<float>::quiet_NaN();
|
/external/chromium_org/native_client_sdk/src/examples/api/audio/ |
audio.cc | 66 const int16_t max_int16 = std::numeric_limits<int16_t>::max();
|
/external/chromium_org/net/quic/crypto/ |
quic_server_info.cc | 125 state_.certs.size() > std::numeric_limits<uint32>::max() ||
|
/external/chromium_org/ppapi/examples/audio/ |
audio.cc | 87 const int16_t max_int16 = std::numeric_limits<int16_t>::max();
|
/external/chromium_org/ppapi/proxy/ |
graphics_2d_resource.cc | 37 std::numeric_limits<int32>::max() / 4;
|
/external/chromium_org/remoting/base/ |
rsa_key_pair.cc | 102 base::RandInt(1, std::numeric_limits<int>::max()),
|
Completed in 1638 milliseconds
<<11121314151617181920>>