Home
last modified time | relevance | path

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

/external/openssh/
Dkey.h34 #define fp_type sshkey_fp_type macro
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc784 PrimitiveType fp_type = PRIMITIVE_TYPE_INVALID; in CheckMixedPrecisionOperands() local
792 if (fp_type == PRIMITIVE_TYPE_INVALID) { in CheckMixedPrecisionOperands()
793 fp_type = subshape.element_type(); in CheckMixedPrecisionOperands()
794 } else if (fp_type != subshape.element_type()) { in CheckMixedPrecisionOperands()
/external/skqp/src/sksl/
DSkSLContext.h199 , fFragmentProcessor_Type(fp_type(fInt_Type.get(), fBool_Type.get()))
389 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type() function
/external/skia/src/sksl/
DSkSLContext.h202 , fFragmentProcessor_Type(fp_type(fInt_Type.get(), fBool_Type.get()))
395 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type() function
/external/v8/src/mips/
Dsimulator-mips.cc5636 #define FTQ_DF(source, dst, fp_type, int_type) \ in DecodeTypeMsa3RF() argument
5637 element = bit_cast<fp_type>(source) * \ in DecodeTypeMsa3RF()
/external/v8/src/mips64/
Dsimulator-mips64.cc5860 #define FTQ_DF(source, dst, fp_type, int_type) \ in DecodeTypeMsa3RF() argument
5861 element = bit_cast<fp_type>(source) * \ in DecodeTypeMsa3RF()