Searched refs:testf_pinf (Results 1 – 4 of 4) sorted by relevance
21 float testf_pinf; member28 testf_pinf(std::numeric_limits<float>::infinity()), in MonsterExtraT()39 (lhs.testf_pinf == rhs.testf_pinf) &&65 float testf_pinf() const { in testf_pinf() function116 void add_testf_pinf(float testf_pinf) { in add_testf_pinf()117 …fbb_.AddElement<float>(MonsterExtra::VT_TESTF_PINF, testf_pinf, std::numeric_limits<float>::infini… in add_testf_pinf()146 float testf_pinf = std::numeric_limits<float>::infinity(),156 builder_.add_testf_pinf(testf_pinf);173 { auto _e = testf_pinf(); _o->testf_pinf = _e; }; in UnPackTo()189 auto _testf_pinf = _o->testf_pinf; in CreateMonsterExtra()
7 testf_pinf:float = +inf;
20 …blic boolean mutateTestfPinf(float testf_pinf) { int o = __offset(6); if (o != 0) { bb.putFloat(o … in mutateTestfPinf() argument32 float testf_pinf, in createMonsterExtra() argument42 MonsterExtra.addTestfPinf(builder, testf_pinf); in createMonsterExtra()
23 …c bool MutateTestfPinf(float testf_pinf) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutFloat(… in MutateTestfPinf()35 float testf_pinf = Single.PositiveInfinity, in CreateMonsterExtra()45 MonsterExtra.AddTestfPinf(builder, testf_pinf); in CreateMonsterExtra()