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

  /external/compiler-rt/lib/builtins/
fixtfti.c 1 /* ===-- fixtfti.c - Implement __fixtfti -----------------------------------===
20 __fixtfti(fp_t a) { function
  /external/compiler-rt/test/builtins/Unit/
fixtfti_test.c 1 //===--------------- fixtfti_test.c - Test __fixtfti ----------------------===//
10 // This file tests __fixtfti for the compiler_rt library.
21 ti_int __fixtfti(long double a);
25 ti_int x = __fixtfti(a);

Completed in 219 milliseconds