Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/libagl/
Dfp.h41 GLfloat fixedToFloat(GLfixed) CONST;
44 float sinef(GLfloat x) CONST;
45 float cosinef(GLfloat x) CONST;
47 inline bool cmpf(GLfloat a, GLfloat b) CONST;
48 inline bool isZerof(GLfloat) CONST;
49 inline bool isOnef(GLfloat) CONST;
51 inline int isZeroOrNegativef(GLfloat) CONST;
53 inline int exponent(GLfloat) CONST;
54 inline int32_t mantissa(GLfloat) CONST;
55 inline GLfloat clampToZerof(GLfloat) CONST;
[all …]
Dlight.cpp112 static inline int32_t clampF(GLfixed f) CONST;
Dprimitives.cpp382 static inline int32_t clampZ(GLfixed z) CONST;
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h296 .type = RandomOperandType::CONST, .constructor = [](Type, uint32_t, RandomOperand* op) { \
309 .type = RandomOperandType::CONST, \
322 .type = RandomOperandType::CONST, .constructor = [](Type, uint32_t, RandomOperand* op) { \
332 .type = RandomOperandType::CONST, \
339 .type = RandomOperandType::CONST, .constructor = [](Type, uint32_t, RandomOperand* op) { \
348 .type = RandomOperandType::CONST, .constructor = [](Type, uint32_t, RandomOperand* op) { \
DBoundingBox.cpp33 static const OperandSignature kInputRoiTensor = {.type = RandomOperandType::CONST,
DReshape.cpp253 .type = RandomOperandType::CONST, .constructor = [](Type, uint32_t, RandomOperand* op) { in __anon0a84149d0102()
309 .type = RandomOperandType::CONST,
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.cpp72 if (operand->type == RandomOperandType::CONST || in dump()
139 if (op->type == RandomOperandType::CONST) { in dump()
DRandomGraphGenerator.cpp144 if (operand->type == RandomOperandType::CONST) return true; in asConstant()
184 operand->type = RandomOperandType::CONST; in generateValue()
225 } else if (operand->type == RandomOperandType::CONST) { in createModel()
DRandomGraphGenerator.h37 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3 }; enumerator
DRandomVariable.cpp37 type(RandomVariableType::CONST), in RandomVariableBase()
90 if (type == RandomVariableType::CONST) return; in freeze()
92 type = RandomVariableType::CONST; in freeze()
97 case RandomVariableType::CONST: in getValue()
135 if (mVar->parent1->type == RandomVariableType::CONST) { in RandomVariable()
138 if (mVar->parent2 != nullptr && mVar->parent2->type == RandomVariableType::CONST) { in RandomVariable()
714 case RandomVariableType::CONST: in toString()
DRandomVariable.h91 enum class RandomVariableType { FREE = 0, CONST = 1, OP = 2 }; enumerator
DRandomGraphGeneratorUtils.h327 case RandomVariableType::CONST:
/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp85 enum class OptionalType { CONST, INPUT }; // omitted operand op3 is an input or const enumerator
302 if (mOptionalType == OptionalType::CONST) { in TestOne()
308 if (mOptionalType == OptionalType::CONST) { in TestOne()
543 OptionalType mOptionalType = OptionalType::CONST;
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...