Home
last modified time | relevance | path

Searched refs:IsNormalized (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dformat.h79 static bool IsNormalized(FormatMode mode) { in IsNormalized() function
133 bool IsNormalized() const { in IsNormalized() function
134 if (type_->IsNumber() && IsNormalized(type_->AsNumber()->GetFormatMode())) in IsNormalized()
139 if (!IsNormalized(member.mode)) { in IsNormalized()
Dverifier.cc483 float scale = fmt->IsNormalized() ? 255.f : 1.f; in Probe()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration
89 if (!IsNormalized(Seconds, Nanos)) in ToTimeSpan()
199 if (IsNormalized(seconds, nanoseconds)) in ToJson()
DTimestampPartial.cs48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp
116 if (!IsNormalized(Seconds, Nanos)) in ToDateTime()
201 if (IsNormalized(seconds, nanoseconds)) in ToJson()
/third_party/node/deps/v8/src/objects/
Dapi-callbacks-inl.h32 Foreign::IsNormalized(value)) in TQ_OBJECT_CONSTRUCTORS_IMPL()
34 Foreign::IsNormalized(value)) in TQ_OBJECT_CONSTRUCTORS_IMPL()
Dforeign-inl.h25 bool Foreign::IsNormalized(Object value) { in TQ_OBJECT_CONSTRUCTORS_IMPL()
Dforeign.h24 static inline bool IsNormalized(Object object);
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs908 if (!Duration.IsNormalized(seconds, nanos)) in MergeDuration()