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

  /external/compiler-rt/lib/builtins/
mulxc3.c 1 /* ===-- mulxc3.c - Implement __mulxc3 -------------------------------------===
10 * This file implements __mulxc3 for the compiler_rt library.
23 __mulxc3(long double __a, long double __b, long double __c, long double __d) function
apple_versioning.c 118 NOT_HERE_BEFORE_10_6(__mulxc3)
  /external/compiler-rt/test/builtins/Unit/
mulxc3_test.c 1 //===-- mulxc3_test.c - Test __mulxc3 -------------------------------------===//
10 // This file tests __mulxc3 for the compiler_rt library.
24 __mulxc3(long double __a, long double __b, long double __c, long double __d);
54 long double _Complex r = __mulxc3(a, b, c, d);

Completed in 611 milliseconds