Searched refs:__nedf2 (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | comparedf2_test.c | 11 int __nedf2(double, double); 68 if (__nedf2(vector->a, vector->b) != vector->neReference) { in test__cmpdf2() 71 __nedf2(vector->a, vector->b), in test__cmpdf2()
|
/external/compiler-rt/test/builtins/Unit/ |
D | comparedf2_test.c | 22 int __nedf2(double, double); 79 if (__nedf2(vector->a, vector->b) != vector->neReference) { in test__cmpdf2() 82 __nedf2(vector->a, vector->b), in test__cmpdf2()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | comparedf2.c | 90 COMPILER_RT_ALIAS(__ledf2, __nedf2) 149 int __nedf2(fp_t a, fp_t b) { return __ledf2(a, b); } in __nedf2() function
|
D | apple_versioning.c | 299 NOT_HERE_UNTIL_AFTER_4_3(__nedf2)
|
D | README.txt | 335 int __nedf2vfp(double a, double b); // Appears to return __nedf2
|
/external/compiler-rt/lib/builtins/ |
D | comparedf2.c | 138 __nedf2(fp_t a, fp_t b) { in __nedf2() function
|
D | apple_versioning.c | 306 NOT_HERE_UNTIL_AFTER_4_3(__nedf2)
|
D | README.txt | 327 int __nedf2vfp(double a, double b); // Appears to return __nedf2
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fpcmp-soft-fp.ll | 125 ; CHECK: calll __nedf2
|
/external/llvm/test/CodeGen/X86/ |
D | fpcmp-soft-fp.ll | 123 ; CHECK: calll __nedf2
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 141 ; CHECK: call __nedf2
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | soft-float-01.ll | 141 ; CHECK: brasl %r14, __nedf2
|
/external/llvm/test/CodeGen/SPARC/ |
D | soft-float.ll | 141 ; CHECK: call __nedf2
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 366 HANDLE_LIBCALL(UNE_F64, "__nedf2")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 385 HANDLE_LIBCALL(UNE_F64, "__nedf2")
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-fp.mir | 2516 …; SOFT-DEFAULT: BL{{.*}} &__nedf2, {{.*}}, implicit $r0, implicit $r1, implicit $r2, implicit $r3,…
|