Searched refs:float64Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 444 float64Val := float64(3.14159265359) 482 builder.PrependFloat64Slot(int(f), float64Val, 0) 540 check("float64", float64Val, table.GetFloat64Slot(f, 0))
|
D | py_test.py | 232 float64Val = N.Float64Flags.py_type(3.14159265359) variable in TestFuzz 273 builder.PrependFloat64Slot(int(j), self.float64Val, 0) 336 check(table, "float64", self.float64Val,
|