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

  /src/lib/libc/arch/aarch64/softfloat/
softfloat-qp.h 70 #define float128_to_int64 _softfloat_float128_to_int64 macro
softfloat.h 280 long long float128_to_int64( float128 );
  /src/lib/libc/arch/sparc64/softfloat/
softfloat-qp.h 70 #define float128_to_int64 _softfloat_float128_to_int64 macro
softfloat.h 275 long long float128_to_int64( float128 );
  /src/lib/libc/arch/arm/softfloat/
softfloat.h 288 long long float128_to_int64( float128 );
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 292 long long float128_to_int64( float128 );
  /src/lib/libc/arch/or1k/softfloat/
softfloat.h 277 long long float128_to_int64( float128 );
  /src/lib/libc/arch/powerpc/softfloat/
softfloat.h 277 long long float128_to_int64( float128 );
  /src/lib/libc/arch/sh3/softfloat/
softfloat.h 287 long long float128_to_int64( float128 );
  /src/lib/libc/softfloat/templates/
softfloat.h 261 !!!int64 float128_to_int64( float128 );
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h 312 int64_t float128_to_int64( float128 );
  /src/sys/lib/libkern/
softfloat.h 324 int64_t float128_to_int64( float128 );
softfloat.c 4281 int64 float128_to_int64( float128 a ) function in typeref:typename:int64
  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 289 long long float128_to_int64( float128 );
  /src/regress/lib/libc/ieeefp/testfloat/
testFunction.c 139 { "float128_to_int64", 1, FALSE, TRUE },
1041 case FLOAT128_TO_INT64:
1042 test_a_float128_z_int64( float128_to_int64, syst_float128_to_int64 );
  /src/lib/libc/softfloat/
timesoftfloat.c 1893 FLOAT128_TO_INT64,
2015 { "float128_to_int64", 1, FALSE, TRUE, FALSE, FALSE },
2348 case FLOAT128_TO_INT64:
2349 time_a_float128_z_int64( float128_to_int64 );
  /src/lib/libc/softfloat/bits64/
softfloat.c 4440 int64 float128_to_int64( float128 a ) function in typeref:typename:int64

Completed in 2138 milliseconds