Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypeUtils.h191 #define NN_RET_CHECK_OP(LHS, RHS, OP) \ argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DRandomVariable.h91 enum class RandomVariableType { FREE = 0, CONST = 1, OP = 2 }; enumerator
/aosp12/system/libbase/include/android-base/
H A Dlogging.h258 #define CHECK_OP(LHS, RHS, OP) \ argument
/aosp12/frameworks/native/opengl/include/EGL/
H A DPlatform.h259 #define ANGLE_PLATFORM_OP(OP) \ argument
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregex2.h117 #define OP(n) ((n)&OPRMASK) macro
/aosp12/system/libhidl/base/include/hidl/
H A DHidlSupport.h194 #define HIDL_STRING_OPERATOR(OP) \ argument
/aosp12/packages/modules/NeuralNetworks/common/
H A DValidation.cpp70 #define NN_VALIDATE_OP(LHS, RHS, OP) \ argument