Searched refs:float32_sub (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_float.c | 74 float32 AEABI_FUNC2(fsub, float32, float32_sub) in AEABI_FUNC2()
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-for-gcc.h | 31 #define float32_sub __subsf3 macro
|
H A D | softfloat.txt | 249 float32_add float32_sub float32_mul float32_div float32_sqrt
|
H A D | timesoftfloat.c | 2176 time_abz_float32( float32_sub ); in timeFunctionVariety()
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | softfloat.h | 170 float32 float32_sub( float32, float32 );
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | softfloat.h | 166 float32 float32_sub( float32, float32 );
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | softfloat.h | 166 float32 float32_sub( float32, float32 );
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | softfloat.h | 166 float32 float32_sub( float32, float32 );
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | softfloat.h | 170 float32 float32_sub( float32, float32 );
|
/freebsd/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 155 float32 float32_sub( float32, float32 );
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 953 float32 float32_sub( float32 a, float32 b ) in float32_sub() function
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 1871 float32 float32_sub( float32 a, float32 b ) in float32_sub() function
|