/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | constants.h | 39 #define INT(exp) static_cast<int>(exp) argument 40 #define FLOAT(exp) static_cast<float>(exp) argument 41 #define UINT8(exp) static_cast<uint8_t>(exp) argument 42 #define UINT16(exp) static_cast<uint16_t>(exp) argument 43 #define UINT32(exp) static_cast<uint32_t>(exp) argument 44 #define INT32(exp) static_cast<int32_t>(exp) argument 45 #define UINT64(exp) static_cast<uint64_t>(exp) argument 46 #define DOUBLE(exp) static_cast<double>(exp) argument
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | constants.h | 35 #define INT(exp) static_cast<int>(exp) argument 36 #define FLOAT(exp) static_cast<float>(exp) argument 37 #define UINT8(exp) static_cast<uint8_t>(exp) argument 38 #define UINT16(exp) static_cast<uint16_t>(exp) argument 39 #define UINT32(exp) static_cast<uint32_t>(exp) argument 40 #define INT32(exp) static_cast<int32_t>(exp) argument 41 #define UINT64(exp) static_cast<uint64_t>(exp) argument
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | constants.h | 35 #define INT(exp) static_cast<int>(exp) argument 36 #define FLOAT(exp) static_cast<float>(exp) argument 37 #define UINT8(exp) static_cast<uint8_t>(exp) argument 38 #define UINT16(exp) static_cast<uint16_t>(exp) argument 39 #define UINT32(exp) static_cast<uint32_t>(exp) argument 40 #define INT32(exp) static_cast<int32_t>(exp) argument 41 #define UINT64(exp) static_cast<uint64_t>(exp) argument
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | constants.h | 35 #define INT(exp) static_cast<int>(exp) argument 36 #define FLOAT(exp) static_cast<float>(exp) argument 37 #define UINT8(exp) static_cast<uint8_t>(exp) argument 38 #define UINT16(exp) static_cast<uint16_t>(exp) argument 39 #define UINT32(exp) static_cast<uint32_t>(exp) argument 40 #define INT32(exp) static_cast<int32_t>(exp) argument 41 #define UINT64(exp) static_cast<uint64_t>(exp) argument
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | constants.h | 35 #define INT(exp) static_cast<int>(exp) argument 36 #define FLOAT(exp) static_cast<float>(exp) argument 37 #define UINT8(exp) static_cast<uint8_t>(exp) argument 38 #define UINT16(exp) static_cast<uint16_t>(exp) argument 39 #define UINT32(exp) static_cast<uint32_t>(exp) argument 40 #define INT32(exp) static_cast<int32_t>(exp) argument 41 #define UINT64(exp) static_cast<uint64_t>(exp) argument
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | constants.h | 39 #define INT(exp) static_cast<int>(exp) argument 40 #define FLOAT(exp) static_cast<float>(exp) argument 41 #define UINT8(exp) static_cast<uint8_t>(exp) argument 42 #define UINT16(exp) static_cast<uint16_t>(exp) argument 43 #define UINT32(exp) static_cast<uint32_t>(exp) argument 44 #define INT32(exp) static_cast<int32_t>(exp) argument 45 #define UINT64(exp) static_cast<uint64_t>(exp) argument
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/cutils/ |
D | compiler.h | 25 # 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
|
/hardware/google/aemu/base/ |
D | Tracing.cpp | 62 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument 63 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument 65 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument 66 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | conversion_routines.c | 5 int32_t* exp, in kst_split_aft() argument 11 *exp = (uAft >> 25) & 0x3F; in kst_split_aft() 14 if (*exp || *mant) in kst_split_aft() 25 int32_t exp; in kst_aft_to_dbl() local 29 kst_split_aft((uint32_t*)pAfloat, &exp, &mant, &sign); in kst_aft_to_dbl() 30 if (exp || mant) in kst_aft_to_dbl() 33 ((uint64_t)(exp + (1023 - (1 << 5))) << 52) | in kst_aft_to_dbl()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_utils.h | 43 #define INT(exp) static_cast<int>(exp) argument 44 #define UINT(exp) static_cast<unsigned int>(exp) argument
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_utils.h | 43 #define INT(exp) static_cast<int>(exp) argument 44 #define UINT(exp) static_cast<unsigned int>(exp) argument
|
/hardware/nxp/nfc/snxxx/halimpl/self-test/ |
D | phNxpNciHal_SelfTest.cc | 31 typedef uint8_t (*st_validator_t)(nci_data_t* exp, 65 static uint8_t st_validator_testEquals(nci_data_t* exp, 67 static uint8_t st_validator_null(nci_data_t* exp, phTmlNfc_TransactInfo_t* act); 68 static uint8_t st_validator_testSWP1_vltg(nci_data_t* exp, 70 static uint8_t st_validator_testAntenna_Txldo(nci_data_t* exp, 72 static uint8_t st_validator_testAntenna_AgcVal(nci_data_t* exp, 75 nci_data_t* exp, phTmlNfc_TransactInfo_t* act); 77 nci_data_t* exp, phTmlNfc_TransactInfo_t* act); 493 static uint8_t st_validator_testEquals(nci_data_t* exp, 508 static uint8_t st_validator_null(nci_data_t* exp, in st_validator_null() argument [all …]
|
/hardware/nxp/nfc/pn8x/halimpl/self-test/ |
D | phNxpNciHal_SelfTest.cc | 31 typedef uint8_t (*st_validator_t)(nci_data_t* exp, 65 static uint8_t st_validator_testEquals(nci_data_t* exp, 67 static uint8_t st_validator_null(nci_data_t* exp, phTmlNfc_TransactInfo_t* act); 68 static uint8_t st_validator_testSWP1_vltg(nci_data_t* exp, 70 static uint8_t st_validator_testAntenna_Txldo(nci_data_t* exp, 72 static uint8_t st_validator_testAntenna_AgcVal(nci_data_t* exp, 75 nci_data_t* exp, phTmlNfc_TransactInfo_t* act); 77 nci_data_t* exp, phTmlNfc_TransactInfo_t* act); 493 static uint8_t st_validator_testEquals(nci_data_t* exp, 508 static uint8_t st_validator_null(nci_data_t* exp, in st_validator_null() argument [all …]
|
/hardware/google/gfxstream/guest/qemupipe/include/ |
D | qemu_pipe_bp.h | 40 #define QEMU_PIPE_RETRY(exp) ({ \ argument 41 __typeof__(exp) _rc; \ 43 _rc = (exp); \
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 356 vint4 exp(0x7F800000); in log2() 362 vfloat4 e = int_to_float(lsr<23>(i & exp) - 127); in log2() 430 vint4 exp = a + 127; in two_to_the_n() local 431 exp = lsl<23>(exp); in two_to_the_n() 434 vfloat4 f = int_as_float(exp); in two_to_the_n() 504 static ASTCENC_SIMD_INLINE vfloat4 frexp(vfloat4 a, vint4& exp) in frexp() argument 510 exp = (lsr<23>(ai) & 0xFF) - 126; in frexp() 522 vint4 exp; in float_to_lns() local 523 vfloat4 mant = frexp(a, exp); in float_to_lns() 530 vmask4 exp_lt_m13 = exp < vint4(-13); in float_to_lns() [all …]
|
/hardware/google/aemu/base/include/aemu/base/synchronization/ |
D | Lock.h | 274 # define SEQLOCK_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument 275 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument 277 # define SEQLOCK_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument 278 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_utils.h | 42 #define INT(exp) static_cast<int>(exp) argument 43 #define UINT(exp) static_cast<unsigned int>(exp) argument
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.h | 42 #define INT(exp) static_cast<int>(exp) argument 43 #define UINT(exp) static_cast<unsigned int>(exp) argument
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | functions.inl | 16 …return exp(-((x - ExpectedValue) * (x - ExpectedValue)) / (static_cast<T>(2) * StandardDeviation *… 28 return exp(-(Squared.x + Squared.y));
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.h | 50 #define INT(exp) static_cast<int>(exp) argument 51 #define UINT(exp) static_cast<unsigned int>(exp) argument
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | adnc_strm.c | 88 static void kst_split_aft(uint32_t *pAfloat, int32_t *exp, in kst_split_aft() argument 93 *exp = (uAft >> 25) & 0x3F; in kst_split_aft() 96 if (*exp || *mant) { in kst_split_aft() 104 int32_t exp; in kst_aft_to_dbl() local 108 kst_split_aft((uint32_t *)pAfloat, &exp, &mant, &sign); in kst_aft_to_dbl() 109 if (exp || mant) { in kst_aft_to_dbl() 111 ((uint64_t)(exp + (1023 - (1 << 5))) << 52) | in kst_aft_to_dbl()
|