Home
last modified time | relevance | path

Searched refs:fixed_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/spirit/test/karma/
Dreal3.cpp48 typedef karma::real_generator<double, fixed_policy<double> > fixed_type; in main() typedef
49 fixed_type const fixed = fixed_type(); in main()
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py245 fixed_type = type_ - Type.VECTOR_INT2
246 return Type(fixed_type % 3 + Type.INT), fixed_type // 3 + 2
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h119 auto fixed_type = t - FBT_VECTOR_INT2; in ToFixedTypedVectorElementType() local
120 *len = static_cast<uint8_t>(fixed_type / 3 + in ToFixedTypedVectorElementType()
122 return static_cast<Type>(fixed_type % 3 + FBT_INT); in ToFixedTypedVectorElementType()