HomeSort by relevance Sort by last modified time
    Searched refs:__mulsc3 (Results 1 - 9 of 9) 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)
  /frameworks/compile/libbcc/runtime/lib/
mulsc3.c 1 /* ===-- mulsc3.c - Implement __mulsc3 -------------------------------------===
10 * This file implements __mulsc3 for the compiler_rt library.
22 __mulsc3(float __a, float __b, float __c, float __d) function
apple_versioning.c 103 NOT_HERE_BEFORE_10_6(__mulsc3)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 200 float _Complex __mulsc3( float a, float b, float c, float d);
293 _Complex float a = __mulsc3(1.0, 2.0, 4.0, 8.0);
298 assert(__mulsc3(1.0, 2.0, 4.0, 8.0) == (-12.0 + 16.0j));
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 60 extern float _Complex __mulsc3(float, float, float, float);
Runtime.def 201 DEF_LLVM_RUNTIME(__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);
  /frameworks/compile/libbcc/runtime/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 489 milliseconds