HomeSort by relevance Sort by last modified time
    Searched defs:copysign (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 907 extern double __cdecl copysign (double, double); /* in libmoldname.a */
913 __CRT_INLINE double __cdecl copysign (double x, double y) function
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 181 /// double copysign(double x, double y);
182 copysign, enumerator in enum:llvm::LibFunc::Func
728 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl:

Completed in 247 milliseconds

12