Home
last modified time | relevance | path

Searched refs:floatx80_mul (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/lib/libc/softfloat/
HDsoftfloat-for-gcc.h38 #define floatx80_mul __mulxf3 macro
HDsoftfloat.txt150 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
251 floatx80_add floatx80_sub floatx80_mul floatx80_div floatx80_sqrt
HDtimesoftfloat.c2306 time_abz_floatx80( floatx80_mul ); in timeFunctionVariety()
/freebsd-14-stable/lib/libc/riscv/softfloat/
HDsoftfloat.h262 floatx80 floatx80_mul( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/powerpc/softfloat/
HDsoftfloat.h254 floatx80 floatx80_mul( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h254 floatx80 floatx80_mul( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/arm/softfloat/
HDsoftfloat.h262 floatx80 floatx80_mul( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/powerpc64/softfloat/
HDsoftfloat.h254 floatx80 floatx80_mul( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/softfloat/templates/
HDsoftfloat.h238 floatx80 floatx80_mul( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/softfloat/bits64/
HDsoftfloat.c3791 floatx80 floatx80_mul( floatx80 a, floatx80 b ) in floatx80_mul() function