Home
last modified time | relevance | path

Searched refs:float_schema (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/py-fastavro/fastavro-0.24.2/tests/
H A Dtest_promotion.py27 float_schema = {
31 result = roundtrip(1, int_schema, float_schema)
50 float_schema = {
54 result = roundtrip(1, long_schema, float_schema)
69 float_schema = {
77 result = roundtrip(1.0, float_schema, double_schema)
/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dtest_avro_data.c222 avro_schema_t float_schema = avro_schema_float(); in test_int32() local
234 float_schema, float_datum, "int->float"); in test_int32()
249 avro_schema_decref(float_schema); in test_int32()
258 avro_schema_t float_schema = avro_schema_float(); in test_int64() local
267 float_schema, float_datum, "long->float"); in test_int64()
280 avro_schema_decref(float_schema); in test_int64()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/tests/
H A Dtest_avro_data.c222 avro_schema_t float_schema = avro_schema_float(); in test_int32() local
234 float_schema, float_datum, "int->float"); in test_int32()
249 avro_schema_decref(float_schema); in test_int32()
258 avro_schema_t float_schema = avro_schema_float(); in test_int64() local
267 float_schema, float_datum, "long->float"); in test_int64()
280 avro_schema_decref(float_schema); in test_int64()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/schemas/audio/
H A Dport.h149 &float_schema, 0, CYAML_UNLIMITED),
154 &float_schema, 0, CYAML_UNLIMITED),
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/utils/
H A Dyaml.h308 float_schema = { variable