HomeSort by: relevance | last modified time | path
    Searched refs:__aeabi_fcmplt (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/arch/arm/softfloat/
__aeabi_fcmplt.c 1 /* $NetBSD: __aeabi_fcmplt.c,v 1.1 2013/04/16 10:37:39 matt Exp $ */
13 __RCSID("$NetBSD: __aeabi_fcmplt.c,v 1.1 2013/04/16 10:37:39 matt Exp $");
16 int __aeabi_fcmplt(float32, float32);
19 __aeabi_fcmplt(float32 a, float32 b) function in typeref:typename:int
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
aeabi_cfcmp.S 45 // if (__aeabi_fcmplt(a, b)) {
62 bl __aeabi_fcmplt
  /src/sys/arch/arm/include/
aeabi.h 83 int __aeabi_fcmplt(float, float) __aapcs; // result (1, 0) denotes (<, >=) [2], use for C <
  /src/lib/libc_vfp/
vfpsf.S 180 ENTRY(__aeabi_fcmplt) function
187 END(__aeabi_fcmplt)

Completed in 102 milliseconds