Searched refs:_f (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | struct_field.rs | 53 int argPrefix ## _x, int argPrefix ## _y, float argPrefix ## _f 101 _RS_ASSERT(instanceName.f == argPrefix ## _f); \
|
D | math_agree.rs | 181 if (! f##size##_almost_equal(temp_f##size , func##_rand_f##size##_f##size)) { \ 182 fail_f##size (x, y , temp_f##size, func##_rand_f##size##_f##size, #func); \
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | struct_field.rs | 55 int argPrefix ## _x, int argPrefix ## _y, float argPrefix ## _f 103 _RS_ASSERT(instanceName.f == argPrefix ## _f); \
|
D | math_agree.rs | 183 if (! f##size##_almost_equal(temp_f##size , func##_rand_f##size##_f##size)) { \ 184 fail_f##size (x, y , temp_f##size, func##_rand_f##size##_f##size, #func); \
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 90 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) { in Key() argument 100 flags = _f; in Key() 105 hash = (ODD_PRIME_NUMBER*hash) + _f; in Key()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | math_agree.rs | 165 if (! f##size##_almost_equal(temp_f##size , func##_rand_f##size##_f##size)) { \ 166 fail_f##size (x, y , temp_f##size, func##_rand_f##size##_f##size, #func); \
|