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

  /external/compiler-rt/lib/builtins/x86_64/
floatdixf.c 5 /* long double __floatdixf(di_int a); */
11 long double __floatdixf(int64_t a) function
  /external/compiler-rt/lib/builtins/i386/
floatdixf.S 6 // float __floatdixf(di_int a);
19 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
28 END_COMPILERRT_FUNCTION(__floatdixf)
  /external/compiler-rt/lib/builtins/
floatdixf.c 1 /* ===-- floatdixf.c - Implement __floatdixf -------------------------------===
10 * This file implements __floatdixf for the compiler_rt library.
30 __floatdixf(di_int a) function
apple_versioning.c 94 NOT_HERE_BEFORE_10_6(__floatdixf)
  /external/compiler-rt/test/builtins/timing/
floatdixf.c 6 #define FUNCTION_NAME __floatdixf
  /external/compiler-rt/test/builtins/Unit/
floatdixf_test.c 1 //===-- floatdixf_test.c - Test __floatdixf -------------------------------===//
10 // This file tests __floatdixf for the compiler_rt library.
26 long double __floatdixf(di_int a);
30 long double x = __floatdixf(a);
32 printf("error in __floatdixf(%llX) = %LA, expected %LA\n",

Completed in 350 milliseconds