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

  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 148 XX(__unorddf2) \
  /external/compiler-rt/lib/
comparedf2.c 12 // __eqdf2 __gedf2 __unorddf2
32 // __unorddf2(a,b) returns 0 if both a and b are numbers
109 int __unorddf2(fp_t a, fp_t b) { function
apple_versioning.c 274 NOT_HERE_UNTIL_AFTER_4_3(__unorddf2)
  /external/compiler-rt/test/Unit/
comparedf2_test.c 23 int __unorddf2(double, double);
87 if (__unorddf2(vector->a, vector->b) != vector->unReference) {
88 printf("error in __unorddf2(%a, %a) = %d, expected %d\n",
90 __unorddf2(vector->a, vector->b),
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Runtime.def 248 DEF_GENERIC_OR_VFP_RUNTIME(__unorddf2)

Completed in 924 milliseconds