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

  /frameworks/compile/libbcc/runtime/lib/
mulxc3.c 1 /* ===-- mulxc3.c - Implement __mulxc3 -------------------------------------===
10 * This file implements __mulxc3 for the compiler_rt library.
24 __mulxc3(long double __a, long double __b, long double __c, long double __d) function
apple_versioning.c 109 NOT_HERE_BEFORE_10_6(__mulxc3)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 202 long double _Complex __mulxc3(long double a, long double b,
311 assert(__mulxc3(1.0, 2.0, 4.0, 8.0) == (-12.0 + 16.0j));
  /frameworks/compile/libbcc/runtime/test/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 131 milliseconds