Searched refs:__moddi3 (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dmoddi3_test.c1 //===-- moddi3_test.c - Test __moddi3 -------------------------------------===//
10 // This file tests __moddi3 for the compiler_rt library.
19 di_int __moddi3(di_int a, di_int b);
23 di_int x = __moddi3(a, b);
25 printf("error in __moddi3: %lld %% %lld = %lld, expected %lld\n",
/external/compiler-rt/lib/builtins/
H A Dmoddi3.c1 /*===-- moddi3.c - Implement __moddi3 -------------------------------------===
10 * This file implements __moddi3 for the compiler_rt library.
20 __moddi3(di_int a, di_int b) function
H A Dapple_versioning.c108 NOT_HERE_BEFORE_10_6(__moddi3)
295 NOT_HERE_UNTIL_AFTER_4_3(__moddi3)
/external/compiler-rt/test/builtins/timing/
H A Dmoddi3.c6 #define FUNCTION_NAME __moddi3
/external/compiler-rt/lib/builtins/i386/
H A Dmoddi3.S6 // di_int __moddi3(di_int a, di_int b);
24 DEFINE_COMPILERRT_FUNCTION(__moddi3)
164 END_COMPILERRT_FUNCTION(__moddi3)
/external/valgrind/main/coregrind/
H A Dm_main.c3540 Long __moddi3 (Long u, Long v);
3541 Long __moddi3 (Long u, Long v) function
/external/llvm/
H A Dconfigure17118 { echo "$as_me:$LINENO: checking for __moddi3 in -lgcc" >&5
17119 echo $ECHO_N "checking for __moddi3 in -lgcc... $ECHO_C" >&6; }
17138 char __moddi3 ();
17142 return __moddi3 ();

Completed in 184 milliseconds