HomeSort by: relevance | last modified time | path
    Searched defs:__negsf2 (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libc/arch/m68k/gen/
negsf2.S 47 ENTRY(__negsf2) function
55 END(__negsf2)
  /src/lib/libc/softfloat/
negsf2.c 16 float32 __negsf2(float32);
19 __negsf2(float32 a) function
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
negsf2.c 33 __negsf2 (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
negsf2.c 35 __negsf2 (SFtype a) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
negsf2.c 18 __negsf2(fp_t a) { function
25 return __negsf2(a);
28 AEABI_RTABI fp_t __aeabi_fneg(fp_t a) COMPILER_RT_ALIAS(__negsf2); variable
  /src/lib/libc_vfp/
vfpsf.S 50 #define __negsf2 __aeabi_fneg define
95 ENTRY(__negsf2) function
100 END(__negsf2)
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 74 #define __negsf2 __aeabi_fneg macro
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
sfp-machine.h 109 #define __negsf2 __c6xabi_negf macro
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 3553 .global __negsf2
3554 .type __negsf2, @function
3555 __negsf2: label
3564 .size __negsf2, .-__negsf2
  /src/external/gpl3/gcc/dist/libgcc/config/pru/
sfp-machine.h 110 #define __negsf2 __pruabi_negf macro
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-sf.S 46 .global __negsf2
47 .type __negsf2, @function
48 __negsf2: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 74 #define __negsf2 __aeabi_fneg macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
sfp-machine.h 109 #define __negsf2 __c6xabi_negf macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 3553 .global __negsf2
3554 .type __negsf2, @function
3555 __negsf2: label
3564 .size __negsf2, .-__negsf2
  /src/external/gpl3/gcc.old/dist/libgcc/config/pru/
sfp-machine.h 110 #define __negsf2 __pruabi_negf macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-sf.S 46 .global __negsf2
47 .type __negsf2, @function
48 __negsf2: label

Completed in 51 milliseconds