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

  /external/compiler-rt/lib/
fixsfti.c 1 /* ===-- fixsfti.c - Implement __fixsfti -----------------------------------===
10 * This file implements __fixsfti for the compiler_rt library.
29 __fixsfti(float a) function
apple_versioning.c 76 NOT_HERE_BEFORE_10_6(__fixsfti)
  /external/compiler-rt/test/Unit/
fixsfti_test.c 1 //===-- fixsfti_test.c - Test __fixsfti -----------------------------------===//
10 // This file tests __fixsfti for the compiler_rt library.
27 ti_int __fixsfti(float a);
31 ti_int x = __fixsfti(a);
38 printf("error in __fixsfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",

Completed in 31 milliseconds