/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math_fp16.rs | 213 TEST_HN_FUNC_HN_HN(nextafter); 359 h = nextafter(h, toward); 366 h = nextafter(h, toward); 373 h = nextafter(h, toward); 380 h = nextafter(h, toward); 391 h = nextafter(zero, infinity); 394 h = nextafter(zero, negativeInfinity); 399 h = nextafter(minNormal, negativeInfinity); 402 h = nextafter(negativeMinNormal, infinity);
|
D | math.rs | 311 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/driver/runtime/ |
D | rs_f16_math.c | 117 extern half __attribute__((overloadable)) nextafter(half x, half y) { in nextafter() function
|
D | rs_cl.c | 614 float __attribute__((overloadable)) nextafter(float v1, float v2) { in nextafter() function 617 FN_FUNC_FN_FN(nextafter) 2110 extern half __attribute__((overloadable)) nextafter(half x, half y); 2111 SCALARIZE_HN_FUNC_HN_HN(nextafter);
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 123 TEST_FUNC_2(nextafter);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 802 f = nextafter(f, f); 803 f2 = nextafter(f2, f2); 804 f3 = nextafter(f3, f3); 805 f4 = nextafter(f4, f4);
|
D | math.rs | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 800 f = nextafter(f, f); 801 f2 = nextafter(f2, f2); 802 f3 = nextafter(f3, f3); 803 f4 = nextafter(f4, f4);
|
D | math.rs | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 163 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
D | math.rs.bak | 289 TEST_FN_FUNC_FN_FN(nextafter);
|
D | math.rs.orig | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 372 BENCH_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 5469 * nextafter: Next floating point number 5477 nextafter(float v, float target); 5480 nextafter(float2 v, float2 target); 5483 nextafter(float3 v, float3 target); 5486 nextafter(float4 v, float4 target); 5490 nextafter(half v, half target); 5495 nextafter(half2 v, half2 target); 5500 nextafter(half3 v, half3 target); 5505 nextafter(half4 v, half4 target);
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 2825 *(float*)buf1111 = nextafter(*(float*)buf1112, *(float*)buf1113); 2826 *(float2*)buf1114 = nextafter(*(float2*)buf1115, *(float2*)buf1116); 2827 *(float3*)buf1117 = nextafter(*(float3*)buf1118, *(float3*)buf1119); 2828 *(float4*)buf1120 = nextafter(*(float4*)buf1121, *(float4*)buf1122);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2895 *(float*)buf1111 = nextafter(*(float*)buf1112, *(float*)buf1113); 2896 *(float2*)buf1114 = nextafter(*(float2*)buf1115, *(float2*)buf1116); 2897 *(float3*)buf1117 = nextafter(*(float3*)buf1118, *(float3*)buf1119); 2898 *(float4*)buf1120 = nextafter(*(float4*)buf1121, *(float4*)buf1122);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2895 *(float*)buf1111 = nextafter(*(float*)buf1112, *(float*)buf1113); 2896 *(float2*)buf1114 = nextafter(*(float2*)buf1115, *(float2*)buf1116); 2897 *(float3*)buf1117 = nextafter(*(float3*)buf1118, *(float3*)buf1119); 2898 *(float4*)buf1120 = nextafter(*(float4*)buf1121, *(float4*)buf1122);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 2987 *(float*)buf1111 = nextafter(*(float*)buf1112, *(float*)buf1113); 2988 *(float2*)buf1114 = nextafter(*(float2*)buf1115, *(float2*)buf1116); 2989 *(float3*)buf1117 = nextafter(*(float3*)buf1118, *(float3*)buf1119); 2990 *(float4*)buf1120 = nextafter(*(float4*)buf1121, *(float4*)buf1122);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 2825 *(float*)buf1111 = nextafter(*(float*)buf1112, *(float*)buf1113); 2826 *(float2*)buf1114 = nextafter(*(float2*)buf1115, *(float2*)buf1116); 2827 *(float3*)buf1117 = nextafter(*(float3*)buf1118, *(float3*)buf1119); 2828 *(float4*)buf1120 = nextafter(*(float4*)buf1121, *(float4*)buf1122);
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 2825 *(float*)buf1111 = nextafter(*(float*)buf1112, *(float*)buf1113); 2826 *(float2*)buf1114 = nextafter(*(float2*)buf1115, *(float2*)buf1116); 2827 *(float3*)buf1117 = nextafter(*(float3*)buf1118, *(float3*)buf1119); 2828 *(float4*)buf1120 = nextafter(*(float4*)buf1121, *(float4*)buf1122);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 3119 *(float*)buf1163 = nextafter(*(float*)buf1164, *(float*)buf1165); 3120 *(float2*)buf1166 = nextafter(*(float2*)buf1167, *(float2*)buf1168); 3121 *(float3*)buf1169 = nextafter(*(float3*)buf1170, *(float3*)buf1171); 3122 *(float4*)buf1172 = nextafter(*(float4*)buf1173, *(float4*)buf1174);
|
/frameworks/rs/api/ |
D | rs_math.spec | 2735 function: nextafter 2751 function: nextafter
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rs | 7821 *(float*)buf3171 = nextafter(*(float*)buf3172, *(float*)buf3173); 7822 *(float2*)buf3174 = nextafter(*(float2*)buf3175, *(float2*)buf3176); 7823 *(float3*)buf3177 = nextafter(*(float3*)buf3178, *(float3*)buf3179); 7824 *(float4*)buf3180 = nextafter(*(float4*)buf3181, *(float4*)buf3182); 7825 *(half*)buf3183 = nextafter(*(half*)buf3184, *(half*)buf3185); 7826 *(half2*)buf3186 = nextafter(*(half2*)buf3187, *(half2*)buf3188); 7827 *(half3*)buf3189 = nextafter(*(half3*)buf3190, *(half3*)buf3191); 7828 *(half4*)buf3192 = nextafter(*(half4*)buf3193, *(half4*)buf3194);
|