Searched refs:isFloat (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | common.inl | 9 template <typename T, precision P, template <class, precision> class vecType, bool isFloat = true>
|
D | string_cast.inl | 33 template <typename T, bool isFloat = false>
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | MemoryDomainTests.cpp | 62 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/ |
D | MemoryDomainTests.cpp | 60 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/ |
D | func_exponential.inl | 23 …template <typename T, precision P, template <class, precision> class vecType, bool isFloat, bool A…
|
D | func_common.inl | 182 …template <typename T, precision P, template <typename, precision> class vecType, bool isFloat, boo…
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 561 …void validateUniform(bool isFloat, bool isUnsigned, GLint columns, GLint rows, GLint location, GLs…
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 2353 void GLClientState::validateUniform(bool isFloat, bool isUnsigned, GLint columns, GLint rows, GLint… in validateUniform() argument 2360 if (isFloat) { in validateUniform()
|