Searched refs:float64Val (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 560 float64Val := float64(3.14159265359) 598 builder.PrependFloat64Slot(int(f), float64Val, 0) 656 check("float64", float64Val, table.GetFloat64Slot(f, 0))
|
D | py_test.py | 778 float64Val = N.Float64Flags.py_type(3.14159265359) variable in TestFuzz 819 builder.PrependFloat64Slot(int(j), self.float64Val, 0) 881 check(table, 'float64', self.float64Val,
|