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

  /external/compiler-rt/lib/
modsi3.c 1 /* ===-- modsi3.c - Implement __modsi3 -------------------------------------===
10 * This file implements __modsi3 for the compiler_rt library.
22 __modsi3(si_int a, si_int b) function
apple_versioning.c 295 NOT_HERE_UNTIL_AFTER_4_3(__modsi3)
  /external/compiler-rt/test/Unit/
modsi3_test.c 1 /* ===-- modsi3_test.c - Test __modsi3 -------------------------------------===
10 * This file tests __modsi3 for the compiler_rt library.
20 si_int __modsi3(si_int a, si_int b);
23 si_int x = __modsi3(a, b);
25 fprintf(stderr, "error in __modsi3: %d %% %d = %d, expected %d\n",
  /external/compiler-rt/lib/arm/
modsi3.S 10 * This file implements the __modsi3 (32-bit signed integer modulus) function
25 DEFINE_COMPILERRT_FUNCTION(__modsi3)
  /external/compiler-rt/test/timing/
modsi3.c 6 #define FUNCTION_NAME __modsi3

Completed in 233 milliseconds