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

  /external/compiler-rt/lib/builtins/ppc/
multc3.c 25 __multc3(long double a, long double b, long double c, long double d) function
  /external/compiler-rt/test/builtins/Unit/
multc3_test.c 1 //===-- multc3_test.c - Test __multc3 -------------------------------------===//
10 // This file tests __multc3 for the compiler_rt library.
24 __multc3(long double __a, long double __b, long double __c, long double __d);
54 long double _Complex r = __multc3(a, b, c, d);
  /external/compiler-rt/lib/builtins/
apple_versioning.c 113 NOT_HERE_BEFORE_10_6(__multc3)

Completed in 46 milliseconds