Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/amber/src/
Dformat.h172 bool IsInt64() const { in IsInt64() function
Dtype_test.cc302 TEST_F(TypeTest, IsInt64) { in TEST_F() argument
Dtype.h65 static bool IsInt64(FormatMode mode, uint32_t num_bits) { in IsInt64() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dint.go437 func (x *Int) IsInt64() bool { func
/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.h773 bool IsInt64() const { return IsIntN(64); } in IsInt64() function