Searched refs:fixed_type (Results 1 – 3 of 3) sorted by relevance
48 typedef karma::real_generator<double, fixed_policy<double> > fixed_type; in main() typedef49 fixed_type const fixed = fixed_type(); in main()
245 fixed_type = type_ - Type.VECTOR_INT2246 return Type(fixed_type % 3 + Type.INT), fixed_type // 3 + 2
119 auto fixed_type = t - FBT_VECTOR_INT2; in ToFixedTypedVectorElementType() local120 *len = static_cast<uint8_t>(fixed_type / 3 + in ToFixedTypedVectorElementType()122 return static_cast<Type>(fixed_type % 3 + FBT_INT); in ToFixedTypedVectorElementType()