Home
last modified time | relevance | path

Searched refs:float32Val (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dgo_test.go426 float32Val := float32(3.14159)
463 builder.PrependFloat32Slot(int(f), float32Val, 0)
521 check("float32", float32Val, table.GetFloat32Slot(f, 0))
Dpy_test.py186 float32Val = N.Float32Flags.py_type(ctypes.c_float(3.14159).value) variable in TestFuzz
226 builder.PrependFloat32Slot(int(j), self.float32Val, 0)
288 check(table, "float32", self.float32Val,