Home
last modified time | relevance | path

Searched defs:float128 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dfloat128.h17 typedef __float128 float128; typedef
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c1445 static void time_a_float128_z_int32( int32 function( float128 ) ) in time_a_float128_z_int32()
1477 static void time_a_float128_z_int64( int64 function( float128 ) ) in time_a_float128_z_int64()
1509 static void time_a_float128_z_float32( float32 function( float128 ) ) in time_a_float128_z_float32()
1541 static void time_a_float128_z_float64( float64 function( float128 ) ) in time_a_float128_z_float64()
1575 static void time_a_float128_z_floatx80( floatx80 function( float128 ) ) in time_a_float128_z_floatx80()
1609 static void time_az_float128( float128 function( float128 ) ) in time_az_float128()
1641 static void time_ab_float128_z_flag( flag function( float128, float128 ) ) in time_ab_float128_z_flag() argument
1683 static void time_abz_float128( float128 function( float128, float128 ) ) in time_abz_float128() argument
1762 static void time_az_float128_pos( float128 function( float128 ) ) in time_az_float128_pos()
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h60 } float128; typedef
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h65 } float128; typedef
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h65 } float128; typedef
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h65 } float128; typedef
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h65 } float128; typedef
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h65 } float128; typedef
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1787 Constant *ConstantFoldFP128(float128 (*NativeFP)(float128), const APFloat &V, in ConstantFoldFP128() argument