Home
last modified time | relevance | path

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

/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/third-party/glm/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/astc-encoder/Source/
Dastcenc_vecmathlib.h430 vint4 exp = a + 127; in two_to_the_n() local
504 static ASTCENC_SIMD_INLINE vfloat4 frexp(vfloat4 a, vint4& exp) in frexp()
522 vint4 exp; in float_to_lns() local
Dwuffs-v0.3.c5336 uint64_t exp = (u >> 10) & 0x1F; in wuffs_base__ieee_754_bit_representation__from_u16_to_f64() local
13105 uint64_t exp = u >> 52; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() local
13169 uint64_t exp = u >> 52; in wuffs_base__ieee_754_bit_representation__from_f64_to_u32_truncate() local
13517 int32_t exp = 0; in wuffs_base__private_implementation__high_prec_dec__parse() local
14852 int32_t exp = 0; in wuffs_base__private_implementation__high_prec_dec__render_exponent_present() local
Dstb_image.h4425 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib()
/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/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/stream-servers/gl/glestranslator/GLcommon/
DShareGroup.cpp319 #define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
320 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc244 auto exp = time + minutes(30); in CreateJwt() local
/device/generic/vulkan-cereal/third-party/glm/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.cpp55 const uint8_t* exp, const uint8_t* act, size_t length) { in Compare()
/device/generic/vulkan-cereal/third-party/stb/include/stb/
Dstb_image.h4432 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib()