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

  /frameworks/compile/libbcc/runtime/lib/
fixunssfti.c 1 /* ===-- fixunssfti.c - Implement __fixunssfti -----------------------------===
10 * This file implements __fixunssfti for the compiler_rt library.
32 __fixunssfti(float a) function
apple_versioning.c 75 NOT_HERE_BEFORE_10_6(__fixunssfti)
  /frameworks/compile/libbcc/runtime/test/Unit/
fixunssfti_test.c 1 //===-- fixunssfti_test.c - Test __fixunssfti -----------------------------===//
10 // This file tests __fixunssfti for the compiler_rt library.
29 tu_int __fixunssfti(float a);
33 tu_int x = __fixunssfti(a);
40 printf("error in __fixunssfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",

Completed in 82 milliseconds