Searched refs:posInf (Results 1 – 3 of 3) sorted by relevance
1408 posInf = floatToFixed(builder.AXIS_VALUE_POSITIVE_INFINITY, 16)1409 assert struct.pack(">l", posInf) == b"\x7f\xff\xff\xff"
59 posInf = []byte("inf") var471 b = posInf
3589 char const doc[] = R"({"posInf": +Infinity, "NegInf": -Infinity})"; in JSONTEST_FIXTURE_LOCAL()