Home
last modified time | relevance | path

Searched refs:isFloat (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dcommon.inl9 template <typename T, precision P, template <class, precision> class vecType, bool isFloat = true>
Dstring_cast.inl33 template <typename T, bool isFloat = false>
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp62 bool isFloat(TestOperandType type) { in isFloat() function
108 .scale = isFloat(operand.type) ? 0.0f : 1.0f, in createConvModel()
113 .type = isFloat(operand.type) ? operand.type : TestOperandType::TENSOR_INT32, in createConvModel()
532 if (isFloat(kTestOperandType)) return; in TEST_P()
545 if (isFloat(kTestOperandType)) return; in TEST_P()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp60 bool isFloat(TestOperandType type) { in isFloat() function
106 .scale = isFloat(operand.type) ? 0.0f : 1.0f, in createConvModel()
111 .type = isFloat(operand.type) ? operand.type : TestOperandType::TENSOR_INT32, in createConvModel()
507 if (isFloat(kTestOperandType)) return; in TEST_P()
520 if (isFloat(kTestOperandType)) return; in TEST_P()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_exponential.inl23 …template <typename T, precision P, template <class, precision> class vecType, bool isFloat, bool A…
Dfunc_common.inl182 …template <typename T, precision P, template <typename, precision> class vecType, bool isFloat, boo…
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h561 …void validateUniform(bool isFloat, bool isUnsigned, GLint columns, GLint rows, GLint location, GLs…
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2353 void GLClientState::validateUniform(bool isFloat, bool isUnsigned, GLint columns, GLint rows, GLint… in validateUniform() argument
2360 if (isFloat) { in validateUniform()