Home
last modified time | relevance | path

Searched refs:UPB_INFINITY (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c170 /* UPB_INFINITY representing floating-point positive infinity. */
173 #define UPB_INFINITY INFINITY macro
175 #define UPB_INFINITY (1.0 / 0.0) macro
6728 val.double_val = UPB_INFINITY; in jsondec_double()
6730 val.double_val = -UPB_INFINITY; in jsondec_double()
6740 if (val.double_val != UPB_INFINITY && val.double_val != -UPB_INFINITY && in jsondec_double()
7672 if (val == UPB_INFINITY) { in jsonenc_double()
7674 } else if (val == -UPB_INFINITY) { in jsonenc_double()
8131 #undef UPB_INFINITY macro
[all...]
H A Dphp-upb.h169 /* UPB_INFINITY representing floating-point positive infinity. */
172 #define UPB_INFINITY INFINITY macro
174 #define UPB_INFINITY (1.0 / 0.0) macro
3877 #undef UPB_INFINITY macro
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c162 /* UPB_INFINITY representing floating-point positive infinity. */
165 #define UPB_INFINITY INFINITY macro
167 #define UPB_INFINITY (1.0 / 0.0) macro
9909 double inf = UPB_INFINITY; in parse_number_from_buffer()
12574 if (val == UPB_INFINITY) { in fmt_double()
12578 } else if (val == -UPB_INFINITY) { in fmt_double()
13813 #undef UPB_INFINITY macro
H A Dupb.h161 /* UPB_INFINITY representing floating-point positive infinity. */
164 #define UPB_INFINITY INFINITY macro
166 #define UPB_INFINITY (1.0 / 0.0) macro
6773 #undef UPB_INFINITY macro

Completed in 65 milliseconds