Searched refs:h4 (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 22 static volatile half4 h4; 33 h4 = fn(h4); 39 i4 = fn(h4); 45 h4 = fn(h4, h4); 51 h4 = fn(h4, i4); 57 h4 = fn(h4, (int4 *) &i4); 63 h4 = fn(h4, i1); 69 h4 = fn(h4, h1); 75 h4 = fn(h1, h4); \ 81 h4 = fn(h4, (half4 *) &h4); \ [all …]
|
D | fp16_globals.rscript | 41 void validateHalf4(half4 h4) { 42 _RS_ASSERT_EQU((float) h4.x, 10.f); 43 _RS_ASSERT_EQU((float) h4.y, 11.f); 44 _RS_ASSERT_EQU((float) h4.z, -12.f); 45 _RS_ASSERT_EQU((float) h4.w, -13.f); 48 void test(half h, half2 h2, half3 h3, half4 h4) { 57 validateHalf4(h4);
|
/frameworks/native/libs/math/tests/ |
D | half_test.cpp | 87 half4 h4(f4); in TEST_F() local 91 EXPECT_EQ(f4, h4); in TEST_F()
|
/frameworks/compile/slang/tests/P_invoke_half_parameter/ |
D | invoke_half_parameter.rscript | 4 void test(half h, half2 h2, half3 h3, half4 h4) {
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_multiple_entry.vcf | 14 N;CHARSET=SHIFT_JIS:�������C�h4;;;;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rscript | 7 half4 h4 = {(half) 1.2f, (half) 2.3f, (half) 3.4f, (half) 4.5f};
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 312 extern void __attribute__((overloadable)) rsDebug(const char *s, half4 h4) { in rsDebug() argument 313 float4 f = convert_float4(h4); in rsDebug() 314 rsDebug(s, &f, (ushort4 *) &h4); in rsDebug()
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 37 QY�!�c!��x���[���Ң�wB��dZ5K20lL?0���h4��Cmb-�q��k�5@+r��W�/��F(C�y�p���Lm~d����&�%h��b�1;�…
|