/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 229 TEST_HN_FUNC_HN_HN(nextafter); 363 // The following tests call nextafter in a loop starting at infinity 375 h = nextafter(h, toward); 382 h = nextafter(h, toward); 389 h = nextafter(h, toward); 396 h = nextafter(h, toward); 401 // Test nextafter at the boundary of subnormal numbers. Since RenderScript 403 // allow nextafter to return a valid normal number that satisfies the 404 // constraints of nextafter. 406 // nextafter(0, infinity) = minnormal or minsubnormal [all …]
|
D | math.rscript | 326 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGeneratorUtils.h | 290 float nextLower = std::nextafter(static_cast<float>(lower), std::numeric_limits<float>::max()); in getUniform() 297 upper = std::nextafter(static_cast<float>(upper), std::numeric_limits<float>::min()); in getUniformNonZero() 301 return value >= zeroPoint ? std::nextafter(value, std::numeric_limits<float>::max()) : value; in getUniformNonZero()
|
/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 | 617 float __attribute__((overloadable)) nextafter(float v1, float v2) { in nextafter() function 620 FN_FUNC_FN_FN(nextafter) 2113 extern half __attribute__((overloadable)) nextafter(half x, half y); 2114 SCALARIZE_HN_FUNC_HN_HN(nextafter);
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rscript | 123 TEST_FUNC_2(nextafter);
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceUtils.h | 101 C2SupportedRange(std::nextafter(value, MAX_VALUE), MAX_VALUE) : 151 C2SupportedRange(MIN_VALUE, std::nextafter(value, MIN_VALUE)) :
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 800 f = nextafter(f, f); 801 f2 = nextafter(f2, f2); 802 f3 = nextafter(f3, f3); 803 f4 = nextafter(f4, f4);
|
D | math.rscript | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 820 f = nextafter(f, f); 821 f2 = nextafter(f2, f2); 822 f3 = nextafter(f3, f3); 823 f4 = nextafter(f4, f4);
|
D | math.rscript | 328 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 818 f = nextafter(f, f); 819 f2 = nextafter(f2, f2); 820 f3 = nextafter(f3, f3); 821 f4 = nextafter(f4, f4);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 163 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 289 TEST_FN_FUNC_FN_FN(nextafter);
|
D | math.rs.orig | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
D | math.rscript | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 372 BENCH_FN_FUNC_FN_FN(nextafter);
|
/frameworks/rs/script_api/include/ |
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_14/ |
D | all14.rscript | 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_15/ |
D | all15.rscript | 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_11/ |
D | all11.rscript | 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_12/ |
D | all12.rscript | 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.rscript | 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_16/ |
D | all16.rscript | 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);
|