Home
last modified time | relevance | path

Searched defs:IsUint64 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dformat.h196 bool IsUint64() const { in IsUint64() function
Dtype_test.cc350 TEST_F(TypeTest, IsUint64) { in TEST_F() argument
Dtype.h78 static bool IsUint64(FormatMode mode, uint32_t num_bits) { in IsUint64() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dint.go446 func (x *Int) IsUint64() bool { func
/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.h768 bool IsUint64() const { return IsUintN(64); } in IsUint64() function