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

  /external/compiler-rt/lib/builtins/
fixunsxfti.c 1 /* ===-- fixunsxfti.c - Implement __fixunsxfti -----------------------------===
10 * This file implements __fixunsxfti for the compiler_rt library.
34 __fixunsxfti(long double a) function
apple_versioning.c 88 NOT_HERE_BEFORE_10_6(__fixunsxfti)
  /external/compiler-rt/test/builtins/Unit/
fixunsxfti_test.c 1 //===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===//
10 // This file tests __fixunsxfti for the compiler_rt library.
30 tu_int __fixunsxfti(long double a);
34 tu_int x = __fixunsxfti(a);
41 printf("error in __fixunsxfti(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",

Completed in 308 milliseconds