Searched refs:h4 (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
D | math_fp16.rs | 6 static volatile half4 h4; 17 h4 = fn(h4); 23 i4 = fn(h4); 29 h4 = fn(h4, h4); 35 h4 = fn(h4, i4); 41 h4 = fn(h4, (int4 *) &i4); 47 h4 = fn(h4, i1); 53 h4 = fn(h4, h1); 59 h4 = fn(h1, h4); \ 65 h4 = fn(h4, (half4 *) &h4); \ [all …]
|
D | fp16_globals.rs | 25 void validateHalf4(half4 h4) { 26 _RS_ASSERT_EQU((float) h4.x, 10.f); 27 _RS_ASSERT_EQU((float) h4.y, 11.f); 28 _RS_ASSERT_EQU((float) h4.z, -12.f); 29 _RS_ASSERT_EQU((float) h4.w, -13.f); 32 void test(half h, half2 h2, half3 h3, half4 h4) { 41 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.rs | 4 void test(half h, half2 h2, half3 h3, half4 h4) {
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rs | 7 half4 h4 = {(half) 1.2f, (half) 2.3f, (half) 3.4f, (half) 4.5f};
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_multiple_entry.vcf | 14 N;CHARSET=SHIFT_JIS:�������C�h4;;;;
|
/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()
|