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

  /external/compiler-rt/lib/builtins/
trunctfdf2.c 18 COMPILER_RT_ABI double __trunctfdf2(long double a) { function
  /external/compiler-rt/test/builtins/Unit/
trunctfdf2_test.c 1 //===-------------- trunctfdf2_test.c - Test __trunctfdf2 -----------------===//
10 // This file tests __trunctfdf2 for the compiler_rt library.
20 double __trunctfdf2(long double a);
24 double x = __trunctfdf2(a);

Completed in 115 milliseconds