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

  /frameworks/compile/libbcc/runtime/lib/
fixxfti.c 1 /* ===-- fixxfti.c - Implement __fixxfti -----------------------------------===
10 * This file implements __fixxfti for the compiler_rt library.
31 __fixxfti(long double a) function
apple_versioning.c 81 NOT_HERE_BEFORE_10_6(__fixxfti)
  /frameworks/compile/libbcc/runtime/test/Unit/
fixxfti_test.c 1 //===-- fixxfti_test.c - Test __fixxfti -----------------------------------===//
10 // This file tests __fixxfti for the compiler_rt library.
28 ti_int __fixxfti(long double a);
32 ti_int x = __fixxfti(a);
39 printf("error in __fixxfti(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",

Completed in 41 milliseconds