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

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

Completed in 129 milliseconds