Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 45) sorted by relevance

12

/system/chre/external/kiss_fft/
Dkissfft.hh145 …scratch[4] = cpx_type( scratch[4].imag()*negative_if_inverse , -scratch[4].real()* negative_if_inv… in kf_bfly4()
176 …Fout[m] = cpx_type( Fout->real() - HALF_OF(scratch[3].real() ) , Fout->imag() - HALF_OF(scratch[3]… in kf_bfly3()
182 … Fout[m2] = cpx_type( Fout[m].real() + scratch[0].imag() , Fout[m].imag() - scratch[0].real() ); in kf_bfly3()
184 C_ADDTO( Fout[m] , cpx_type( -scratch[0].imag(),scratch[0].real() ) ); in kf_bfly3()
225 S_MUL(scratch[7].real(),ya.real() ) + S_MUL(scratch[8].real() ,yb.real() ), in kf_bfly5()
226 S_MUL(scratch[7].imag(),ya.real()) + S_MUL(scratch[8].imag(),yb.real()) in kf_bfly5()
231 -S_MUL(scratch[10].real(),ya.imag()) - S_MUL(scratch[9].real(),yb.imag()) in kf_bfly5()
239 S_MUL(scratch[7].real(),yb.real()) + S_MUL(scratch[8].real(),ya.real()), in kf_bfly5()
240 S_MUL(scratch[7].imag(),yb.real()) + S_MUL(scratch[8].imag(),ya.real()) in kf_bfly5()
245 S_MUL(scratch[10].real(),yb.imag()) - S_MUL(scratch[9].real(),ya.imag()) in kf_bfly5()
/system/core/logd/
DLogKlog.cpp269 log_time real(log_time::EPOCH); in calculateCorrection() local
270 const char* ep = real.strptime(real_string, real_format); in calculateCorrection()
271 if (!ep || (ep > &real_string[len]) || (real > log_time(CLOCK_REALTIME))) { in calculateCorrection()
277 time_t now = real.tv_sec; in calculateCorrection()
282 if ((tm.tm_gmtoff < 0) && ((-tm.tm_gmtoff) > (long)real.tv_sec)) { in calculateCorrection()
283 real = log_time(log_time::EPOCH); in calculateCorrection()
285 real.tv_sec += tm.tm_gmtoff; in calculateCorrection()
287 if (monotonic > real) { in calculateCorrection()
290 correction = real - monotonic; in calculateCorrection()
326 log_time real(CLOCK_REALTIME); in sniffTime() local
[all …]
DLogKlog.h43 static void convertMonotonicToReal(log_time& real) { real += correction; } in convertMonotonicToReal() argument
/system/timezone/apex/
DAndroid.bp15 // Defaults shared between real and test versions of the APEX.
25 // Explicit because the defaulting behavior only works for the real
50 // The definition for the real (not test) tzdata APEX.
/system/timezone/testing/data/test1/apex/
DAndroid.bp16 // It has a version code that should beat a "real" APEX and enables
17 // end-to-end installation testing on devices with the latests real
/system/timezone/testing/data/test3/apex/
DAndroid.bp18 // It has a version code that should beat a "real" APEX and enables end-to-end
19 // installation testing on devices with the latests real data.
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_graphics_allocator.te12 # allow to run with real-time scheduling policy
Dhal_sensors.te14 # allow to run with real-time scheduling policy
Dhal_bluetooth.te31 # allow to run with real-time scheduling policy
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_graphics_allocator.te12 # allow to run with real-time scheduling policy
Dhal_sensors.te14 # allow to run with real-time scheduling policy
Dhal_bluetooth.te29 # allow to run with real-time scheduling policy
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_graphics_allocator.te12 # allow to run with real-time scheduling policy
Dhal_sensors.te14 # allow to run with real-time scheduling policy
Dhal_bluetooth.te29 # allow to run with real-time scheduling policy
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_graphics_allocator.te12 # allow to run with real-time scheduling policy
Dhal_sensors.te13 # allow to run with real-time scheduling policy
Dhal_bluetooth.te31 # allow to run with real-time scheduling policy
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_graphics_allocator.te12 # allow to run with real-time scheduling policy
Dhal_sensors.te13 # allow to run with real-time scheduling policy
Dhal_bluetooth.te31 # allow to run with real-time scheduling policy
/system/sepolicy/public/
Dhal_graphics_allocator.te12 # allow to run with real-time scheduling policy
Dhal_sensors.te13 # allow to run with real-time scheduling policy
Dhal_bluetooth.te31 # allow to run with real-time scheduling policy
/system/bt/doc/
Dbtsnoop_net.md4 real-time debugging of HCI data with hcidump.

12