Searched refs:real_type (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | generate_real.h | 71 using real_type = RealType; variable 72 using uint_type = absl::conditional_t<std::is_same<real_type, float>::value, 76 (std::is_same<double, real_type>::value || 77 std::is_same<float, real_type>::value), 80 static_assert(sizeof(uint_type) == sizeof(real_type), 83 static_assert((std::numeric_limits<real_type>::is_iec559 && 84 std::numeric_limits<real_type>::radix == 2), 92 static constexpr int kExp = std::numeric_limits<real_type>::digits - 1; 96 int exp = exp_bias + int{std::numeric_limits<real_type>::max_exponent - 2}; 134 real_type result;
|
D | iostream_state_saver_test.cc | 289 using real_type = long double; in TEST() typedef 290 const real_type kValues[] = { in TEST() 320 std::numeric_limits<real_type>::max(), in TEST() 321 std::numeric_limits<real_type>::lowest(), in TEST() 322 std::numeric_limits<real_type>::epsilon(), in TEST() 323 std::nextafter(std::numeric_limits<real_type>::min(), in TEST() 324 real_type(1)), // min + epsilon in TEST() 325 std::numeric_limits<real_type>::min(), // smallest normal in TEST() 327 std::numeric_limits<real_type>::denorm_min(), // smallest denorm in TEST() 328 std::numeric_limits<real_type>::min() / 2, in TEST() [all …]
|
/third_party/libevdev/libevdev/ |
D | libevdev-names.c | 113 int real_type; in libevdev_event_code_from_name_n() local 116 real_type = type_from_prefix(name, len); in libevdev_event_code_from_name_n() 117 if (real_type < 0 || (unsigned int)real_type != type) in libevdev_event_code_from_name_n()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | beta_distribution.h | 282 using real_type = in AlgorithmJoehnk() local 291 u = GenerateRealFromBits<real_type, GeneratePositiveTag, false>( in AlgorithmJoehnk() 293 v = GenerateRealFromBits<real_type, GeneratePositiveTag, false>( in AlgorithmJoehnk() 340 using real_type = in AlgorithmCheng() local 354 u1 = GenerateRealFromBits<real_type, GeneratePositiveTag, false>( in AlgorithmCheng() 356 u2 = GenerateRealFromBits<real_type, GeneratePositiveTag, false>( in AlgorithmCheng()
|
D | exponential_distribution.h | 125 using real_type = in operator() local 128 const result_type u = GenerateRealFromBits<real_type, GenerateNegativeTag, in operator()
|
D | uniform_real_distribution.h | 159 using real_type = in operator() local 164 GenerateRealFromBits<real_type, GeneratePositiveTag, true>( in operator()
|
/third_party/protobuf/src/google/protobuf/ |
D | extension_set.cc | 59 inline WireFormatLite::FieldType real_type(FieldType type) { in real_type() function 65 return WireFormatLite::FieldTypeToCppType(real_type(type)); in cpp_type() 1170 WireFormatLite::WireTypeForFieldType(real_type(extension->type)); in FindExtensionInfoFromFieldNumber() 1570 switch (real_type(type)) { in ByteSize() 1618 size_t tag_size = WireFormatLite::TagSize(number, real_type(type)); in ByteSize() 1620 switch (real_type(type)) { in ByteSize() 1660 result += WireFormatLite::TagSize(number, real_type(type)); in ByteSize() 1661 switch (real_type(type)) { in ByteSize() 1940 switch (real_type(type)) { in InternalSerializeFieldWithCachedSizesToArray() 1974 switch (real_type(type)) { in InternalSerializeFieldWithCachedSizesToArray() [all …]
|
D | extension_set_heavy.cc | 128 inline FieldDescriptor::Type real_type(FieldType type) { in real_type() function
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 2329 ValueType real_type = ValueType::Ref( in TypecheckJSObject() local 2333 if (!IsSubtypeOf(real_type, expected, exporting_module, module)) { in TypecheckJSObject()
|