Searched defs:bias (Results 1 - 4 of 4) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.h151 // This function sets the kernel bias. NOTE: in most use cases, bias should
153 void SetKernelBias(double bias) { argument
154 kernel_bias_ = bias;
213 // Kernel gain and bias are typically multiplicative and additive factors to
/frameworks/native/include/android/
H A Dsensor.h233 float bias[3]; member in union:AUncalibratedEvent::__anon1527
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1515 nsecs_t bias = vsyncInterval / 2; local
1517 (compositeToPresentLatency - idealLatency + bias) / vsyncInterval;
H A DSurfaceFlinger_hwc1.cpp1242 nsecs_t bias = vsyncInterval / 2; local
1244 (compositeToPresentLatency - idealLatency + bias) / vsyncInterval;

Completed in 137 milliseconds