Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 111) sorted by relevance

12345

/device/google/contexthub/firmware/lib/libm/
Dfdlibm.h282 #define EXTRACT_WORDS(ix0,ix1,d) \ argument
292 #define GET_HIGH_WORD(i,d) \ argument
301 #define GET_LOW_WORD(i,d) \ argument
310 #define INSERT_WORDS(d,ix0,ix1) \ argument
320 #define SET_HIGH_WORD(d,v) \ argument
330 #define SET_LOW_WORD(d,v) \ argument
349 #define GET_FLOAT_WORD(i,d) \ argument
358 #define SET_FLOAT_WORD(d,i) \ argument
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h93 #define EXTRACT_WORDS(ix0,ix1,d) \ argument
102 #define EXTRACT_WORD64(ix,d) \ argument
111 #define GET_HIGH_WORD(i,d) \ argument
120 #define GET_LOW_WORD(i,d) \ argument
129 #define INSERT_WORDS(d,ix0,ix1) \ argument
138 #define INSERT_WORD64(d,ix) \ argument
147 #define SET_HIGH_WORD(d,v) \ argument
157 #define SET_LOW_WORD(d,v) \ argument
179 #define GET_FLOAT_WORD(i,d) \ argument
188 #define SET_FLOAT_WORD(d,i) \ argument
[all …]
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dtype_vec4_simd.inl430 …UALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float a, float b, float c, float d) :
435 …IFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float a, float b, float c, float d) :
440 …ALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float a, float b, float c, float d) :
446 …UALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 a, int32 b, int32 c, int32 d) :
452 …IFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_mediump>::tvec4(int32 a, int32 b, int32 c, int32 d) :
458 …ALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 a, int32 b, int32 c, int32 d) :
464 …UALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(int32 a, int32 b, int32 c, int32 d) :
470 …IFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(int32 a, int32 b, int32 c, int32 d) :
476 …ALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(int32 a, int32 b, int32 c, int32 d) :
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBgeom.h126 #define XkbShapeDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument
127 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
128 #define XkbSetShapeDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
129 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) argument
144 #define XkbTextDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument
145 #define XkbSetTextDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument
158 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument
159 #define XkbIndicatorDoodadOnColor(g,d) (&(g)->colors[(d)->on_color_ndx]) argument
160 #define XkbIndicatorDoodadOffColor(g,d) (&(g)->colors[(d)->off_color_ndx]) argument
161 #define XkbSetIndicatorDoodadOnColor(g,d,c) \ argument
[all …]
DXInput.h77 #define FindTypeAndClass(d,type,_class,classid,offset) \ argument
87 #define DeviceKeyPress(d,type,_class) \ argument
90 #define DeviceKeyRelease(d,type,_class) \ argument
93 #define DeviceButtonPress(d,type,_class) \ argument
96 #define DeviceButtonRelease(d,type,_class) \ argument
99 #define DeviceMotionNotify(d,type,_class) \ argument
102 #define DeviceFocusIn(d,type,_class) \ argument
105 #define DeviceFocusOut(d,type,_class) \ argument
108 #define ProximityIn(d,type,_class) \ argument
111 #define ProximityOut(d,type,_class) \ argument
[all …]
DXKBstr.h435 #define XkbKeyKeyTypeIndex(d,k,g) (XkbCMKeyTypeIndex((d)->map,k,g)) argument
436 #define XkbKeyKeyType(d,k,g) (XkbCMKeyType((d)->map,k,g)) argument
437 #define XkbKeyGroupWidth(d,k,g) (XkbCMKeyGroupWidth((d)->map,k,g)) argument
438 #define XkbKeyGroupsWidth(d,k) (XkbCMKeyGroupsWidth((d)->map,k)) argument
439 #define XkbKeyGroupInfo(d,k) (XkbCMKeyGroupInfo((d)->map,(k))) argument
440 #define XkbKeyNumGroups(d,k) (XkbCMKeyNumGroups((d)->map,(k))) argument
441 #define XkbKeyNumSyms(d,k) (XkbCMKeyNumSyms((d)->map,(k))) argument
442 #define XkbKeySymsPtr(d,k) (XkbCMKeySymsPtr((d)->map,(k))) argument
443 #define XkbKeySym(d,k,n) (XkbKeySymsPtr(d,k)[n]) argument
444 #define XkbKeySymEntry(d,k,sl,g) \ argument
[all …]
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DGLconversion_macros.h25 #define F2X(d) ((d) > 32767.65535 ? 32767 * 65536 + 65535 : \ argument
29 #define I2X(d) ((d)*65536) argument
/device/generic/vulkan-cereal/fake-android-guest/utils/
DRefBase.h667 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type()
672 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type()
677 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type()
682 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
/device/google/atv/audio_proxy/common/
DAudioProxyVersionMacro.h37 #define CONCAT_4(a, b, c, d) a##b##c##d argument
38 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dulp.inl38 #define GLM_EXTRACT_WORDS(ix0,ix1,d) \ argument
46 #define GLM_GET_FLOAT_WORD(i,d) \ argument
53 #define GLM_SET_FLOAT_WORD(d,i) \ argument
60 #define GLM_INSERT_WORDS(d,ix0,ix1) \ argument
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dassociated_min_max.inl86 T w, U d
104 vecType<T, P> const & w, vecType<U, P> const & d
126 T w, vecType<U, P> const & d
149 vecType<T, P> const & w, U d
278 T w, U d
296 vecType<T, P> const & w, vecType<U, P> const & d
318 T w, vecType<U, P> const & d
341 vecType<T, P> const & w, U d
Dsimd_quat.inl434 float d = 1.0f / glm::sin(angle); local
485 float d = 1.0f / glm::sin(angle); local
514 __m128 d = _mm_div_ps(_mm_set1_ps(1.0f), _mm_shuffle_ps(s, s, _MM_SHUFFLE(1, 1, 1, 1))); local
550 __m128 d = _mm_div_ps(_mm_set1_ps(1.0f), _mm_shuffle_ps(s, s, _MM_SHUFFLE(1, 1, 1, 1))); local
Ddual_quaternion.inl39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, P> const & d)
47 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, Q> const & d)
73 …NC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r, tquat<T, P> const & d)
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DGLutils.cpp116 #define DEPTH_BITS_CASE(format, d) \ in glFormatToChannelBits() argument
128 #define STENCIL_BITS_CASE(format, d) \ in glFormatToChannelBits() argument
/device/generic/vulkan-cereal/stream-servers/
DNativeSubWindow_x11.cpp23 static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg) { in WaitForMapNotify()
30 static Bool WaitForConfigureNotify(Display *d, XEvent *e, char *arg) { in WaitForConfigureNotify()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_compute_variance.cpp49 vfloat4* d, in brent_kung_prefix_sum()
187 vfloat4 d = vfloat4 (r * (1.0f / 255.0f), in compute_pixel_region_variance() local
227 vfloat4 d = float16_to_float(di); in compute_pixel_region_variance() local
270 vfloat4 d(r, g, b, a); in compute_pixel_region_variance() local
Dwuffs-v0.3.c14693 double d = (double)man; in wuffs_base__parse_number_f64() local
15480 uint8_t* d = dst.ptr; in wuffs_base__base_16__decode2() local
15518 uint8_t* d = dst.ptr; in wuffs_base__base_16__decode4() local
15554 uint8_t* d = dst.ptr; in wuffs_base__base_16__encode2() local
15591 uint8_t* d = dst.ptr; in wuffs_base__base_16__encode4() local
16947 uint8_t* d = dst_ptr; in wuffs_base__pixel_swizzler__squash_align4_bgr_565_8888() local
16979 uint8_t* d = dst_ptr; in wuffs_base__pixel_swizzler__swap_rgb_bgr() local
17007 uint8_t* d = dst_ptr; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx__sse42() local
17052 uint8_t* d = dst_ptr; in wuffs_base__pixel_swizzler__swap_rgbx_bgrx() local
17163 uint8_t* d = dst_ptr; in wuffs_base__pixel_swizzler__bgr_565__bgr() local
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp54 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) argument
55 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) argument
58 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) argument
59 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) argument
/device/google/contexthub/firmware/lib/builtins/
Ddivmoddi4.c22 di_int d = __divdi3(a,b); in __divmoddi4() local
Dudivmoddi4.c30 udwords d; in __udivmoddi4() local
/device/google/contexthub/firmware/lib/libc/
Dstrncpy.c45 char *d = dst; in strncpy() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXthreads.h79 # define xthread_key_create(kp,d) thr_keycreate(kp,d) argument
119 # define xthread_key_create(kp,d) *(kp) = TlsAlloc() argument
176 # define xthread_key_create(kp,d) tis_key_create(kp,d) argument
207 # define xthread_key_create(kp,d) thr_keycreate(kp,d) argument
235 # define xthread_key_create(kp,d) pthread_key_create(kp,d) argument
244 # define xthread_key_create(kp,d) pthread_keycreate(kp,d) argument
/device/generic/goldfish/gnss/
DGnssPowerIndication.cpp58 const double d = mGetRunningTime(); in doRequestGnssPowerStats() local
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DUnicode.cpp207 int d = 0; in strcmp16() local
218 int d = 0; in strncmp16() local
278 const int d = (int)*s1++ - (int)*s2++; in strzcmp16() local
/device/google/cuttlefish/common/libs/confui/
Dpacket.h110 bool WritePayload(SharedFD d, const std::string& cmd_str, in WritePayload()

12345