Searched refs:fpcmp4f (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | semi.c | 762 static int fpcmp4f(uint32 *x, uint32 *y) in fpcmp4f() function 862 int result = fpcmp4f(x, y); in test_isgreaterf() 869 int result = fpcmp4f(x, y); in test_isgreaterequalf() 876 int result = fpcmp4f(x, y); in test_islessf() 883 int result = fpcmp4f(x, y); in test_islessequalf() 890 int result = fpcmp4f(x, y); in test_islessgreaterf() 898 int result = fpcmp4f(x, y); in test_isunorderedf()
|
/external/arm-optimized-routines/math/test/rtest/ |
D | semi.c | 761 static int fpcmp4f(uint32 *x, uint32 *y) in fpcmp4f() function 861 int result = fpcmp4f(x, y); in test_isgreaterf() 868 int result = fpcmp4f(x, y); in test_isgreaterequalf() 875 int result = fpcmp4f(x, y); in test_islessf() 882 int result = fpcmp4f(x, y); in test_islessequalf() 889 int result = fpcmp4f(x, y); in test_islessgreaterf() 897 int result = fpcmp4f(x, y); in test_isunorderedf()
|