Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc103 #define DEF_FP_LIMITS(Type, PREFIX) \ macro
134 DEF_FP_LIMITS(float, FLT)
135 DEF_FP_LIMITS(double, DBL)
136 DEF_FP_LIMITS(long double, LDBL);
141 #undef DEF_FP_LIMITS