Home
last modified time | relevance | path

Searched refs:z (Results 1 – 7 of 7) sorted by relevance

/tests/boards/vmu_rt1170/icm42688/src/
A Dmain.c70 double z = q31_to_double(data->readings[0].values[2], data->shift); in callback() local
74 zassert(fabs(z - 9.8) < 1.0, "fail", in callback()
75 "accel z out of range: %10.4f", z); in callback()
81 double z = q31_to_double(data->readings[0].values[2], data->shift); in callback() local
85 zassert(fabs(z) < 0.1, "fail", "gyro z out of range: %10.4f", z); in callback()
/tests/boards/intel_adsp/hda/src/
A Dtests.h17 #define CONCAT3(x, y, z) x ## y ## z argument
/tests/bluetooth/bt_crypto/src/
A Dtest_bt_crypto.c59 uint8_t z = 0x00; in ZTEST() local
65 bt_crypto_f4(u, v, x, z, res); in ZTEST()
/tests/benchmarks/mbedtls/src/
A Dbenchmark.c877 mbedtls_mpi z; in main() local
924 mbedtls_mpi_init(&z); in main()
944 &ecdh.grp, &z, in main()
950 mbedtls_mpi_free(&z); in main()
988 mbedtls_mpi_init(&z); in main()
1007 &z, &ecdh.Qp, in main()
1013 mbedtls_mpi_free(&z); in main()
/tests/bsim/bluetooth/mesh/src/
A Dtest_lcd.c60 .version.z = 40,
A Dtest_provision.c222 .version.z = 4,
229 .version.z = 40,
/tests/bluetooth/tester/src/
A Dbtp_mesh.c1287 .version.z = 0,

Completed in 44 milliseconds