Home
last modified time | relevance | path

Searched defs:__nesf2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/softfloat/
H A Dnesf2.c14 __nesf2(float32 a, float32 b) in __nesf2() function
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c75 int __nesf2(fp_t a, fp_t b) { return __lesf2(a, b); } in __nesf2() function