Searched refs:fdim (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp144 const GLfloat fdim = dim;
147 { 0, fdim },
148 { fdim, fdim },
149 { fdim, 0 }
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs145 TEST_HN_FUNC_HN_HN(fdim);
H A Dmath.rs295 TEST_FN_FUNC_FN_FN(fdim);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs710 f = fdim(f, f);
711 f2 = fdim(f2, f2);
712 f3 = fdim(f3, f3);
713 f4 = fdim(f4, f4);
/frameworks/rs/script_api/include/
H A Drs_math.rsh1622 * fdim: Positive difference between two values
1629 fdim(float a, float b);
1632 fdim(float2 a, float2 b);
1635 fdim(float3 a, float3 b);
1638 fdim(float4 a, float4 b);
1642 fdim(half a, half b);
1647 fdim(half2 a, half2 b);
1652 fdim(half3 a, half3 b);
1657 fdim(half4 a, half4 b);
/frameworks/rs/driver/runtime/
H A Drs_cl.c484 float __attribute__((overloadable)) fdim(float v1, float v2) { function
487 FN_FUNC_FN_FN(fdim)
1932 HN_FUNC_HN_HN(fdim); variable
/frameworks/rs/script_api/
H A Drs_math.spec858 function: fdim
873 function: fdim

Completed in 99 milliseconds