Home
last modified time | relevance | path

Searched refs:fp_type (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h289 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()
Dssa.c72 if (type->ctype.base_type == &fp_type) in is_promotable()
Dsymbol.c813 fp_type; variable
874 #define T_FLOAT_(R,S,A) SYM_BASETYPE, 0, R, &bits_in_##S, A, &fp_type
Dshow-parse.c268 { &fp_type, "abstract fp", "" },
Dlinearize.c1277 if (s->ctype.base_type == &fp_type) in get_mtype()
Devaluate.c372 if (type->ctype.base_type == &fp_type) in classify_type()
/third_party/flutter/skia/src/sksl/
DSkSLContext.h209 , 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