Home
last modified time | relevance | path

Searched refs:__nesf2 (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/lib/libc/softfloat/
Dnesf2.c14 flag __nesf2(float32, float32);
17 __nesf2(float32 a, float32 b) in __nesf2() function
DSymbol.map49 __nesf2;
Dsoftfloat-for-gcc.h130 #define float32_ne __nesf2
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Dcomparesf2.c52 COMPILER_RT_ALIAS(__lesf2, __nesf2) in COMPILER_RT_ALIAS()
75 int __nesf2(fp_t a, fp_t b) { return __lesf2(a, b); } in __nesf2() function
Dapple_versioning.c304 NOT_HERE_UNTIL_AFTER_4_3(__nesf2)
/freebsd-12-stable/contrib/gcc/config/soft-fp/
Deqsf2.c51 strong_alias(__eqsf2, __nesf2);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
Dcomparesf2.S191 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
/freebsd-12-stable/contrib/gcc/
Dlibgcc-std.ver67 __nesf2
DChangeLog-2005159 (__eqsf2, __nesf2, __gtsf2, __gesf2, __ltsf2, __lesf2): Use
/freebsd-12-stable/contrib/gcc/config/
Dfp-bit.h285 # define _ne_f2 __nesf2
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def384 HANDLE_LIBCALL(UNE_F32, "__nesf2")
/freebsd-12-stable/contrib/gcc/doc/
Dlibgcc.texi432 @deftypefn {Runtime Function} int __nesf2 (float @var{a}, float @var{b})