| /device/generic/vulkan-cereal/fake-android-guest/cutils/ | 
| D | compiler.h | 25 #   define CC_LIKELY( exp )    (__builtin_expect( !!(exp), true ))  argument26 #   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/ | 
| D | func_common.inl | 748 	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)
 
 | 
| D | func_exponential.inl | 78 	GLM_FUNC_QUALIFIER vecType<T, P> exp(vecType<T, P> const & x)  function
 | 
| /device/generic/goldfish-opengl/shared/qemupipe/include/ | 
| D | qemu_pipe_bp.h | 40 #define QEMU_PIPE_RETRY(exp) ({ \  argument
 | 
| /device/google/contexthub/firmware/lib/libm/ | 
| D | wf_exp.c | 96 	double exp(double x)  in exp()  function
 | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | astcenc_vecmathlib.h | 430 	vint4 exp = a + 127;  in two_to_the_n()  local504 static ASTCENC_SIMD_INLINE vfloat4 frexp(vfloat4 a, vint4& exp)  in frexp()
 522 	vint4 exp;  in float_to_lns()  local
 
 | 
| D | wuffs-v0.3.c | 5336     uint64_t exp = (u >> 10) & 0x1F;  in wuffs_base__ieee_754_bit_representation__from_u16_to_f64()  local13105   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
 
 | 
| D | stb_image.h | 4425 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/ | 
| D | FastStrcmp.h | 24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)  argument
 | 
| D | Compat.h | 73 #define TEMP_FAILURE_RETRY(exp) ({         \  argument
 | 
| /device/generic/vulkan-cereal/fake-android-guest/log/ | 
| D | log_system.h | 40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)  argument
 | 
| D | log_radio.h | 42 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)  argument
 | 
| D | log_main.h | 57 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)  argument
 | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ | 
| D | ShareGroup.cpp | 319 #define CC_LIKELY( exp )    (__builtin_expect( !!(exp), true ))  argument320 #define CC_UNLIKELY( exp )  (__builtin_expect( !!(exp), false ))  argument
 
 | 
| /device/google/cuttlefish/host/libs/web/ | 
| D | credential_source.cc | 244   auto exp = time + minutes(30);  in CreateJwt()  local
 | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ | 
| D | quaternion.inl | 46 	GLM_FUNC_QUALIFIER tquat<T, P> exp(tquat<T, P> const& q)  function
 | 
| /device/google/cuttlefish/common/libs/net/ | 
| D | netlink_request_test.cpp | 55              const uint8_t* exp, const uint8_t* act, size_t length) {  in Compare()
 | 
| /device/generic/vulkan-cereal/third-party/stb/include/stb/ | 
| D | stb_image.h | 4432 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header)  in stbi__do_zlib()
 |