Searched defs:fmax (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_fmax.c | 38 fmax(double x, double y) in fmax() function
|
/aosp12/frameworks/rs/driver/runtime/arch/ |
H A D | generic.c | 118 extern float __attribute__((overloadable)) fmax(float v1, float v2) { in fmax() function 122 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { in fmax() function 129 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { in fmax() function 137 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { in fmax() function 146 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { in fmax() function 153 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { in fmax() function 161 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { in fmax() function
|
/aosp12/bionic/libm/ |
H A D | builtins.cpp | 59 double fmax(double x, double y) { return __builtin_fmax(x, y); } in fmax() function
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | UT_math_agree.java | 269 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree 272 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree 275 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_math_agree.java | 321 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree 325 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree 329 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_math_agree.java | 323 private float fmax(float v1, float v2) { in fmax() method in UT_math_agree 327 private float[] fmax(float[] v1, float[] v2) { in fmax() method in UT_math_agree 331 private float[] fmax(float[] v1, float v2) { in fmax() method in UT_math_agree
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 897 TEST(MATH_TEST, fmax) { in TEST() argument
|