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

  /external/compiler-rt/lib/
floatundixf.c 1 /* ===-- floatundixf.c - Implement __floatundixf ---------------------------===
10 * This file implements __floatundixf for the compiler_rt library.
29 __floatundixf(du_int a) function
apple_versioning.c 100 NOT_HERE_BEFORE_10_6(__floatundixf)
  /external/compiler-rt/lib/x86_64/
floatundixf.S 6 // long double __floatundixf(du_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
48 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
  /external/compiler-rt/lib/i386/
floatundixf.S 6 // long double __floatundixf(du_int a);16
23 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
  /external/compiler-rt/test/timing/
floatundixf.c 6 #define FUNCTION_NAME __floatundixf
  /external/compiler-rt/test/Unit/
floatundixf_test.c 1 //===-- floatundixf_test.c - Test __floatundixf ---------------------------===//
10 // This file tests __floatundixf for the compiler_rt library.
27 long double __floatundixf(du_int a);
31 long double x = __floatundixf(a);
33 printf("error in __floatundixf(%llX) = %LA, expected %LA\n",

Completed in 2262 milliseconds