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

  /external/compiler-rt/lib/
mulsc3.c 1 /* ===-- mulsc3.c - Implement __mulsc3 -------------------------------------===
10 * This file implements __mulsc3 for the compiler_rt library.
21 __mulsc3(float __a, float __b, float __c, float __d) function
apple_versioning.c 103 NOT_HERE_BEFORE_10_6(__mulsc3)
242 NOT_HERE_UNTIL_AFTER_4_3(__mulsc3)
  /external/compiler-rt/test/Unit/
mulsc3_test.c 1 //===-- mulsc3_test.c - Test __mulsc3 -------------------------------------===//
10 // This file tests __mulsc3 for the compiler_rt library.
21 float _Complex __mulsc3(float __a, float __b, float __c, float __d);
51 float _Complex r = __mulsc3(a, b, c, d);

Completed in 149 milliseconds