Searched defs:IsComplex (Results 1 – 5 of 5) sorted by relevance
30 inline bool IsComplex(cudaDataType_t type) { return type == CUDA_C_32F || type == CUDA_C_64F; } in IsComplex() function
403 bool IsComplex() const { in IsComplex() function
50 bool IsComplex = false; variable
51 bool IsComplex = false; variable
111527 bool IsComplex () const { return GetNumRects() > 1; } in IsComplex() function in nsRegion111908 bool IsComplex () const { return mImpl.IsComplex (); } in IsComplex() function in mozilla::gfx::BaseIntRegion