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

  /external/compiler-rt/lib/builtins/
fixdfti.c 1 /* ===-- fixdfti.c - Implement __fixdfti -----------------------------------===
22 __fixdfti(fp_t a) { function
apple_versioning.c 75 NOT_HERE_BEFORE_10_6(__fixdfti)
  /external/compiler-rt/test/builtins/Unit/
fixdfti_test.c 1 //===-- fixdfti_test.c - Test __fixdfti -----------------------------------===//
10 // This file tests __fixdfti for the compiler_rt library.
27 COMPILER_RT_ABI ti_int __fixdfti(double a);
31 ti_int x = __fixdfti(a);
38 printf("error in __fixdfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",

Completed in 169 milliseconds