Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dmath_fp16.rs6 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 …]
Dfp16_globals.rs25 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/
Dhalf_test.cpp87 half4 h4(f4); in TEST_F() local
91 EXPECT_EQ(f4, h4); in TEST_F()
/frameworks/compile/slang/tests/P_invoke_half_parameter/
Dinvoke_half_parameter.rs4 void test(half h, half2 h2, half3 h3, half4 h4) {
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs7 half4 h4 = {(half) 1.2f, (half) 2.3f, (half) 3.4f, (half) 4.5f};
/frameworks/opt/vcard/tests/res/raw/
Dv21_multiple_entry.vcf14 N;CHARSET=SHIFT_JIS:�������C�h4;;;;
/frameworks/rs/driver/runtime/
Drs_core.c312 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()