Searched refs:kFloatingPointTypes (Results 1 – 3 of 3) sorted by relevance
24 kFloatingPointTypes = 1 << 1, enumerator28 kNonComplexOrQintTypes = kIntegralTypes | kBoolType | kFloatingPointTypes,
1483 kIntegralTypes | kFloatingPointTypes | kBoolType); in nnc_lowerings_lazy_registration()1661 kFloatingPointTypes); in nnc_lowerings_lazy_registration()
57 return (typeConstraints & kFloatingPointTypes) != 0; in checkTypes()