HomeSort by relevance Sort by last modified time
    Searched refs:e_x (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 90 float e_x, e_y, e_z; member in struct:AccelGoodData
110 float e_x[DGB_HISTORY]; member in struct:AccelStatsMem
accel_cal.c 138 agd->e_x = agd->e_y = agd->e_z = 0;
429 agd->e_x = eigenvals.x;
546 acc->adf.e_x[acc->adf.n_o] = acc->ac1[temp_gate].agd.e_x;
680 CAL_ENCODE_FLOAT(acc->adf.e_x[0], 6),
681 CAL_ENCODE_FLOAT(acc->adf.e_x[1], 6),
682 CAL_ENCODE_FLOAT(acc->adf.e_x[2], 6),
683 CAL_ENCODE_FLOAT(acc->adf.e_x[3], 6),
684 CAL_ENCODE_FLOAT(acc->adf.e_x[4], 6),
685 CAL_ENCODE_FLOAT(acc->adf.e_x[5], 6)
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 472 Float4 e_x = exponential(x, pp); local
474 return (e_x - e_minus_x) / (e_x + e_minus_x);
    [all...]

Completed in 342 milliseconds