Searched refs:CONST (Results 1 – 14 of 14) sorted by relevance
41 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 …]
112 static inline int32_t clampF(GLfixed f) CONST;
382 static inline int32_t clampZ(GLfixed z) CONST;
296 .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) { \
33 static const OperandSignature kInputRoiTensor = {.type = RandomOperandType::CONST,
253 .type = RandomOperandType::CONST, .constructor = [](Type, uint32_t, RandomOperand* op) { in __anon0a84149d0102()309 .type = RandomOperandType::CONST,
72 if (operand->type == RandomOperandType::CONST || in dump()139 if (op->type == RandomOperandType::CONST) { in dump()
144 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()
37 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3 }; enumerator
37 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()
91 enum class RandomVariableType { FREE = 0, CONST = 1, OP = 2 }; enumerator
327 case RandomVariableType::CONST:
85 enum class OptionalType { CONST, INPUT }; // omitted operand op3 is an input or const enumerator302 if (mOptionalType == OptionalType::CONST) { in TestOne()308 if (mOptionalType == OptionalType::CONST) { in TestOne()543 OptionalType mOptionalType = OptionalType::CONST;
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...