Searched refs:IS_FLOAT (Results 1 – 2 of 2) sorted by relevance
80 #define IS_FLOAT(type) ((type) >= FFI_TYPE_FLOAT && (type) <= FFI_TYPE_DOUBLE) macro82 #define IS_FLOAT(type) ((type) == FFI_TYPE_FLOAT) macro107 if (IS_FLOAT(fields[0]->type)) { in struct_passed_as_elements()112 num_floats = IS_FLOAT(fields[0]->type) + IS_FLOAT(fields[1]->type); in struct_passed_as_elements()118 if (!IS_FLOAT(fields[0]->type) && !IS_FLOAT(fields[1]->type)) in struct_passed_as_elements()223 if (!var && cb->used_float < NARGREG && IS_FLOAT(type->type)) { in marshal()269 if (!var && cb->used_float < NARGREG && IS_FLOAT(type->type)) { in unmarshal()
139 #define MESA_ARRAY_FORMAT(BASE_FORMAT, SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ argument143 (((IS_FLOAT) << 3 ) & MESA_ARRAY_FORMAT_TYPE_IS_FLOAT) | \