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

  /external/compiler-rt/lib/
fixdfti.c 1 /* ===-- fixdfti.c - Implement __fixdfti -----------------------------------===
10 * This file implements __fixdfti for the compiler_rt library.
29 __fixdfti(double a) function
apple_versioning.c 66 NOT_HERE_BEFORE_10_6(__fixdfti)
  /frameworks/compile/libbcc/runtime/lib/
fixdfti.c 1 /* ===-- fixdfti.c - Implement __fixdfti -----------------------------------===
10 * This file implements __fixdfti for the compiler_rt library.
29 __fixdfti(double a) function
apple_versioning.c 66 NOT_HERE_BEFORE_10_6(__fixdfti)
  /external/compiler-rt/test/Unit/
fixdfti_test.c 1 //===-- fixdfti_test.c - Test __fixdfti -----------------------------------===//
10 // This file tests __fixdfti for the compiler_rt library.
27 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",
  /frameworks/compile/libbcc/runtime/test/Unit/
fixdfti_test.c 1 //===-- fixdfti_test.c - Test __fixdfti -----------------------------------===//
10 // This file tests __fixdfti for the compiler_rt library.
27 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 219 milliseconds