Searched defs:max_10_exp (Results 1 – 8 of 8) sorted by relevance
54 static d_int64 max_10_exp; member
67 template <typename T> d_int64 Target::FPTypeProperties<T>::max_10_exp; member in Target::FPTypeProperties<T>
138 … long max_10_exp; /// maximum int value such that 10$(SUPERSCRIPT `max_10_exp` is representable) in FPTypeProperties() local
182 int64_t max_10_exp; member
138 int dig, min_10_exp, max_10_exp; in builtin_define_float_constants() local
137 int dig, min_10_exp, max_10_exp; in builtin_define_float_constants() local
442 static @property int max_10_exp(){ return cast(int) log10( +max ); } in max_10_exp() function
429 static @property int max_10_exp(){ return cast(int) log10( +max ); } in max_10_exp() function