HomeSort by relevance Sort by last modified time
    Searched refs:__floatunditf (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/test/builtins/Unit/ppc/
floatunditf_test.c 4 COMPILER_RT_ABI long double __floatunditf(uint64_t);
18 computed.ld = __floatunditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
  /external/compiler-rt/lib/builtins/
floatunditf.c 20 COMPILER_RT_ABI fp_t __floatunditf(du_int a) { function
apple_versioning.c 100 NOT_HERE_BEFORE_10_6(__floatunditf)
  /external/compiler-rt/lib/builtins/ppc/
floatunditf.c 5 /* long double __floatunditf(unsigned long long x); */
10 long double __floatunditf(uint64_t a) { function
  /external/compiler-rt/test/builtins/Unit/
floatunditf_test.c 1 //===-- floatunditf_test.c - Test __floatunditf ---------------------------===//
10 // This file tests __floatunditf for the compiler_rt library.
25 COMPILER_RT_ABI long double __floatunditf(unsigned long long a);
29 long double x = __floatunditf(a);
33 printf("error in __floatunditf(%Lu) = %.20Lf, "
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 105 #define uint64_to_float128 __floatunditf
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h 105 #define uint64_to_float128 __floatunditf

Completed in 113 milliseconds