Searched refs:fp_type (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.h | 289 fp_type; 450 return type->ctype.base_type == &fp_type; in is_float_type() 495 if (type->ctype.base_type == &fp_type) in is_scalar_type()
|
D | ssa.c | 72 if (type->ctype.base_type == &fp_type) in is_promotable()
|
D | symbol.c | 813 fp_type; variable 874 #define T_FLOAT_(R,S,A) SYM_BASETYPE, 0, R, &bits_in_##S, A, &fp_type
|
D | show-parse.c | 268 { &fp_type, "abstract fp", "" },
|
D | linearize.c | 1277 if (s->ctype.base_type == &fp_type) in get_mtype()
|
D | evaluate.c | 372 if (type->ctype.base_type == &fp_type) in classify_type()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 209 , fFragmentProcessor_Type(fp_type(fInt_Type.get(), fBool_Type.get())) 412 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type() function
|