Searched refs:fp_type (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | key.h | 34 #define fp_type sshkey_fp_type macro
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_verifier.cc | 784 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/ |
D | SkSLContext.h | 199 , 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/ |
D | SkSLContext.h | 202 , 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/ |
D | simulator-mips.cc | 5636 #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/ |
D | simulator-mips64.cc | 5860 #define FTQ_DF(source, dst, fp_type, int_type) \ in DecodeTypeMsa3RF() argument 5861 element = bit_cast<fp_type>(source) * \ in DecodeTypeMsa3RF()
|