Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 29) sorted by relevance

12

/device/generic/vulkan-cereal/fake-android-guest/cutils/
Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
/device/generic/vulkan-cereal/base/
DTracing.cpp50 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
51 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
53 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
54 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
DLock.h317 # define SEQLOCK_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
318 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
320 # define SEQLOCK_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
321 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto-sdk-tracing-only.cpp22 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
23 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
Dperfetto-tracing-only.cpp148 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
149 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
151 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
152 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
/device/generic/vulkan-cereal/include/glm/detail/
Dfunc_common.inl748 GLM_FUNC_QUALIFIER genType frexp(genType x, int & exp)
756 GLM_FUNC_QUALIFIER tvec1<T, P> frexp(tvec1<T, P> const & x, tvec1<int, P> & exp)
764 GLM_FUNC_QUALIFIER tvec2<T, P> frexp(tvec2<T, P> const & x, tvec2<int, P> & exp)
774 GLM_FUNC_QUALIFIER tvec3<T, P> frexp(tvec3<T, P> const & x, tvec3<int, P> & exp)
785 GLM_FUNC_QUALIFIER tvec4<T, P> frexp(tvec4<T, P> const & x, tvec4<int, P> & exp)
797 GLM_FUNC_QUALIFIER genType ldexp(genType const & x, int const & exp)
805 GLM_FUNC_QUALIFIER tvec1<T, P> ldexp(tvec1<T, P> const & x, tvec1<int, P> const & exp)
814 GLM_FUNC_QUALIFIER tvec2<T, P> ldexp(tvec2<T, P> const & x, tvec2<int, P> const & exp)
824 GLM_FUNC_QUALIFIER tvec3<T, P> ldexp(tvec3<T, P> const & x, tvec3<int, P> const & exp)
835 GLM_FUNC_QUALIFIER tvec4<T, P> ldexp(tvec4<T, P> const & x, tvec4<int, P> const & exp)
Dfunc_exponential.inl78 GLM_FUNC_QUALIFIER vecType<T, P> exp(vecType<T, P> const & x) function
/device/generic/goldfish-opengl/shared/qemupipe/include/
Dqemu_pipe_bp.h40 #define QEMU_PIPE_RETRY(exp) ({ \ argument
/device/google/contexthub/firmware/lib/libm/
Dwf_exp.c96 double exp(double x) in exp() function
/device/generic/vulkan-cereal/third-party/googletest/googlemock/src/
Dgmock-spec-builders.cc118 ExpectationBase* exp = expectations.back(); in RetireAllPreRequisites() local
140 const ExpectationBase* exp = expectations.back(); in AllPrerequisitesAreSatisfied() local
160 const ExpectationBase* exp = expectations.back(); in FindUnsatisfiedPrerequisites() local
505 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()
/device/generic/vulkan-cereal/fake-android-guest/utils/
DFastStrcmp.h24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
DCompat.h73 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRemovePow.cpp71 TIntermTyped *exp = CreateBuiltInFunctionCallNode("exp2", expArgs, *mSymbolTable, 100); in visitAggregate() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DDXTSRGBCompressedTextureTest.cpp77 GLColor exp = reinterpret_cast<const GLColor *>(test.expected)[y * test.width + x]; in runTestChecks() local
/device/generic/vulkan-cereal/fake-android-guest/log/
Dlog_system.h40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_radio.h42 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_main.h57 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DRemovePow_test.cpp85 TIntermUnary *exp = node->getAsUnaryNode(); in IsPowWorkaround() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DShareGroup.cpp319 #define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
320 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
/device/generic/vulkan-cereal/third-party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h597 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet()
1704 TypedExpectation<F>* exp = this->FindMatchingExpectationLocked(args); in UntypedFindMatchingExpectation() local
1740 TypedExpectation<F>* const exp = in FindMatchingExpectationLocked() local
/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc252 auto exp = time + minutes(30); in CreateJwt() local
/device/generic/vulkan-cereal/include/glm/gtx/
Dquaternion.inl46 GLM_FUNC_QUALIFIER tquat<T, P> exp(tquat<T, P> const& q) function
/device/google/cuttlefish/common/libs/net/
Dnetlink_request_test.cpp53 const uint8_t* exp, const uint8_t* act, size_t length) { in Compare()
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dvulkantypes.py462 def parse_one(exp): argument
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmathutil.h759 inline float Ldexp(float x, int exp) in Ldexp()

12